#include <AckPolicy.h>
Public Member Functions | |
AckPolicy (size_t n=1) | |
Sends accepts and marks completion of received transfers. | |
void | ack (const Message &msg, AsyncSession session) |
void | ackOutstanding (AsyncSession session) |
Definition at line 37 of file AckPolicy.h.
qpid::client::AckPolicy::AckPolicy | ( | size_t | n = 1 |
) |
Sends accepts and marks completion of received transfers.
n,: | acknowledge every n messages. n==0 means no automatic acknowledgement. |