Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 388 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 388 Bytes

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.