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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...