Skip to content

AgileSpirit/RobustRabbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RobustRabbit

Getting Started

  1. Install and launch a RabbitMQ server instance : https://www.rabbitmq.com/download.html
  2. Run the Consumer -- class with a main() method that run as a while(true) loop -- client
  3. Send messages by running the Producer class

Glossary

+----------+ (publish) +--------+ (broadcast) +----------+ | Producer | ========> | Broker | ==========> | Consumer | +----------+ +--------+ +----------+

About

RabbitMQ experiments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors