prolic / HumusAmqp

PHP 7.4 AMQP library
https://humusamqp.readthedocs.io/
MIT License
76 stars 17 forks source link

Add Priority Queue Support #28

Closed prolic closed 4 years ago

prolic commented 7 years ago

see: http://www.rabbitmq.com/priority.html

prolic commented 4 years ago

This is already working. You can set the x-max-priority argument on a queue before declaring it. Publishers then can publish prioritised messages using the priority field.