[Java Client] Always use exclusive consumers when subscribing to topics
-----------------------------------------------------------------------

                 Key: QPID-931
                 URL: https://issues.apache.org/jira/browse/QPID-931
             Project: Qpid
          Issue Type: Improvement
          Components: Java Client
    Affects Versions: M2.1
            Reporter: Rob Godfrey
            Assignee: Rob Godfrey


Earlier changes for QPID-790 attempted to ensure that when subscribing to a 
topic the client created an "exclusive consumer" in AMQP terms; however this 
change did not address some code paths where a Destination is passed in to the 
Session.

Change AMQSession so that whenever a Destination of type AMQTopic is used, it 
creates an exclusive consumer.

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

Reply via email to