1

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 following the link 'https://www.soapui.org/documentation/jms/config.html' to configure JMS. Please help.

Config File:

D.G
  • 11
  • 3
  • Have you tried making changes into `hermes-config.xml` directly to see if you could proceed? – Rao May 16 '17 at 02:00
  • @Rao- I have no idea about hermes-config.xml and the changes required in this file. Could you please help me with this? – D.G May 16 '17 at 05:31
  • Check soapui's documentation please - https://www.soapui.org/documentation/jms/config.html – Rao May 16 '17 at 05:33
  • @Rao- I am following the same link and stuck at a point where properties needs to be added. Could you please suggest what changes can be done in 'hermes-config.xml' to make it work. – D.G May 16 '17 at 05:46
  • I don't know what properties you need. What is the issue to edit the file? – Rao May 16 '17 at 05:48
  • I am able to go till step 'Add Factory Class' and when I try to add 'Properties', the Edit button doesn't work. The edit window is not opening. – D.G May 16 '17 at 05:53
  • Are you able to locate the hermes-config.xml file? Can you try open it in a text editor? – Rao May 16 '17 at 05:54
  • yes, I am able to locate the hermes-config.xml file and same is opened in editor. – D.G May 16 '17 at 06:00
  • Can't you be able to add the properties accordingly? or attach the file if possible? – Rao May 16 '17 at 06:08
  • @Rao- are you able to see the Config file text in the question section. I am unable to attach the file. – D.G May 16 '17 at 06:33
  • No, can't. Probably add file here and send link - https://gist.github.com/ – Rao May 16 '17 at 06:36
  • @Rao- Please refer to the link 'https://gist.github.com/anonymous/3a89ef08c26338dae438cbc54a85568d'. – D.G May 16 '17 at 06:44
  • Depending on your use case, your could be interested in [JMSToolBox](https://sourceforge.net/projects/jmstoolbox) which is simpler to use and configure – titou10 Aug 31 '17 at 02:11

1 Answers1

1

I got the same issue when using with ActiveMQ 5.15.2 Read somewhere on the web that it is because incompatible jar files in newer ActiveMQ version. Then I downloaded ActiveMQ version 5.3.2 and it solved this issue.

Tran Viet
  • 61
  • 3