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

Interface class that is used to give CMS Messages an interface to Ack themselves with. More...

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

Public Member Functions

virtual ~ActiveMQAckHandler ()
virtual void acknowledgeMessage (const commands::Message *message)=0
 Method called to acknowledge the message once it has been received by a MessageConsumer.

Detailed Description

Interface class that is used to give CMS Messages an interface to Ack themselves with.

Since
2.0

Constructor & Destructor Documentation

virtual activemq::core::ActiveMQAckHandler::~ActiveMQAckHandler ( )
virtual

Member Function Documentation

virtual void activemq::core::ActiveMQAckHandler::acknowledgeMessage ( const commands::Message message)
pure virtual

Method called to acknowledge the message once it has been received by a MessageConsumer.

Parameters
messageThe Message to Acknowledge.
Exceptions
CMSExceptionif an error occurs while acknowledging the given Message.

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