activemq-cpp-3.6.0
activemq::core::Dispatcher Class Reference

Interface for an object responsible for dispatching messages to consumers. More...

#include <src/main/activemq/core/Dispatcher.h>

Inheritance diagram for activemq::core::Dispatcher:

Public Member Functions

virtual ~Dispatcher ()
virtual void dispatch (const Pointer< commands::MessageDispatch > &message)=0
 Dispatches a message to a particular consumer.

Detailed Description

Interface for an object responsible for dispatching messages to consumers.

Constructor & Destructor Documentation

virtual activemq::core::Dispatcher::~Dispatcher ( )
virtual

Member Function Documentation

virtual void activemq::core::Dispatcher::dispatch ( const Pointer< commands::MessageDispatch > &  message)
pure virtual

Dispatches a message to a particular consumer.

Parameters
messageThe message to be dispatched to a waiting consumer.

Implemented in activemq::core::kernels::ActiveMQSessionKernel, and activemq::core::kernels::ActiveMQConsumerKernel.


The documentation for this class was generated from the following file: