amqplib
amqplib copied to clipboard
Add example for RabbitMQ stream queues
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
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.
Ops sorry you are right, the description was misleading. I changed it. Thank you.