ildfly-client-all.34.0.1.Final.source-code.sequencer.xml Maven / Gradle / Ivy
Go to download
This artifact provides a single jar that contains all classes required to use remote Jakarta Enterprise Beans and Jakarta Messaging, including
all dependencies. It is intended for use by those not using maven, maven users should just import the Jakarta Enterprise Beans and
Jakarta Messaging 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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:org:jgroups" xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/jgroups.xsd" > <UDP/> <PING/> <MERGE3/> <FD_SOCK2/> <FD_ALL3/> <VERIFY_SUSPECT/> <BARRIER/> <pbcast.NAKACK2/> <UNICAST3/> <pbcast.STABLE/> <pbcast.GMS/> <UFC/> <MFC/> <!-- SEQUENCER could also be placed just under GMS, if messages and views need to be totally ordered --> <SEQUENCER /> <FRAG2/> <pbcast.STATE_TRANSFER /> </config>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy