Skip to content

Commit

Permalink
AS7-5577 Disable JGroups diagnostics service by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar authored and bstansberry committed Sep 18, 2012
1 parent c6c1900 commit 04e7cb9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build/src/main/resources/configuration/subsystems/jgroups.xml
Expand Up @@ -4,7 +4,7 @@
<extension-module>org.jboss.as.clustering.jgroups</extension-module>
<subsystem xmlns="urn:jboss:domain:jgroups:1.1" default-stack="udp">
<stack name="udp">
<transport type="UDP" socket-binding="jgroups-udp" diagnostics-socket-binding="jgroups-diagnostics"/>
<transport type="UDP" socket-binding="jgroups-udp"/>
<protocol type="PING"/>
<protocol type="MERGE2"/>
<protocol type="FD_SOCK" socket-binding="jgroups-udp-fd"/>
Expand All @@ -21,7 +21,7 @@
<protocol type="RSVP"/>
</stack>
<stack name="tcp">
<transport type="TCP" socket-binding="jgroups-tcp" diagnostics-socket-binding="jgroups-diagnostics"/>
<transport type="TCP" socket-binding="jgroups-tcp"/>
<protocol type="MPING" socket-binding="jgroups-mping"/>
<protocol type="MERGE2"/>
<protocol type="FD_SOCK" socket-binding="jgroups-tcp-fd"/>
Expand All @@ -38,7 +38,6 @@
<protocol type="RSVP"/>
</stack>
</subsystem>
<socket-binding name="jgroups-diagnostics" port="0" multicast-address="224.0.75.75" multicast-port="7500"/>
<socket-binding name="jgroups-mping" port="0" multicast-address="${jboss.default.multicast.address:230.0.0.4}" multicast-port="45700"/>
<socket-binding name="jgroups-tcp" port="7600"/>
<socket-binding name="jgroups-tcp-fd" port="57600"/>
Expand Down

0 comments on commit 04e7cb9

Please sign in to comment.