[jboss-cvs] JBoss Messaging SVN: r2305 - in trunk: src/main/org/jboss/messaging/core/plugin/postoffice/cluster and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Feb 13 20:02:40 EST 2007
Author: ovidiu.feodorov at jboss.com
Date: 2007-02-13 20:02:40 -0500 (Tue, 13 Feb 2007)
New Revision: 2305
Modified:
trunk/docs/clustering/en/modules/installation.xml
trunk/src/main/org/jboss/messaging/core/plugin/postoffice/cluster/DefaultRouter.java
trunk/src/main/org/jboss/messaging/core/plugin/postoffice/cluster/DefaultRouterFactory.java
Log:
minor refactoring
Modified: trunk/docs/clustering/en/modules/installation.xml
===================================================================
--- trunk/docs/clustering/en/modules/installation.xml 2007-02-13 23:43:15 UTC (rev 2304)
+++ trunk/docs/clustering/en/modules/installation.xml 2007-02-14 01:02:40 UTC (rev 2305)
@@ -43,8 +43,8 @@
ships "out-of-the-box" with several pre-configured port ranges: 'ports-default',
'ports-01', 'ports-02', 'ports-03'. Use one of these.
- If -Dports is not specified, the clustered instance so created will fall over to the
- default port range for a JBoss instace.
+ If -Dports is not specified, the clustered instance created this way will fall over to
+ the default port range for a JBoss instace.
More details about the binding management service can be found in the Application Server
documentation, at the following address
Modified: trunk/src/main/org/jboss/messaging/core/plugin/postoffice/cluster/DefaultRouter.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/plugin/postoffice/cluster/DefaultRouter.java 2007-02-13 23:43:15 UTC (rev 2304)
+++ trunk/src/main/org/jboss/messaging/core/plugin/postoffice/cluster/DefaultRouter.java 2007-02-14 01:02:40 UTC (rev 2305)
@@ -34,9 +34,6 @@
import org.jboss.messaging.core.tx.Transaction;
/**
- *
- * A DefaultRouter
- *
* This router always favours the local queue.
*
* If there is no local queue, then it will round robin between the non local queues.
Modified: trunk/src/main/org/jboss/messaging/core/plugin/postoffice/cluster/DefaultRouterFactory.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/plugin/postoffice/cluster/DefaultRouterFactory.java 2007-02-13 23:43:15 UTC (rev 2304)
+++ trunk/src/main/org/jboss/messaging/core/plugin/postoffice/cluster/DefaultRouterFactory.java 2007-02-14 01:02:40 UTC (rev 2305)
@@ -24,8 +24,6 @@
/**
- * A FavourLocalRouterFactory
- *
* @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