[jboss-cvs] JBoss Messaging SVN: r2359 - in trunk: tests/src/org/jboss/test/messaging/jms/stress and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 19 19:50:28 EST 2007


Author: ovidiu.feodorov at jboss.com
Date: 2007-02-19 19:50:28 -0500 (Mon, 19 Feb 2007)
New Revision: 2359

Modified:
   trunk/src/main/org/jboss/jms/server/endpoint/ServerConsumerEndpoint.java
   trunk/tests/src/org/jboss/test/messaging/jms/stress/RelayStressTest.java
Log:
minor reformatting

Modified: trunk/src/main/org/jboss/jms/server/endpoint/ServerConsumerEndpoint.java
===================================================================
--- trunk/src/main/org/jboss/jms/server/endpoint/ServerConsumerEndpoint.java	2007-02-20 00:23:41 UTC (rev 2358)
+++ trunk/src/main/org/jboss/jms/server/endpoint/ServerConsumerEndpoint.java	2007-02-20 00:50:28 UTC (rev 2359)
@@ -374,11 +374,10 @@
          // the newRate value so this is basically a placeholder for the future so we don't have to
          // change the wire format when we support it.
          
-         // No need to synchronize - clientAccepting is volatile
+         // No need to synchronize - clientAccepting is volatile.
          
          // We need to deal with the fact that one way invocations may arrive in a different order
-         // to that which they arrived in
-         // So we just toggle on / off
+         // to that which they arrived in. So we just toggle on / off.
          
          clientAccepting = !clientAccepting;
          

Modified: trunk/tests/src/org/jboss/test/messaging/jms/stress/RelayStressTest.java
===================================================================
--- trunk/tests/src/org/jboss/test/messaging/jms/stress/RelayStressTest.java	2007-02-20 00:23:41 UTC (rev 2358)
+++ trunk/tests/src/org/jboss/test/messaging/jms/stress/RelayStressTest.java	2007-02-20 00:50:28 UTC (rev 2359)
@@ -23,12 +23,9 @@
 import org.jboss.test.messaging.tools.ServerManagement;
 
 /**
+ * Send messages to a topic with selector1, consumer them with multiple consumers and relay them
+ * back to the topic with a different selector, then consume that with more consumers.
  * 
- * A RelayTest
- * 
- * Send messages to a topic with selector1, consumer them with multiple consumers
- * and relay them back to the topic with a different selector, then consume that with more consumers
- * 
  * @author <a href="mailto:tim.fox at jboss.com">Tim Fox</a>
  * @version <tt>$Revision$</tt>
  *




More information about the jboss-cvs-commits mailing list