Quick Links:

bmqa | bmqpi | bmqt

Public Member Functions

bmqa::MessageConfirmationCookie Class Reference

#include <bmqa_message.h>

List of all members.

Public Member Functions

 MessageConfirmationCookie ()
 MessageConfirmationCookie (const QueueId &queueId, const bmqt::MessageGUID &messageGUID)
const QueueIdqueueId () const
const bmqt::MessageGUIDmessageGUID () const

Detailed Description

Cookie for async message confirmation.

See Component bmqa_message


Constructor & Destructor Documentation

bmqa::MessageConfirmationCookie::MessageConfirmationCookie (  ) 

Create an unset instance of this class.

bmqa::MessageConfirmationCookie::MessageConfirmationCookie ( const QueueId queueId,
const bmqt::MessageGUID messageGUID 
)

Create an instance with the specified queueId and messageGUID. Users should not use that constructor directly, but rather load the message cookie from an existing bmqa::Message with the bmqa::Message::confirmationCookie accessor.


Member Function Documentation

const QueueId& bmqa::MessageConfirmationCookie::queueId (  )  const

Return the queue ID of the message with which this confirmation cookie is associated.

const bmqt::MessageGUID& bmqa::MessageConfirmationCookie::messageGUID (  )  const

Return message GUID of the message with which this confirmation cookie is associated.


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