USER MANUALS


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 page 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 6.1.x

The properties for a default installation are the following:

Default values for Apache Active MQ

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:

Default values for IBM WebSphere MQ

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:

Default JNDI properties for Progress SonicMQ

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.

Add feedback