summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAntonio Terceiro <terceiro@softwarelivre.org>2014-08-30 19:32:13 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2014-09-03 07:55:35 -0700
commit7188e5dce20e56e43314ed3f9c61c8717f961eff (patch)
tree92abde2eeaf2a1ba3fae72a9d54d6bf730ad896a /README.md
parent8e0600a65b5d8563ae4091b34307fc03e1000f77 (diff)
downloadrabbitmq-c-github-ask-7188e5dce20e56e43314ed3f9c61c8717f961eff.tar.gz
amqp-consume: support consuming N messages at a time
If you have a single consumer C₁ and 10 messages are published, all 10 will be streamed to that one customer. Assume each message takes a few minutes to be handled. If a second consumer C₂ comes up before C₁ is able to process its first message, it will stay idle until new messages are published, while C₁ will still have to process the other 9 messages after finishing with the first one. If both consumers were started with `--messages 1`, C₁ would only fetch a single message, and start handling it; C₂ would start and already receive the second message .
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions