From e1e51dbf57400c7faf37bf68a63b4cc60703adc8 Mon Sep 17 00:00:00 2001 From: Robert Godfrey Date: Tue, 17 Mar 2015 11:33:45 +0000 Subject: QPID-6453 : Address review comments from Keith Wall git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667271 13f79535-47bb-0310-9956-ffa450edef68 --- .../doc/book/src/java-broker/concepts/Java-Broker-Concepts-Queues.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/doc/book/src/java-broker/concepts/Java-Broker-Concepts-Queues.xml') diff --git a/qpid/doc/book/src/java-broker/concepts/Java-Broker-Concepts-Queues.xml b/qpid/doc/book/src/java-broker/concepts/Java-Broker-Concepts-Queues.xml index d879b08414..0de49afae5 100644 --- a/qpid/doc/book/src/java-broker/concepts/Java-Broker-Concepts-Queues.xml +++ b/qpid/doc/book/src/java-broker/concepts/Java-Broker-Concepts-Queues.xml @@ -355,13 +355,13 @@ amqp://guest:guest@client1/development?maxprefetch='1'&brokerlist='tcp://loc To set the default behaviour for the queue to be that consumers only receive newly arrived messages, then you should set this attribute to the value: - { "x-qpid-replay-period" : [ "x-qpid-replay-period", "0" ] } + { "x-qpid-replay-period" : { "x-qpid-replay-period" : [ "0" ] } } If the desired default behaviour is that each consumer should see all messages arriving in the last minute, as well as all new messages then the value would need to be: - { "x-qpid-replay-period" : [ "x-qpid-replay-period", "60" ] } + { "x-qpid-replay-period" : { "x-qpid-replay-period" : [ "60" ] } } -- cgit v1.2.1