[jboss-cvs] JBoss Messaging SVN: r6267 - trunk/examples/jms/paging/src/org/jboss/jms/example.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 1 18:56:58 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-04-01 18:56:58 -0400 (Wed, 01 Apr 2009)
New Revision: 6267

Modified:
   trunk/examples/jms/paging/src/org/jboss/jms/example/PagingExample.java
Log:
tweak. Copying a comment from another example

Modified: trunk/examples/jms/paging/src/org/jboss/jms/example/PagingExample.java
===================================================================
--- trunk/examples/jms/paging/src/org/jboss/jms/example/PagingExample.java	2009-04-01 22:51:47 UTC (rev 6266)
+++ trunk/examples/jms/paging/src/org/jboss/jms/example/PagingExample.java	2009-04-01 22:56:58 UTC (rev 6267)
@@ -84,7 +84,7 @@
          MessageConsumer messageConsumer = session.createConsumer(queue);
          
 
-         //Step 11. Start the Connection
+         //Step 11.  Start the JMS Connection. This step will activate the subscribers to receive messages.
          connection.start();
          
          




More information about the jboss-cvs-commits mailing list