18 #ifndef _ACTIVEMQ_CORE_ACTIVEMQDESTINATIONSOURCE_H_ 19 #define _ACTIVEMQ_CORE_ACTIVEMQDESTINATIONSOURCE_H_ 28 class DestinationSourceImpl;
29 class ActiveMQConnection;
39 DestinationSourceImpl* impl;
57 virtual std::vector<cms::Queue*> getQueues()
const;
59 virtual std::vector<cms::Topic*> getTopics()
const;
61 virtual std::vector<cms::TemporaryQueue*> getTemporaryQueues()
const;
63 virtual std::vector<cms::TemporaryTopic*> getTemporaryTopics()
const;
#define AMQCPP_API
Definition: Config.h:30
A listener class that the client can implement to receive events related to Destination addition or r...
Definition: DestinationListener.h:32
Definition: ActiveMQDestinationSource.h:31
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24
Provides an object that will provide a snapshot view of Destinations that exist on the Message provid...
Definition: DestinationSource.h:38
Concrete connection used for all connectors to the ActiveMQ broker.
Definition: ActiveMQConnection.h:60