17#ifndef _ACTIVEMQ_CMSUTIL_DESTINATIONRESOLVER_H_
18#define _ACTIVEMQ_CMSUTIL_DESTINATIONRESOLVER_H_
31 class ResourceLifecycleManager;
75 const std::string& destName,
76 bool pubSubDomain) = 0;
#define AMQCPP_API
Definition Config.h:30
Resolves a CMS destination name to a Destination.
Definition DestinationResolver.h:36
virtual ~DestinationResolver()
virtual void destroy()=0
Destroys any allocated resources.
virtual cms::Destination * resolveDestinationName(cms::Session *session, const std::string &destName, bool pubSubDomain)=0
Resolves the given name to a destination.
virtual void init(ResourceLifecycleManager *mgr)=0
Initializes this destination resolver for use.
Manages the lifecycle of a set of CMS resources.
Definition ResourceLifecycleManager.h:37
A Destination object encapsulates a provider-specific address.
Definition Destination.h:39
A Session object is a single-threaded context for producing and consuming messages.
Definition Session.h:105
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition DestinationResolver.h:23