amqplib icon indicating copy to clipboard operation
amqplib copied to clipboard

Add example for RabbitMQ stream queues

Open Gsantomaggio opened this issue 3 years ago • 2 comments

It shows how to use the stream queue with the AMQP client.

See:

  • https://www.rabbitmq.com/stream.html
  • https://blog.rabbitmq.com/posts/2021/07/rabbitmq-streams-overview

Gsantomaggio avatar Jan 30 '22 15:01 Gsantomaggio

The stream plugin is not required for this example, only Rabbitmq 3.9 which has stream queue support built-in, without the need for a plugin. The plugin only adds custom protocol support.

carlhoerberg avatar Jan 30 '22 18:01 carlhoerberg

Ops sorry you are right, the description was misleading. I changed it. Thank you.

Gsantomaggio avatar Jan 30 '22 18:01 Gsantomaggio