ssi-anik / amqp

php-amqplib wrapper that eases the consumption of RabbitMQ. A painless way of using RabbitMQ
https://packagist.org/packages/anik/amqp
MIT License
134 stars 23 forks source link

Define queue as Quorum #24

Closed nicopenaredondo closed 2 years ago

nicopenaredondo commented 2 years ago

Hi,

Would like to ask how to configure the queue type to quorum instead of classic. Currently using v1.6

ssi-anik commented 2 years ago

https://github.com/php-amqplib/php-amqplib/discussions/922#discussioncomment-881437

pass the value as a param when creating the queue.