[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Unique Post Office Id
apwalker
do-not-reply at jboss.com
Fri Feb 1 06:27:30 EST 2008
In all my deployments of JBM I add a System Property to allowing simple AS node configuration. I keep mean to commit this :)
See below
| <mbean code="org.jboss.jms.server.ServerPeer"
| name="jboss.messaging:service=ServerPeer"
| xmbean-dd="xmdesc/ServerPeer-xmbean.xml">
|
| <!-- The unique id of the server peer - in a cluster each node MUST have a unique value - must be an integer -->
|
| <attribute name="ServerPeerID">${jboss.messaging.ServerPeerID:0}</attribute>
|
| <!-- The default JNDI context to use for queues when they are deployed without specifying one -->
|
| <attribute name="DefaultQueueJNDIContext">/queue</attribute>
|
|
| ......
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125475#4125475
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125475
More information about the jboss-dev-forums
mailing list