laravel-queue-rabbitmq
laravel-queue-rabbitmq copied to clipboard
Binding new Topic to Queue
- Laravel/Lumen version: 8.65
- RabbitMQ version: 3
- Package version: ^11.3
Describe the bug
I'll need to use an "exchange" topi different from the default, I configure it in the queue.php, it appears in the rabbit dashboard, but the queue doesn't enter, I couldn't bind the queue with the new topic.
I didn't find it in the documentation.