[jboss-cvs] JBoss Messaging SVN: r5395 - trunk/src/main/org/jboss/messaging/core/server/impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 20 04:47:13 EST 2008


Author: jmesnil
Date: 2008-11-20 04:47:13 -0500 (Thu, 20 Nov 2008)
New Revision: 5395

Modified:
   trunk/src/main/org/jboss/messaging/core/server/impl/MessagingServerImpl.java
Log:
JBMESSAGING-1441: Refactor management notifications

added a comment about the creation of the destination corresponding to the notification address (to circumvent the allowability of the address)

Modified: trunk/src/main/org/jboss/messaging/core/server/impl/MessagingServerImpl.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/server/impl/MessagingServerImpl.java	2008-11-20 08:57:50 UTC (rev 5394)
+++ trunk/src/main/org/jboss/messaging/core/server/impl/MessagingServerImpl.java	2008-11-20 09:47:13 UTC (rev 5395)
@@ -247,6 +247,8 @@
       postOffice.start();
       resourceManager.start();
 
+      // FIXME the destination corresponding to the notification address is always created 
+      // so that queues can be created wether the address is allowable or not (to revisit later)
       if (!postOffice.containsDestination(configuration.getManagementNotificationAddress()))
       {
          postOffice.addDestination(configuration.getManagementNotificationAddress(), true);




More information about the jboss-cvs-commits mailing list