RabbitMQ Message Queue Tutorials
These tutorials cover the basics of creating messaging applications using RabbitMQ.
- Install RabbitMQ server on Ubuntu
- Run php send.php in a terminal and run php receive.php in another terminal.
- The receiver will print the message it gets from the sender via RabbitMQ.