Fix Pack 8550

Enabling Liberty messaging to connect to service integration bus

You can configure the JMS application that is running in the Liberty Profile to connect to the service integration bus.

Procedure

To enable the JMS application to connect to the service integration bus that is running on a full profile application server, add the wasJmsClient-1.1 feature in the server.xml file. If you want to perform a JNDI lookup, then you must also add the jndi-1.0 feature.
<featureManager>
     <feature>wasJmsClient-1.1</feature>
     <feature>jndi-1.0</feature>
</featureManager

<jmsQueueConnectionFactory jndiName="jndi_JMS_BASE_QCF">
     <properties.wasJms
          busName=”Bus1”
          remoteServerAddress="localhost:7276:BootStrapBasicMessaging" 
          targetTransportChain=”InboundBasicMessaging”/>
</jmsQueueConnectionFactory>

<jmsQueue jndiName="jndi_INPUT_Q">
     <properties.wasJms queueName="Q1" />
</jmsQueue>
Note: The <remoteServerAddress> must specify the host and port of the server on which the messaging engine is running instead of specifying a bootstrap server.

Enabling service integration bus to connect to Liberty messaging

You can configure JMS applications that are running in full profile application server to connect to Liberty messaging.

Procedure

To enable JMS applications that are deployed in WebSphere® Application Server full profile server to connect to Liberty messaging, configure the Bus name and the ProviderEndPoint in WebSphere Application Server full profile server to specify the host and port where the Liberty messaging engine is running.

For more information about configuring the bus name in the connection factory in WebSphere Application Server full profile, see Default messaging provider unified connection factory [Settings].

Note: The JMS resources that are pointing to the Liberty messaging engine must always specify the Bus name as defaultBus (case sensitive).

Icon that indicates the type of topic Task topic

Terms and conditions for information centers | Feedback


Timestamp icon Last updated: Monday, 21 April 2014
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-iseries&topic=twlp_msg_interop1
File name: twlp_msg_interop1.html