[jboss-user] [Beginner's Corner] - How Jboss 4.2.2 connect Oracle AQ with XA transaction?

guoyi zhang do-not-reply at jboss.com
Tue Jun 7 22:10:22 EDT 2011


guoyi zhang [http://community.jboss.org/people/dut.zgy] commented on the document

"How Jboss 4.2.2 connect Oracle AQ with XA transaction?"

To view all comments on this document, visit: http://community.jboss.org/docs/DOC-16841#comment-6579

--------------------------------------------------
All,

In the steps of JBoss - Oracle AQ Patch 10g, I see one of them is to use JBossMQProvider to create AQ provider. Could anyone help to explain the reason?

---------------------------------JBoss - Oracle AQ Patch 10g------------------------------------------------
Create the Oracle Advanced Queue JMS provider. Edit *JBOSS_HOME/server/default/deploy/jms/jms-ds.xml*, add the following lines (copy/paste the default JMS provider and update mbean element name attibute, the ProviderName and the QueueFactoryRef and TopicFactoryRef):
<!-- The OAQ JMS provider loader -->
<mbean code="org.jboss.jms.jndi.JMSProviderLoader"
    name="jboss.mq:service=JMSProviderLoader,name=OAQJMSProvider">
  <attribute name="ProviderName">OAQJMSProvider</attribute>
  <attribute name="ProviderAdapterClass">org.jboss.jms.jndi.JBossMQProvider</attribute>
  <attribute name="QueueFactoryRef">OAQQueueConnectionFactory</attribute>
  <attribute name="TopicFactoryRef">OAQTopicConnectionFactory</attribute>
</mbean>
--------------------------------------------------

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110607/f03d462f/attachment-0001.html 


More information about the jboss-user mailing list