18#ifndef _ACTIVEMQ_CORE_ADVISORYCONSUMER_H_
19#define _ACTIVEMQ_CORE_ADVISORYCONSUMER_H_
32 class AdvisoryConsumerConfig;
34 using decaf::lang::Pointer;
39 AdvisoryConsumerConfig* config;
44 AdvisoryConsumer(
const AdvisoryConsumer&);
45 AdvisoryConsumer& operator= (
const AdvisoryConsumer&);
#define AMQCPP_API
Definition Config.h:30
Concrete connection used for all connectors to the ActiveMQ broker.
Definition ActiveMQConnection.h:62
AdvisoryConsumer(ActiveMQConnection *connection, Pointer< commands::ConsumerId > consumerId)
virtual ~AdvisoryConsumer()
virtual void dispatch(const Pointer< MessageDispatch > &message)
Dispatches a message to a particular consumer.
virtual int getHashCode() const
HashCode method allowing Dispatcher instances to be used in HashMap etc.
Interface for an object responsible for dispatching messages to consumers.
Definition Dispatcher.h:32
Decaf's implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the defa...
Definition Pointer.h:53
Definition ActiveMQTempDestination.h:29
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24