jmsmessagingtooling

Tool for posting test messages onto a JMS queue?


Can anyone recommend a tool for quickly posting test messages onto a JMS queue?

Description:

  1. The tool should allow the user to enter some data, perhaps an XML payload, and then submit it to a queue.
  2. I should be able to test consumer without producer.

Solution

  • This answer doesn't apply to all JMS brokers, but if you happen to be using Apache ActiveMQ, the web-based admin console (by default at http://localhost:8161/admin) allows you to manually send text messages to topics or queues. It's handy for debugging.