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:
message The Message to Acknowledge.
Exceptions:
CMSException if an error occurs while acknowledging the given Message.

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

Generated on 1 Dec 2014 for activemq-cpp-3.8.2 by  doxygen 1.6.1