https://github.com/abhimanyuhk/rabbitmq
https://github.com/abhimanyuhk/rabbitmq
python python3 rabbitmq rmq
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abhimanyuhk/rabbitmq
- Owner: AbhimanyuHK
- Created: 2018-03-07T05:59:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T06:08:01.000Z (over 7 years ago)
- Last Synced: 2025-01-05T12:28:38.844Z (5 months ago)
- Topics: python, python3, rabbitmq, rmq
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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