Live is streaming live. Watch now.

Getting Started with RabbitMQ

An example of how to connect to, send, and receive messages from RabbitMQ in several languages.

Download ZIP View on GitHub

rabbitmq-getting-started

An example of how to connect to, send, and receive messages from RabbitMQ in several languages.

Starting RabbitMQ

You can start a RabbitMQ server in Docker using

docker run -it --rm -p 5672:5672 -p 15672:15672 rabbitmq:3-management

Running the Example

See the README.md file in each languages directory for instructions on how to run the demo.