JMS Connection Details: JNDI Properties¶
This appendix provides the configuration values required to configure a JMS listener or publish a Web service with SOAP over JMS enabled, so they can connect to a JMS server:
Note
The first time you create a JMS listener or publish a Web service with the option SOAP over JMS enabled, you have to install the client jars of the JMS server. The section Installing the JMS Connectors to Create JMS Listeners and Web services with SOAP over JMS of the Installation Guide explains how to do this.
Apache ActiveMQ 5.6.0¶
The properties for a default installation are the following:
Property |
Property value |
---|---|
JNDI Provider URL |
tcp://acme:8161 |
Broker URL |
tcp://acme:61616 |
IBM WebSphere MQ 7.0¶
The properties for a default installation are the following:
Property |
Property value |
---|---|
Host |
acme |
Port |
1414 |
Channel |
SYSTEM.DEF.SVRCONN |
Queue Manager |
QM_acme |
Progress SonicMQ 8.0¶
The properties for a default installation are the following:
JNDI property name |
Property value |
---|---|
java.naming.provider.url |
acme:2506 |
java.naming.factory.initial |
com.sonicsw.jndi.mfcontext.MFContext Factory |
transport.jms.ConnectionFactoryJNDIN ame |
ConnectionFactory Note: This connection factory name has to be defined in the JNDI service of SonicMQ. |