I am trying to connect JMSToolbox to an app that is driven by JMS queues running on OpenLiberty.
I am using Open liberty version 22. Specifically 22.0.0.11-202210101601
As far as I can tell, the correct documentation to follow is https://github.com/jmstoolbox/jmstoolbox/wiki/2.2-Setup-for-IBM-LibertyProfile
The installed features I have on the Open Liberty server from the documentation are as follows:
- restConnector-2.0 (note restConnector-1.0 as specified in the documentation does not seem to be available)
- appSecurity-2.0
- wasJmsClient-2.0
- wasJmsServer-1.0
Note I was not able to install restConnector-1.0 from the documentation as I could only find restConnector-2.0.
For the extra jars, I was only able to find restConnector.jar
I could not find the other jars specified in the documentation:
- com.ibm.ws.ejb.thinclient_x.y.z.jar (from <was_full_home>/runtimes)
- com.ibm.ws.orb_x.y.z.jar (from <was_full_home>/runtimes)
- com.ibm.ws.sib.client.thin.jms_x.y.z.jar (from <was_full_home>/runtimes) (tested with x.z.y ==8.5.5.0+, 9.0.0.0)
Where do I get these jars from? I'm not sure what WAS Full Home means. Am I supposed to take them from a copy of WAS? Are these Jars proprietary?
Thanks,
John