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

JMS Resource adapater should throw an exception if a Connection Consumer is not created successfully

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • EAP 5.0.1.CR1
    • EAP 5.0.0
    • JCA
    • None

      The protected void setupConsumer() method in JmsServerSessionPool.java is using the optional JMS method createConnectionConsumer.
      However it doesn't check for the return value properly and throw an exception if it's null.

      Some JMS providers do not implement this method, hence the return value could be null. - (As per the JMS spec, null is a valid return value)

              jpederse@redhat.com Jesper Pedersen
              rajith_jira Rajith Attapattu (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: