I don't see the property jboss.partition.name affecting either the DataChannelConfig
or ControlChannelConfig.
The only properties I see affecting it are:
| <attribute name="DataChannelConfig">
| ...
|
mcast_addr="${jboss.messaging.datachanneludpaddress,jboss.partition.udpGroup:228.6.6.6}"
| mcast_port="${jboss.messaging.datachanneludpport:45567}"
|
|
and
| <attribute name="ControlChannelConfig">
| ...
|
mcast_addr="${jboss.messaging.controlchanneludpaddress,jboss.partition.udpGroup:228.7.7.7}"
| mcast_port="${jboss.messaging.controlchanneludpport:45568}"
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152134#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...