Skip to content

BrianMMcClain/rabbitmq-getting-started

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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