summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2010-08-12 11:04:13 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2010-08-12 11:04:13 +0100
commitc229634a282a604c998a6d1936d9b33579bdebab (patch)
treef95e1cdd1ee8788a13fe7432c1a367d733743f31 /include
parent1cc1cf76c916a2f09a118912ecd13ceae8306547 (diff)
downloadrabbitmq-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