ildfly-client-all.33.0.1.Final.source-code.udp.xml Maven / Gradle / Ivy
Go to download
This artifact provides a single jar that contains all classes required to use remote EJB and JMS, including
all dependencies. It is intended for use by those not using maven, maven users should just import the EJB and
JMS BOM's instead (shaded JAR's cause lots of problems with maven, as it is very easy to inadvertently end up
with different versions on classes on the class path).
<!-- Default stack using IP multicasting. It is similar to the "udp" stack in stacks.xml, but doesn't use streaming state transfer and flushing author: Bela Ban --> <config xmlns="urn:org:jgroups" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/jgroups.xsd" > <UDP mcast_port="${jgroups.udp.mcast_port:45588}" thread_pool.min_threads="0" thread_pool.max_threads="200" thread_pool.keep_alive_time="30000"/> <RED/> <PING /> <MERGE3 max_interval="30000" min_interval="10000"/> <FD_SOCK2/> <FD_ALL3/> <VERIFY_SUSPECT2 timeout="1500" /> <BARRIER /> <pbcast.NAKACK2 xmit_interval="500"/> <UNICAST3 xmit_interval="500" /> <pbcast.STABLE desired_avg_gossip="50000" max_bytes="4M"/> <pbcast.GMS print_local_addr="true" join_timeout="1000"/> <UFC max_credits="10M" min_threshold="0.4"/> <MFC max_credits="10M" min_threshold="0.4"/> <FRAG2 frag_size="60K" /> <pbcast.STATE_TRANSFER /> </config>