2.3 Setup for IBM WebSphere SIB - jmstoolbox/jmstoolbox GitHub Wiki

IBM WebSphere Embedded SIB

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 JMX connector
  • 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.admin.client_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 : SOAP_CONNECTOR_ADDRESS port of the server (eg 8890)
User/Password : User allowed to connect to the SOAP port

Properties

busName : SI Bus name
providerEndPoints : <endpoint serveur name>:<SIB_ENDPOINT_ADDRESS>:<Mode>
: Mode: BootstrapBasicMessaging|BootStrapSecureMessaging (SSL)
: default: localhost:7276:BootstrapBasicMessaging
targetTransportChain : The name of the protocol that resolves to a messaging engine: InboundBasicMessaging or BootStrapSecureMessaging
javax.net.ssl.trustStore : trust store
javax.net.ssl.trustStorePassword : trust store password
javax.net.ssl.trustStoreType : PKCS12,JKS...

⚠️ **GitHub.com Fallback** ⚠️