batch
/subsystem=jgroups/stack=udp:remove
/subsystem=jgroups/stack=udp:add()
/subsystem=jgroups/stack=udp/transport=UDP:add(socket-binding=jgroups-udp,properties={ip_mcast=false})
/subsystem=jgroups/stack=udp/protocol=azure.AZURE_PING:add(properties={storage_account_name="${jboss.jgroups.azure_ping.storage_account_name}", storage_access_key="${jboss.jgroups.azure_ping.storage_access_key}", container="${jboss.jgroups.azure_ping.container}"})
/subsystem=jgroups/stack=udp/protocol=MERGE3:add
/subsystem=jgroups/stack=udp/protocol=FD_SOCK2:add(socket-binding=jgroups-udp-fd)
/subsystem=jgroups/stack=udp/protocol=FD_ALL3:add
/subsystem=jgroups/stack=udp/protocol=VERIFY_SUSPECT2:add
/subsystem=jgroups/stack=udp/protocol=pbcast.NAKACK2:add(properties={use_mcast_xmit=false,use_mcast_xmit_req=false})
/subsystem=jgroups/stack=udp/protocol=UNICAST3:add
/subsystem=jgroups/stack=udp/protocol=pbcast.STABLE:add
/subsystem=jgroups/stack=udp/protocol=pbcast.GMS:add
/subsystem=jgroups/stack=udp/protocol=UFC:add
/subsystem=jgroups/stack=udp/protocol=MFC:add
/subsystem=jgroups/stack=udp/protocol=FRAG4:add
run-batch
batch
/subsystem=jgroups/stack=udp:remove
/subsystem=jgroups/stack=udp:add()
/subsystem=jgroups/stack=udp/transport=UDP:add(socket-binding=jgroups-udp,properties={ip_mcast=false})
/subsystem=jgroups/stack=udp/protocol=azure.AZURE_PING:add(properties={storage_account_name="${jboss.jgroups.azure_ping.storage_account_name}", storage_access_key="${jboss.jgroups.azure_ping.storage_access_key}", container="${jboss.jgroups.azure_ping.container}"})
/subsystem=jgroups/stack=udp/protocol=MERGE3:add
/subsystem=jgroups/stack=udp/protocol=FD_SOCK2:add(socket-binding=jgroups-udp-fd)
/subsystem=jgroups/stack=udp/protocol=FD_ALL3:add
/subsystem=jgroups/stack=udp/protocol=VERIFY_SUSPECT2:add
/subsystem=jgroups/stack=udp/protocol=pbcast.NAKACK2:add(properties={use_mcast_xmit=false,use_mcast_xmit_req=false})
/subsystem=jgroups/stack=udp/protocol=UNICAST3:add
/subsystem=jgroups/stack=udp/protocol=pbcast.STABLE:add
/subsystem=jgroups/stack=udp/protocol=pbcast.GMS:add
/subsystem=jgroups/stack=udp/protocol=UFC:add
/subsystem=jgroups/stack=udp/protocol=MFC:add
/subsystem=jgroups/stack=udp/protocol=FRAG4:add
run-batch
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
<stack name="udp">
<transport type="UDP" socket-binding="jgroups-udp"/>
<protocol type="RED"/>
<protocol type="azure.AZURE_PING">
<property name="storage_account_name">${jboss.jgroups.azure_ping.storage_account_name}</property>
<property name="storage_access_key">${jboss.jgroups.azure_ping.storage_access_key}</property>
<property name="container">${jboss.jgroups.azure_ping.container}</property>
</protocol>
<protocol type="MERGE3"/>
<socket-protocol type="FD_SOCK2" socket-binding="jgroups-udp-fd"/>
<protocol type="FD_ALL3"/>
<protocol type="VERIFY_SUSPECT2"/>
<protocol type="pbcast.NAKACK2"/>
<protocol type="UNICAST3"/>
<protocol type="pbcast.STABLE"/>
<protocol type="pbcast.GMS"/>
<protocol type="UFC"/>
<protocol type="MFC"/>
<protocol type="FRAG4"/>
</stack>
<stack name="udp">
<transport type="UDP" socket-binding="jgroups-udp"/>
<protocol type="RED"/>
<protocol type="azure.AZURE_PING">
<property name="storage_account_name">${jboss.jgroups.azure_ping.storage_account_name}</property>
<property name="storage_access_key">${jboss.jgroups.azure_ping.storage_access_key}</property>
<property name="container">${jboss.jgroups.azure_ping.container}</property>
</protocol>
<protocol type="MERGE3"/>
<socket-protocol type="FD_SOCK2" socket-binding="jgroups-udp-fd"/>
<protocol type="FD_ALL3"/>
<protocol type="VERIFY_SUSPECT2"/>
<protocol type="pbcast.NAKACK2"/>
<protocol type="UNICAST3"/>
<protocol type="pbcast.STABLE"/>
<protocol type="pbcast.GMS"/>
<protocol type="UFC"/>
<protocol type="MFC"/>
<protocol type="FRAG4"/>
</stack>
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow