All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jgroups.overview.html 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).

There is a newer version: 33.0.2.Final
Show newest version



JGroups is a toolkit for reliable group communication. Processes
can join a group, send messages to all members or single members, and
receive messages from members in the group. The system keeps track of
the members in every group, and notifies group members when a new
member joins, or an existing member leaves or crashes. A group is
identified by its name. Groups do not have to be created explicitly;
when a process joins a non-existing group, that group will be created
automatically. Member processes of a group can be located on the same
host, within the same LAN, or across a WAN. A member can be part of
multiple groups. 





© 2015 - 2024 Weber Informatics LLC | Privacy Policy