An open API service indexing awesome lists of open source software.

https://github.com/abhimanyuhk/rabbitmq


https://github.com/abhimanyuhk/rabbitmq

python python3 rabbitmq rmq

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# RabbitMQ

RabbitMQ is a message broker: it accepts and forwards messages. You can think about it as a post office: when you put the mail that you want posting in a post box, you can be sure that Mr. Postman will eventually deliver the mail to your recipient. In this analogy, RabbitMQ is a post box, a post office and a postman.

# start comsumer first

$ python usr/bin/consume.py

# send message to queue

$ python usr/bin/send.py