[hornetq-commits] JBoss hornetq SVN: r8072 - trunk/docs/user-manual/en.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Oct 8 20:43:49 EDT 2009


Author: plugtree
Date: 2009-10-08 20:43:49 -0400 (Thu, 08 Oct 2009)
New Revision: 8072

Modified:
   trunk/docs/user-manual/en/management.xml
Log:
Added documentation for Queue's paused and resume capabilities.

Modified: trunk/docs/user-manual/en/management.xml
===================================================================
--- trunk/docs/user-manual/en/management.xml	2009-10-08 21:41:35 UTC (rev 8071)
+++ trunk/docs/user-manual/en/management.xml	2009-10-09 00:43:49 UTC (rev 8072)
@@ -211,6 +211,13 @@
                      if it was created with one, <literal>isDurable()</literal> to know wether the
                      queue is durable or not, etc.)</para>
                </listitem>
+  		<listitem>
+                  <para>Pausing and resuming Queues</para>
+                  <para>The <literal>QueueControl</literal> can pause and resume the underlying queue.
+		  When a queue is paused, it will receive messages but will not deliver them. When it's resume, it'll begin
+		delivering the queued messages, if any.
+		  </para>
+               </listitem>
             </itemizedlist>
          </section>
          <section>
@@ -433,6 +440,13 @@
                      is temporary or not, <literal>isDurable()</literal> to know wether the queue is
                      durable or not, etc.)</para>
                </listitem>
+                <listitem>
+                  <para>Pausing and resuming queues</para>
+                  <para>The <literal>JMSQueueControl</literal> can pause and resume the underlying queue. 
+			When the queue is paused it will continue to receive messages but will not deliver them. 
+			When resumed again it will deliver the enqueued messages, if any.
+		  </para>
+               </listitem>
             </itemizedlist>
          </section>
          <section>



More information about the hornetq-commits mailing list