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>
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: