Skip to content

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

Notifications You must be signed in to change notification settings

BrianMMcClain/rabbitmq-getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published