Non-XA Data Sources Configuring Oracle JMS Adapter with IBM WebSphere MQ JMS

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: Oracle JCA Adapter for JMS 8-29 ■ YOUR-ACTIVEMQ-INSTALL-LOCATIONactivemq-core-4.1.1.jar ■ YOUR-ACTIVEMQ-INSTALL-LOCATIONbackport-util-concurrent-2.1 .jar ■ YOUR-ACTIVEMQ-INSTALL-LOCATIONactiveio-core-3.0.0-incubato r.jar ■ YOUR-ACTIVEMQ-INSTALL-LOCATIONcommons-logging-1.1.jar Configure the connector factory by modifying the weblogic-ra.xml file in AS11gR1SOAsoaconnectorsJmsAdapter.rar as shown in the following example: connection-instance jndi-nameeisactivemqQueuejndi-name connection-properties properties property nameConnectionFactoryLocationname valueorg.apache.activemq.ActiveMQConnectionFactoryvalue property property nameFactoryPropertiesname valueBrokerURL=tcp:YOUR-HOST:YOUR-PORTvalue property property nameAcknowledgeModename valueAUTO_ACKNOWLEDGEvalue property property nameIsTopicname valuefalsevalue property property nameIsTransactedname valuetruevalue property property nameUsernamename valuevalue property property namePasswordname valuevalue property properties connection-properties connection-instance 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.5 WLS JMS Text Message

This WLS JMS text message use case for Oracle BPEL PM demonstrates how the Oracle JMS Adapter dequeues from and enqueues to the WLS JMS Queue.