An enhanced CMS Connection instance that provides additional features above the default required features of a CMS Connection instance. More...
#include <src/main/cms/EnhancedConnection.h>

Public Member Functions | |
| virtual | ~EnhancedConnection () |
| virtual cms::DestinationSource * | getDestinationSource ()=0 |
| Returns the DestinationSource} object which can be used to listen to destinations being created or destroyed or to enquire about the current destinations available on the message Provider. | |
An enhanced CMS Connection instance that provides additional features above the default required features of a CMS Connection instance.
| virtual cms::EnhancedConnection::~EnhancedConnection | ( | ) | [virtual] |
| virtual cms::DestinationSource* cms::EnhancedConnection::getDestinationSource | ( | ) | [pure virtual] |
Returns the DestinationSource} object which can be used to listen to destinations being created or destroyed or to enquire about the current destinations available on the message Provider.
| CMSException | if an error occurs while creating the destination source. |
Implemented in activemq::core::ActiveMQConnection.
1.6.1