RabbitMQ Tutorial
- RabbitMQ - Test Topic based ApplicationIn eclipse, right click on the Publisher.java source, and select Run As &arr; Java Application. Publisher application will start running and you'll see the output as follows ?
- RabbitMQ - Quick GuideRabbitMQ is an open source message broker written in Java. It's fully compliant with JMS 1.1 standards. It is developed and maintained by Apache Software Foundation and is licensed under Apache license. It provides high availability, scalability, reliability, performance and security for enterprise
- RabbitMQ - Useful ResourcesThe following resources contain additional information on RabbitMQ. Please use them to get more in-depth knowledge on this topic.
- RabbitMQ - Subscriber ApplicationNow let's create a subscriber application which will receive message from the RabbitMQ Topic.
- RabbitMQ - Publisher ApplicationNow let's create a publisher application which will send message to the RabbitMQ Exchange. This exchange will deliver the message to the queue which is bound with the exchange.
- RabbitMQ - Consumer ApplicationNow let's create a consumer application which will receive message from the RabbitMQ Queue.
Page 1 / 4Next