[jboss-user] [JBoss Messaging] - Re: auto discovery via multicasting problem
clebert.suconic@jboss.com
do-not-reply at jboss.com
Tue May 20 16:30:15 EDT 2008
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#4152134
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152134
More information about the jboss-user
mailing list