[Java Broker] 0-10 Queue Exclusive behaviour not correctly implemented
----------------------------------------------------------------------

                 Key: QPID-2854
                 URL: https://issues.apache.org/jira/browse/QPID-2854
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
    Affects Versions: 0.6
            Reporter: Rob Godfrey
            Assignee: Rob Godfrey
             Fix For: 0.7


The "exclusive" flag on queue declaration for AMQP 0-10 is used to indicate 
that only a single session may have subscriptions to the queue.  Implicitly 
different sessions may hold this "lock" at different points in time.  Moreover 
the act of declaring the queue does not associate the queue "exclusivity" with 
the declaring session.

The Java Broker is incorrectly associating the queue with the session at 
declaration time, and is not removing the association at the point the last 
subscription is removed

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to