2.8 Setup for OpenMQ - jmstoolbox/jmstoolbox GitHub Wiki

OpenMQ

https://mq.java.net/

Extra JARS

No extra jar is needed as JMSToolBox is bundled with OpenMQ v5.1 jars

Connection Properties

Host : OpenMQ broker server name (eg. localhost)
Port : OpenMQ broker listening port (eg 7676)
User/Password : User allowed to connect to the OpenMQ broker

Properties

sslEnabled :
If "true", the connection will be done with connection string "mq://<host>:<port>/ssljmxrmi"
If "false", the connection will be done with connection string "<host>:<port>"
javax.net.ssl.trustStore : trustore file name (eg D:/somewhere/trust.jks)
javax.net.ssl.trustStorePassword : trustore password

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