bschmitt / laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages
MIT License
268 stars 86 forks source link

Consumer priority #96

Closed Cellard closed 3 years ago

Cellard commented 3 years ago

How to manage consumer priority? As it described in https://www.rabbitmq.com/consumer-priority.html

As I can see in source code, consuming initialised without passing any consumer arguments.

bschmitt commented 3 years ago

@Cellard thanks for your support