Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.06 KB

File metadata and controls

11 lines (8 loc) · 1.06 KB

This tutorial project contains source and test codes using RabbitMQ libraries to demonstrate key JMS concepts. The basic idea is to use a producer to publish some messages to a queue to be consumed by some consumers. All of my examples are derived from the original RabbitMQ tutorial page. I added unit tests and refactor the codes to help with my own understanding of the subject.

All of these examples are tested using RabbitMQ 3.1.5 on Ubuntu 12.

Here are a number of useful references:

Tips:

  • To help clear any messages linger in the queue, access the Queue using the RabbitMQ Management console, and clear the queue by using the 'Get Messages' section with the 'Requeue' option set to 'No'.