-
- Distributing tasks among workers
-
- Sending messages to many consumers at once
-
- Receiving messages selectively
-
- Request/reply pattern
- Dispatch all jobs on one rabbitmq queue
sail artisan rabbitmq:consume
- Use rabbitmq to consume all published messages from any external servers, and this done through a command that is configure rabbitmq to consume messages
sail artisan app:rabbit-mq-subscriber