18#ifndef _ACTIVEMQ_CORE_ACTIVEMQDESTINATIONSOURCE_H_
19#define _ACTIVEMQ_CORE_ACTIVEMQDESTINATIONSOURCE_H_
28 class DestinationSourceImpl;
34 ActiveMQDestinationSource(ActiveMQDestinationSource&);
35 ActiveMQDestinationSource& operator= (
const ActiveMQDestinationSource&);
39 DestinationSourceImpl* impl;
#define AMQCPP_API
Definition Config.h:30
Concrete connection used for all connectors to the ActiveMQ broker.
Definition ActiveMQConnection.h:62
virtual std::vector< cms::Queue * > getQueues() const
Returns a snapshot of the currently known Queues that are active on the CMS provider,...
virtual cms::DestinationListener * getListener() const
Gets the currently configured DestiantionListener for this event source.
virtual void start()
Starts the service.
virtual std::vector< cms::TemporaryQueue * > getTemporaryQueues() const
Returns a snapshot of the currently known Queues that are active on the CMS provider,...
virtual std::vector< cms::Topic * > getTopics() const
Returns a snapshot of the currently known Queues that are active on the CMS provider,...
ActiveMQDestinationSource(ActiveMQConnection *connection)
virtual ~ActiveMQDestinationSource()
virtual void setListener(cms::DestinationListener *listener)
Sets the current listener of Destination events.
virtual void stop()
Stops this service.
virtual std::vector< cms::TemporaryTopic * > getTemporaryTopics() const
Returns a snapshot of the currently known Queues that are active on the CMS provider,...
A listener class that the client can implement to receive events related to Destination addition or r...
Definition DestinationListener.h:32
Provides an object that will provide a snapshot view of Destinations that exist on the Message provid...
Definition DestinationSource.h:38
Definition ActiveMQTempDestination.h:29
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24