#include <LocalQueue.h>
Public Member Functions | |
LocalQueue (AckPolicy=AckPolicy()) | |
Message | pop () |
Pop the next message off the queue. | |
bool | empty () const |
size_t | size () const |
void | setAckPolicy (AckPolicy) |
AckPolicy & | getAckPolicy () |
Message qpid::client::LocalQueue::pop | ( | ) |
Pop the next message off the queue.
ClosedException | if subscription has been closed. |