<subsystem xmlns="urn:jboss:domain:jgroups:5.0">
<channels default="ee">
<channel name="ee" stack="file_ping"/>
</channels>
<stacks>
<stack name="file_ping">
<transport type="TCP" socket-binding="jgroups-tcp" site="${env.DATA_CENTER}">
<property name="external_addr">
${jgroups.tcp.external_addr:}
</property>
</transport>
<protocol type="FILE_PING">
<property name="location">
/data
</property>
<property name="remove_all_files_on_view_change">
true
</property>
<property name="remove_old_coords_on_view_change">
true
</property>
</protocol>
<protocol type="MERGE3"/>
<protocol type="FD_SOCK" socket-binding="jgroups-tcp-fd"/>
<protocol type="FD_ALL"/>
<protocol type="VERIFY_SUSPECT"/>
<protocol type="pbcast.NAKACK2"/>
<protocol type="UNICAST3"/>
<protocol type="pbcast.STABLE"/>
<protocol type="pbcast.GMS"/>
<protocol type="MFC"/>
<protocol type="FRAG2"/>
</stack>
</stacks>
</subsystem>