17 #ifndef _ACTIVEMQ_CMSUTIL_DESTINATIONRESOLVER_H_
18 #define _ACTIVEMQ_CMSUTIL_DESTINATIONRESOLVER_H_
31 class ResourceLifecycleManager;
54 virtual void destroy() = 0;
75 const std::string& destName,
76 bool pubSubDomain) = 0;
A Destination object encapsulates a provider-specific address.
Definition: Destination.h:39
#define AMQCPP_API
Definition: Config.h:30
Resolves a CMS destination name to a Destination.
Definition: DestinationResolver.h:36
A Session object is a single-threaded context for producing and consuming messages.
Definition: Session.h:105
Manages the lifecycle of a set of CMS resources.
Definition: ResourceLifecycleManager.h:37