#include <Message.h>
Collaboration diagram for qpid::client::Message:
Public Member Functions | |
Message (const std::string &data_=std::string(), const std::string &routingKey=std::string(), const std::string &exchange=std::string()) | |
std::string | getDestination () const |
bool | isRedelivered () const |
void | setRedelivered (bool redelivered) |
framing::FieldTable & | getHeaders () |
void | acknowledge (Session &session, bool cumulative=true, bool send=true) const |
void | acknowledge (bool cumulative=true, bool send=true) const |
Message (const framing::FrameSet &frameset, Session s) | |
const framing::MessageTransferBody & | getMethod () const |
const framing::SequenceNumber & | getId () const |
void | setSession (Session s) |