Comments on: Using HermesJMS to browse GlassFissh’s JMS queues https://www.stormacq.com/using-hermesjms-to-browse-glassfisshs-jms-queues/ Some not-so random thoughts about this small IT World Mon, 25 Jan 2016 12:47:01 +0000 hourly 1 https://wordpress.org/?v=4.9.1 By: Nike Made Jerseys https://www.stormacq.com/using-hermesjms-to-browse-glassfisshs-jms-queues/comment-page-1/#comment-3227 Wed, 19 Sep 2012 11:27:10 +0000 https://www.stormacq.com/?p=193#comment-3227 Thank you for your sharing. It is wonderful.

]]>
By: Sebastien Stormacq https://www.stormacq.com/using-hermesjms-to-browse-glassfisshs-jms-queues/comment-page-1/#comment-124 Mon, 17 Nov 2008 12:29:29 +0000 https://www.stormacq.com/?p=193#comment-124 Hello,

@ James : Yes this should work the same for OpenMQ and Java MQ
@ James, Marco : when specifying no properties, the defaults are taken : localhost and 7676.
When reading Java MQ doc, we learn that the property can be changed with
connectionFactory.setProperty(com.sun.messaging.ConnectionConfiguration.imqAddressList, "localhost:7676,broker2:5000,broker3:9999");
(see http://docs.sun.com/app/docs/doc/820-5205/aeqax?a=view)
Borowsing the source code (), it appears the constant value is "imqAddressList" …

My guess (to be tested) is therefore to add a imqAddressList property in HermesJMS session proprties to specify the name and port number of the broker you want to connect to….

Do not hesitate to report feedback either here in the comments or by email : I will update the post accordingly.

Cheers

]]>
By: Marco https://www.stormacq.com/using-hermesjms-to-browse-glassfisshs-jms-queues/comment-page-1/#comment-123 Mon, 17 Nov 2008 09:16:27 +0000 https://www.stormacq.com/?p=193#comment-123 That would be great!
I would really love to use hermes with something different from a simple localhost! 🙁
Has anyone managed!?!?

Thanks in advance!

Marco

]]>
By: James https://www.stormacq.com/using-hermesjms-to-browse-glassfisshs-jms-queues/comment-page-1/#comment-122 Sat, 15 Nov 2008 09:16:40 +0000 https://www.stormacq.com/?p=193#comment-122 Hi Sebastien, thanks for this info – two questions:

– is it the same process for viewing vanilla OpenMQ queues?
– how do you point Hermes at a non localhost:7676 broker?

Thanks!

]]>