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
3
votes
4 answers
Unable to configure HermesJMS with WebSphere MQ 8 in a RedHat Enterprise Linux
I'm trying to configure HermesJMS v1.14 with WebSphereMQ v8.0, but I can not. I've seen several tutorials, and I've followed them, although none were exactly these versions.
This is what I've done. I've downloaded this trial version MQ V8.0 Trial…

Alavaros
- 1,665
- 7
- 32
- 52
2
votes
0 answers
HermesJMS not getting launched from Soap UI 5.3.0 in mac Sierra
HermesJMS not getting launched from Soap UI in mac Sierra after configuring the HermesJMS path in Preferences -> Tools -> Hermes JMS.
On click of Hermes JMS under Tools menu in SOAP UI 5.3.0 in mac java icon/symbol is displaying at the bottom dock…

venkat
- 5,648
- 16
- 58
- 83
1
vote
0 answers
Hermes setup [react-native": 0.61.5] / libhermes-executor-debug
I updated few weeks ago to react-native : 0.61.5 and tried to set up hermes engine, and tried it on android.
After followed the steps here : https://reactnative.dev/docs/hermes
Build in both, release and debug, mode are successful.
However, the…

Mayoul
- 626
- 10
- 24
1
vote
1 answer
HermesJMS not able to connect to TibcoEMS server
I am trying to browse queues on remote TibcoEMS (ver 8+) server using HermesJMS. Whenever I use Browse option on the configured EMS server, I get following error (server and port obscured):
com.tibco.tibjms.admin.TibjmsAdminException: Unable to…

Anandraj
- 11
- 3
1
vote
1 answer
integrating Zendesk with " Hermes " the telephony system
I have existing telephony system it's name " Hermes " it's a telephony system and now I want to integrate into zendesk, I have gone through Talk Partner Edition API but I am not getting exact idea.
I wanna know how should I connect this telephony…

akira
- 193
- 3
- 16
1
vote
0 answers
solace hermesjms kerberos authentication
I am following this guide https://dev.solace.com/integration-guides/hermes-jms/
to use hermesJMS(downloaded via SOAPUI) with solace.
In our organization we only use kerberos authentication for solace so my question is how do I setup kerberos auth…

Javadee
- 139
- 10
1
vote
2 answers
Error 2035 ('MQRC_NOT_AUTHORIZED') from HermesJMS to MQ8
I am accessing an MQ8 server using HermesJms.
The latter has the following configuration:
However, when I am trying to "Discover" via the relevant option provided by Hermes, I get an 2035 with the following message appearing on the queue manager…

pkaramol
- 16,451
- 43
- 149
- 324
1
vote
1 answer
Unable to Edit the Session in 'Hermes JMS'
I am trying to configure JMS through SOAPUI Open Source.
I have created a 'Session' and added 'Provider' (ActiveMQ) and 'Connection Factory'. When I am trying to Add 'Properties', the Edit button corresponding to the session doesn't work.
I am…

D.G
- 11
- 3
1
vote
1 answer
Can't run HermesJMS from SOAP UI
I am trying to run HermesJMS from soapUI 5.2.1 on Windows7 x64
The preferences and path to hermes config are set correctly.
The problem is that I cannot write to C: drive. So I had to install SOAPUI and Hermes in alternative places. I have changed…

Clergyman
- 281
- 1
- 3
- 13
1
vote
1 answer
HermesJMS and TIBCO
I am trying to Connect with TIBCO 8.0 EMS using hermes JMS v1.4 and view the queue details.
Is it possible to do the same?
Please let me know the TIBCO EMS 8.0 JMS jars required and the order of the same.
I have added 8 TIBCO EMS JMS jars file and…

user51
- 8,843
- 21
- 79
- 158
0
votes
0 answers
Running HermesJMS on Mac M1
Is it possible to run HermesJMS on modern mac (M1, Ventura 13.4.1)?
When I use Java 1.8 I'm getting the following error:
Exception in thread "main" java.lang.ExceptionInInitializerError
at com.jidesoft.swing.SplashScreen.create(Unknown Source)
…

Arrovil
- 865
- 1
- 8
- 20
0
votes
0 answers
Why is libbetter.so causing Fatal Exception on certain Android devices in production build?
Fatal Exception: could not delete: /data/user/0/com.package_name/lib-0/libbetter.so on production build
Fatal Exception: java.lang.RuntimeException: Unable to create application com.packageName.MainApplication: java.lang.RuntimeException:…
0
votes
2 answers
How to configure Hermes in SoapUI
Installing SoapUI 5.7.0 in Windows 11 (in Ubuntu the same) I checked Hermes to be installed.
But I don't see HermesJMS option in Tools menu.
Pointing Preferences->Tools->Hermes JMS to SmartBear\SoapUI-5.7.0\hermesJMS does not solve the problem
Could…

aaa
- 118
- 1
- 7
0
votes
1 answer
Hermes JMS stuck at splash screen when opened from SoapUI
I am running Hermes JMS 1.14 and SoapUI 5.5.0.
I haven't installed Hermes JMS while installing SoapUI so I am using Hermes separately.
With hermes.bat I am able to run Hermes JMS, but when I go in SoapUI projects -> start Hermes JMS then Hermes JMS…

MrGoogle
- 45
- 8
0
votes
1 answer
How to configure HermesJMS to use a specific client certificate when connecting via SSL?
I have a Spring Boot Application that I've created instantiates an instance of ActiveMqSslBroker. I am attempting to connect to this broker using HermesJMS as a client.
I've configured the connection factory in Hermes as follows:
Class:…

dsharp
- 95
- 8