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

Closing JMS endpoint always destroys SingleConnectionFactory

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.2.12, 2.3.1, 2.4
    • Transports
    • None

    Description

      On calling close() on a JMSConduit or calling shutdown() on a JMSDestination the used SingleConnectionFactory gets always destroyed.
      This must not be done in any cases because the same SingleConnectionFactory might be used by other JMS endpoints (e.g. if configured in using the JMSConfig-Feature).

      This should be fixed in a way that the JMSConfig should record if it automatically has created the SingleConnectionFactory(e.g. JNDI use-case), only in this case it should be destroyed.

      Also see: CXF-2788

      Attachments

        1. JMSConfiguration.patch
          8 kB
          Hartmut Lang

        Activity

          People

            dkulp Daniel Kulp
            hlang Hartmut Lang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: