• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Devaka Cooray
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • Paul Clapham
Sheriffs:
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
Bartenders:

Tools for manipulating JMS queues

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anyone know of any open source tools which can be used for reading and writing (i.e. producing and consuming) messages on queues on a JMS server (e.g. ActiveMQ)?

This tool would be used in functional tests of a component being developed which takes all input from a JMS queue.

Thanks in advance.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What would this tool do, specifically? Reading and writing from/to JMS queues is normally done through the JMS API.
 
J Rosetto
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It would just provide a simple GUI (or even a scripting interface) to allow someone to produce messages and be able to analyse the responses.

As this is for testers, I don't want to have to access the JMS API directly.
 
Ranch Hand
Posts: 121
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try the Hermes JMS
 
J Rosetto
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had a quick play of Hermes alongside activeMQ. It almost does what I need. However, I found two main issues with it:

1) I couldn't refresh the list of available queues once I had started Hermes.
2) I couldn't view replies to messages.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

You can "rediscover" topics and queues with Hermes by right clicking on the session name and choosing "discover"

As for searching for replies, well its very easy for me to implement via an action so do add an issue at http://hermesjms.com/jira. In the meantime use the filter at the bottom of the window with JMSCorrelationID = 'your id'. Sorry there is no C&P support from the cell in the message header table... another one for JIRA...

Regards,

Colin.
http://hermesjms.com
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know this reply is a little bit late....but I have built a generic JMS client for administering Open Source JMS Servers (Currently Activemq and Hornetq). It can send and receive messages and most of the usual stuff, as well as aggregate queues and topics into logical "groups".

Its a commercial product but the BETA is free and is fully functional.

try it out at http://www.rockeyesoftware.com/ and let me know if it suits your needs.

I am looking at adding support for commercial JMS vendors as well in future releases.


Serge
 
Not looking good. I think this might be the end. Wait! Is that a tiny ad?
The new gardening playing cards kickstarter is now live!
https://www.kickstarter.com/projects/paulwheaton/garden-cards
reply
    Bookmark Topic Watch Topic
  • New Topic