Direct Connection Configuring Oracle JMS Adapter with TIBCO JMS

Oracle JCA Adapter for JMS 8-27 connection-instance jndi-nameeiswebspheremqQueuejndi-name connection-properties properties property nameConnectionFactoryLocationname valuecom.ibm.mq.jms.MQQueueConnectionFactoryvalue property property nameFactoryPropertiesname valueQueueManager=QUEUEMANAGER;TransportType=1;HostName= YOUR-HOST;Port=YOUR-PORT;Channel=CHANNEL;ThirdPartyJMSProvider=true value property property nameAcknowledgeModename valueAUTO_ACKNOWLEDGEvalue property property nameIsTopicname valuefalsevalue property property nameIsTransactedname valuetruevalue property property nameUsernamename valueUSERNAMEvalue property property namePasswordname valuePASSWORDvalue property properties connection-properties connection-instance Note that the default USERNAME and PASSWORD are MUSR_MQADMIN and password, respectively. Alternatively, to configure a new connection factory by using the Oracle WebLogic Server Administration Console, use the steps mentioned in Section 2.19, Adding an Adapter Connection Factory.

8.4.3.2 XA Data Sources

Perform the following steps: 1. Copy the following files to the SOAInstall_DIRuser_ projectsdomainsDOMAIN_NAMElib folder: ■ YOUR-MQSERIES-INSTALL-LOCATIONjavalibcom.ibm.mq.jar ■ YOUR-MQSERIES-INSTALL-LOCATIONjavalibcom.ibm.mqjms.jar ■ YOUR-MQSERIES-INSTALL-LOCATIONjavalibdhbcore.jar ■ com.ibm.mqetclient.jar 8-28 Oracle Fusion Middleware Users Guide for Technology Adapters This is an IBM-extended transactional client, which is an optional component that requires separate licensing. 2. Configure the connector factory by modifying the weblogic-ra.xml file in AS11gR1SOAsoaconnectorsJmsAdapter.rar, as shown in the following example: connection-instance jndi-nameeiswebspheremqQueuejndi-name connection-properties properties property nameConnectionFactoryLocationname valuecom.ibm.mq.jms.MQXAQueueConnectionFactoryvalue property property nameFactoryPropertiesname valueQueueManager=QUEUEMANAGER;TransportType=1; HostName=YOUR-HOST;Port=YOUR-PORT;Channel=CHANNEL; ThirdPartyJMSProvider=truevalue property property nameAcknowledgeModename valueAUTO_ACKNOWLEDGEvalue property property nameIsTopicname valuefalsevalue property property nameIsTransactedname valuefalsevalue property property nameUsernamename valueUSERNAMEvalue property property namePasswordname valuePASSWORDvalue property properties connection-properties connection-instance Note that the default USERNAME and PASSWORD are MUSR_MQADMIN and password, respectively. Alternatively, to configure a new connection factory by using the Oracle WebLogic Server Administration Console, use the steps mentioned in Section 2.19, Adding an Adapter Connection Factory.

8.4.4 Configuring Oracle JMS Adapter with Active MQ JMS

This section describes how to configure Oracle JMS Adapter with Active MQ JMS. Perform the following steps: Copy the following files to the SOAInstall_DIRuser_ projectsdomainsDOMAIN_NAMElib folder: