8000 GitHub - JavaK2/jms-tutorial: Samples JMS codes with RabbitMQ examples.
[go: up one dir, main page]

Skip to content

JavaK2/jms-tutorial

 
 

Folders and files

NameName
Last com 8000 mit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'.

About

Samples JMS codes with RabbitMQ examples.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%
0