diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-08-12 11:04:13 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-08-12 11:04:13 +0100 |
| commit | c229634a282a604c998a6d1936d9b33579bdebab (patch) | |
| tree | f95e1cdd1ee8788a13fe7432c1a367d733743f31 /include | |
| parent | 1cc1cf76c916a2f09a118912ecd13ceae8306547 (diff) | |
| download | rabbitmq-server-git-c229634a282a604c998a6d1936d9b33579bdebab.tar.gz | |
support for multiple confirmations
Suppose the channel is in confirm multiple mode, and acks for the
following messages are outstanding:
> 3 4 5 7 10 13
The server sends one confirm-up-to 5 ack and three more acks for 7, 10
and 13.
If the client receives a basic.ack, it should interpret it like this:
basic.ack{delivery-tag=N, multiple=false} => the published message
with sequence number N has been handled
basic.ack{delivery-tag=N, multiple=true} => all the published
messages with sequence numbers up to and including N have been
handled
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
