You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rg...@apache.org on 2015/03/17 12:33:45 UTC

svn commit: r1667271 - /qpid/trunk/qpid/doc/book/src/java-broker/concepts/Java-Broker-Concepts-Queues.xml

Author: rgodfrey
Date: Tue Mar 17 11:33:45 2015
New Revision: 1667271

URL: http://svn.apache.org/r1667271
Log:
QPID-6453 : Address review comments from Keith Wall

Modified:
    qpid/trunk/qpid/doc/book/src/java-broker/concepts/Java-Broker-Concepts-Queues.xml

Modified: qpid/trunk/qpid/doc/book/src/java-broker/concepts/Java-Broker-Concepts-Queues.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/concepts/Java-Broker-Concepts-Queues.xml?rev=1667271&r1=1667270&r2=1667271&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/src/java-broker/concepts/Java-Broker-Concepts-Queues.xml (original)
+++ qpid/trunk/qpid/doc/book/src/java-broker/concepts/Java-Broker-Concepts-Queues.xml Tue Mar 17 11:33:45 2015
@@ -355,13 +355,13 @@ amqp://guest:guest@client1/development?m
             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:</para>
         <screen>
-            { "x-qpid-replay-period" : [ "x-qpid-replay-period", "0" ] }
+            { "x-qpid-replay-period" : { "x-qpid-replay-period" : [ "0" ] } }
         </screen>
         <para>
             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:</para>
         <screen>
-            { "x-qpid-replay-period" : [ "x-qpid-replay-period", "60" ] }
+            { "x-qpid-replay-period" : { "x-qpid-replay-period" : [ "60" ] } }
         </screen>
             
     </section>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org