/rabbitmq

Primary LanguagePython

rabbitmq

This is a simple publisher, subscriber application demonstrating rabbitmq. To run, on RabbitMQ cmd prompt : python publisher.py

It lets the publisher send multiple messages. The messages can be seen in a seprate RabbitMQ command window or alternatively go to http://localhost:15672/ to view detailed activity.

RabbitMQ is distributed because it can be run as a cluster of nodes where queues are spread across the nodes.