Hermes provides a Swing GUI to access `JMS` queues and topics for common tasks such as sending messages, removing messages and copying messages between queues and topics.
Questions tagged [hermes-jms]
36 questions
0
votes
0 answers
Conditional alert in kibana watcher
Is it possible to set the alert condition like ..the alert should trigger after 10 mins after it reaches the threshold value..
Note : we have to wait for 10 mins after it reaches the threshold value .. Just wants to know whether the value is…

Velu
- 3
- 2
0
votes
0 answers
ActiveMQ / JMS / SoapUI | Not able to consume newest / latest message from Queue | by default oldest message is consumed
My goal is to implement a number of ActiveMQ JMS tests via SoapUI. In order to do so, I have established a connection via (the) Hermes JMS (frontend). My issue now is to not consume the oldest message in the queue, but to consume the newest / latest…

noai
- 31
- 1
- 4
0
votes
0 answers
Configuration issue in HermesJMS - java.lang.NoClassDefFoundError for BeanSupport class
I am trying to test a message using HermesJMS. I am getting a java.lang.NoClassDefFoundError for the BeanSupport class. What could be the issue?
I have configured the required jars under specific path and configured the same in hermes-config.xml…

nam
- 55
- 2
- 11
0
votes
0 answers
How to combine SoapUI, Maven and HermesJMS with Jenkins build?
My soap project with HermesJMS works perfectly when run from SoapUI, Command Line (mvn test).
However, it fails when the same project is run on Jenkins. I get the below error on the Jenkins console:
SoapUI 5.4.0 Maven2 TestCase Runner
2018-10-22…

Tito
- 87
- 1
- 11
0
votes
1 answer
SSL in HermesJMS
I am trying to connect to a messaging provider over secure connection using a trust store but am unable to do so.
I can connect unsecurely and post messages without an issue, but the moment i am connecting over secure protocol it is not working.
I…

Alex
- 23
- 8
0
votes
1 answer
Unable to view messages in HermesJMS + Solace
I created a successful SolaceSession on HermesJMS. Im able to successfully send message to the JMS queue (TEST.1) from HermesJMS (HermesJMS>>Messages>>Send a text message).
I can see the Messages Spooled count increased by 1 in the…

akshara
- 1
0
votes
1 answer
JMSException with hermesJms
Hello i have a error in Hermes jms when click on discover
this is error
javax.jms.JMSException: Could not create InitialContext: Failed to initialize JNDI context, tried 2 time or times totally, the interval of each time is 0ms.
Timed out while…

nowaySync
- 117
- 2
- 13
0
votes
0 answers
SoapUI teststep or groovy can't consume big messages from Weblogic JMS queues through hermes
I have a testCase that has a mockresponse test step and the endpoint is reading from a weblogic jms queue jms://WLS::-::queue_SouthboundOutboundQueue .
When the message from weblogic reaches '10000000' bytes this test step stops consuming the…

Rui Da Silva
- 1
- 2
0
votes
0 answers
Getting error while adding connection factory in HermesJMS
I am getting an error while adding 'Connection factory' in 'HermesJMS'.
What could be reason for this error?
Error:
'javax.naming.NamingException: org.xml.sax.SAXNotRecognizedException: Feature…

D.G
- 11
- 3
0
votes
1 answer
Hermes JMS with SOAPUI - Message browse
I am trying to work with the MQ messages in SOAPUI using hermes JMS.
I am able to send receive messages to the queues through a SOAP test request.
Plugin used in hermes is IBM Websphere MQ.
Now to the problem :)
When I want to get the messages from…

Eiston Dsouza
- 394
- 2
- 13
0
votes
1 answer
Is it possible to subscribe to JMS queue on Universal Messaging webmethods enterprise server 8.2 using Hermes JMS
I have found this detail however version 8.2 does not have universal messaging...is there another way of doing…

csman
- 81
- 1
- 2
- 9
0
votes
1 answer
Unable to view configured session in the session window of HermesJMS
each time I try to configure a session in HermesJMS it does not appear in the session window. I can still see it in the session drop down if I select to create a new session however it gets dropped from the main view where I want to view it in…

csman
- 81
- 1
- 2
- 9
0
votes
1 answer
Hermes JMS with TIBCO EMS in ssl Mode
I am trying to connect to tibco ems server from hermes jms.I have found many results to connect to tibco with tcp connection.
Can any body please share the steps involved to connect to SSL enabled connection.here are the configuration and error i am…

m.zubi
- 1
0
votes
1 answer
how to access Web sphere default messaging provide queues using HermesJMS?
Geetting error while trying to connect to websphere8 default messaging provider using following jars using hermesJMS
com.ibm.ws.orb_8.0.0.jar
com.ibm.was.sib.client.thin.jms_8.0.0.jar
com.ibm.ws.ejb.thinclient_8.0.0.jar
Error-
…

Mukul Gupta
- 1
- 1
0
votes
1 answer
How to send messages to IBM MQ using SOAPUI
I am able to send messages to ActiveMQ using SOAPUI groovy script.
I followed the configuration from the link
https://www.soapui.org/documentation/jms/config.html &
https://www.soapui.org/jms/working-with-jms-messages.html
I could send message to…

sac
- 15
- 3
- 5