diff options
author | Matthias Radestock <matthias@rabbitmq.com> | 2013-01-19 20:16:22 +0000 |
---|---|---|
committer | Matthias Radestock <matthias@rabbitmq.com> | 2013-01-19 20:16:22 +0000 |
commit | 005788d47882dade23b7c3b605bcafde4107222d (patch) | |
tree | 830904edb41914798109f44e65afbdff315d8f6b /docs/rabbitmqctl.1.xml | |
parent | db3848bb726db4019c8e595e72109e3daa81ab7e (diff) | |
download | rabbitmq-server-005788d47882dade23b7c3b605bcafde4107222d.tar.gz |
eager sync of messages pending ack
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
-rw-r--r-- | docs/rabbitmqctl.1.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index c7069aed..bbd2fe5b 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -465,8 +465,7 @@ synchronise itself. The queue will block while synchronisation takes place (all publishers to and consumers from the queue will block). The queue must be - mirrored, and must not have any pending unacknowledged - messages for this command to succeed. + mirrored for this command to succeed. </para> <para> Note that unsynchronised queues from which messages are |