2.4 Setup for IBM WebSphere JMS - jmstoolbox/jmstoolbox GitHub Wiki

IBM WebSphere Embedded JMS

http://www-01.ibm.com/support/knowledgecenter/SSAW57_8.5.5/as_ditamaps/was855_welcome_ndmp.html

Remarks

  • With this Q Provider, JMSToolBox connects to WAS via the SOAP connector to JNDI
  • A JMS Connection Factory must be defined in the JNDI namespace
  • JMSToolBox will only "see" the destinations that are defined in the JNDI namespace as JMS Resources
  • The section below show one possible configuration (combination of jars and properties). Many others are also valid, please check the offcial documentation.

Extra JARS

  • com.ibm.ws.ejb.thinclient_8.5.0.jar (from <was_full_home>/runtimes)
  • com.ibm.ws.orb_8.5.0.jar (from <was_full_home>/runtimes)
  • com.ibm.ws.sib.client.thin.jms_8.5.0.jar (from <was_full_home>/runtimes)

Connection Properties

Host : WebSphere server host name
Port : BOOTSTRAP_ADDRESS port of the server (eg 2819)
User/Password : User allowed to perform rest calls

Properties

binding : Name of the Connection Factory (eg. jms/cf/xyz)
initialContextFactory : com.ibm.websphere.naming.WsnInitialContextFactory
com.ibm.SSL.ConfigURL : points to a 'ssl.client.props' client configuration file")