JMS MessageBroker
Configuring and using JMS for (a)synchronous process communication
Michael Härtfelder, 2010 <michael@haertfelder.com>

 

Home As JMS MessageBroker a couple of recommendable products are available. One of the favorites is the Apache ActiveMQ MessageBroker which allows creation of JMS queues and topics on-the-fly (spring-to-existence):

Apache ActiveMQ

 

Testing and creation of single JMS messages can be done with Apache JMeter:

Apache JMeter

 

Inspecting the content (header and payload) of single JMS messages currently stored in queues can be achieved with HermesJMS:

HermesJMSr