[jboss-cvs] JBoss Messaging SVN: r1527 - branches/Branch_Client_Failover_Experiment/src/main/org/jboss/messaging/core/plugin/postoffice/cluster

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 30 23:26:51 EST 2006


Author: clebert.suconic at jboss.com
Date: 2006-10-30 23:26:49 -0500 (Mon, 30 Oct 2006)
New Revision: 1527

Modified:
   branches/Branch_Client_Failover_Experiment/src/main/org/jboss/messaging/core/plugin/postoffice/cluster/DefaultClusteredPostOffice.java
Log:
http://jira.jboss.org/jira/browse/JBMESSAGING-519 - removing dumb message

Modified: branches/Branch_Client_Failover_Experiment/src/main/org/jboss/messaging/core/plugin/postoffice/cluster/DefaultClusteredPostOffice.java
===================================================================
--- branches/Branch_Client_Failover_Experiment/src/main/org/jboss/messaging/core/plugin/postoffice/cluster/DefaultClusteredPostOffice.java	2006-10-31 04:25:36 UTC (rev 1526)
+++ branches/Branch_Client_Failover_Experiment/src/main/org/jboss/messaging/core/plugin/postoffice/cluster/DefaultClusteredPostOffice.java	2006-10-31 04:26:49 UTC (rev 1527)
@@ -1131,10 +1131,6 @@
 
            Binding newBinding = this.createBinding(this.nodeId,nodeId,binding.getCondition(),stub.getName(),stub.getChannelID(),stub.getFilter(),stub.isRecoverable());
            LocalClusteredQueue clusteredQueue = (LocalClusteredQueue )newBinding.getQueue();
-           if (clusteredQueue.isActive())
-           {
-               log.info("**** Yes... clusteredQueue was active");
-           }
            clusteredQueue.deactivate();
            clusteredQueue.load();
            clusteredQueue.activate();




More information about the jboss-cvs-commits mailing list