Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-5962

Prevent two or more BDB virtual host or virtual hosts nodes sharing the same JE environment path

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.29
    • None
    • None

    Description

      BDB JE permits the same environment path to be opened many times from within a single JVM process. The second environment basically becomes a handle for the first.

      This use case does not fit with the Java Broker's model which expects stores underlying each virtual host (VH) or virtual host node (VHN) to be independent.

      This change will introduce a simple registry which will serve to prevent the same JE store being attached to more than one VH or VHN.

      Attachments

        Activity

          People

            macbean Andrew MacBean
            kwall Keith Wall
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: