jakubkulhan / bunny

Performant pure-PHP AMQP (RabbitMQ) sync/async (ReactPHP) library
MIT License
698 stars 101 forks source link

About delayed message width rabbitmq_delayed_message_exchange #157

Open plamYuan opened 1 month ago

plamYuan commented 1 month ago

Thanks for sharing~~~ I want to use your package to handle the delay queue. Can you share a simple demo of a consumer and producer using the rabbitmq_delayed_message_exchange plugin?