[jboss-cvs] JBossAS SVN: r69535 - trunk/messaging/src/etc/deploy/common.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 1 07:23:43 EST 2008


Author: dimitris at jboss.org
Date: 2008-02-01 07:23:42 -0500 (Fri, 01 Feb 2008)
New Revision: 69535

Modified:
   trunk/messaging/src/etc/deploy/common/messaging-service.xml
Log:
JBAS-5196, allow the configuration of ServerPeer's ServerPeerID through jboss.messaging.ServerPeerID property.

Modified: trunk/messaging/src/etc/deploy/common/messaging-service.xml
===================================================================
--- trunk/messaging/src/etc/deploy/common/messaging-service.xml	2008-02-01 12:19:15 UTC (rev 69534)
+++ trunk/messaging/src/etc/deploy/common/messaging-service.xml	2008-02-01 12:23:42 UTC (rev 69535)
@@ -30,7 +30,7 @@
 
       <!-- The unique id of the server peer - in a cluster each node MUST have a unique value - must be an integer -->
 
-      <attribute name="ServerPeerID">0</attribute>
+      <attribute name="ServerPeerID">${jboss.messaging.ServerPeerID:0}</attribute>
       
       <!-- The default JNDI context to use for queues when they are deployed without specifying one --> 
       




More information about the jboss-cvs-commits mailing list