[jboss-jira] [JBoss JIRA] (AS7-4095) mod_cluster AdvertiseListenerImpl does not take multicast-port setting into account
Michal Babacek (JIRA)
jira-events at lists.jboss.org
Thu Mar 8 05:24:36 EST 2012
Michal Babacek created AS7-4095:
-----------------------------------
Summary: mod_cluster AdvertiseListenerImpl does not take multicast-port setting into account
Key: AS7-4095
URL: https://issues.jboss.org/browse/AS7-4095
Project: Application Server 7
Issue Type: Bug
Affects Versions: 7.1.1.Final
Reporter: Michal Babacek
Assignee: Michal Babacek
The undermentioned configuration:
{code:lang=xml}
+++
<socket-binding-group name="standard-sockets" default-interface="public" port-offset="${jboss.socket.binding.port-offset:0}">
+++
<socket-binding name="modcluster" port="0" multicast-address="224.0.1.105" multicast-port="6666"/>
+++
</socket-binding-group>
+++
{code}
does not affect the actual port the mod_cluster is looking for advertisement:
{code}
05:11:22,295 INFO [org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl] (MSC service thread 1-4) Listening to proxy advertisements on 224.0.1.105:23364
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list