Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-8119

Update the JMS JCA RA to support javax.jms.ConnectionFactory and javax.jms.XAConnectionFactory

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • EAP_EWP 5.2.0
    • EAP_EWP 5.1.2
    • JCA, Messaging
    • None
    • Release Notes
    • The JMS Java Connection Architecture's Resource Adapter has been enhanced to support javax.jms.ConnectionFactory and javax.jms.XAConnectionFactory.
    • Documented as Feature Request
    • NEW

    Description

      The JBoss generic JMS JCA RA uses a JMSProviderLoader for many of its configuration details. The JMSProviderLoader exposes 3 different attributes for a connection factory:

      -FactoryRef
      -QueueFactoryRef
      -TopicFactoryRef

      The JCA RA completely ignores the FactoryRef and it uses the QueueFactoryRef or TopicFactoryRef based on if it is connecting to a queue or a topic for which it uses a javax.jms.[XA]QueueConnectionFactory or javax.jms.[XA]TopicConnection factory respectively. There is no support for factories which just implement javax.jms.[XA]ConnectionFactory even though the created connection is eventually cast to a javax.jms.Connection.

      Attachments

        Activity

          People

            rhn-support-jbertram Justin Bertram
            rhn-support-jbertram Justin Bertram
            Russell Dickenson Russell Dickenson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: