Fraser Adams created QPID-4760:
----------------------------------

             Summary: Associate Java Broker QueueAdapter and SessionAdapter via 
ConsumerAdapter
                 Key: QPID-4760
                 URL: https://issues.apache.org/jira/browse/QPID-4760
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
            Reporter: Fraser Adams
            Priority: Minor
             Fix For: 0.23


In the management model it should be possible to navigate from a Connection 
through its associated Sessions to Queues via Subscriptions/Consumers.

Basically Subscription is an association class linking Session and Queue.

In the Java Broker Management Model there was code missing that should allow 
the SessionAdapter to getSubscriptions().


This patch provides code to do the necessary object registrations to allow the 
Subscriptions in SessionAdapter to be correctly maintained thus allowing 
navigation from Connection to Queue and vice versa.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to