Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-7774

JMS Reply Queue handles leaking on IBM MQ.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 3.1.11
    • None
    • JMS
    • None
    • Unknown

    Description

      Using 3.1.11 and JMS we are seeing handles for our Reply Queue are being left open. 

      This is using a SpringBoot application and IBM MQ client jars.

      The most likely suspect is in JMSConduit the field 

      staticReplyDestination is set to null on a JMSException but the existing MQQueue is never closed.

      I have tried simulating the problem in IntelliJ by forcing a JMSException during the SendExchange.

      Should there be a "ResourceCloser.close(

      staticReplyDestination);" immediately prior to setting 

      staticReplyDestination to null?

      Attachments

        Activity

          People

            ffang Freeman Yue Fang
            ricky.mclaren Richard McLaren
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: