Need close() to propagate to child resources
--------------------------------------------
Key: AMQCPP-55
URL: https://issues.apache.org/activemq/browse/AMQCPP-55
Project: ActiveMQ C++ Client
Issue Type: Bug
Components: CMS Impl
Affects Versions: 1.1
Environment: All
Reporter: Nathan Mittler
Assigned To: Nathan Mittler
Priority: Minor
Fix For: 2.0
Currently, the user is required to close CMS resources in the following order:
consumer/producer
session
connection
We should make this more like the JMS API which allows you to only close parent
resources. For example, closing session should automatically close all child
producers and consumers. Likewise, closing a connection should close child
sessions, and their consumers and producers.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.