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-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to