Description
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.