Registry / messaging / jgroups

jgroups

JSON →
library3.6.4javamavenunverified

Reliable cluster communication toolkit for group messaging and distributed systems.

<dependency> <groupId>org.jgroups</groupId> <artifactId>jgroups</artifactId> <version>3.6.4</version> </dependency>
INSTALL
IMPORT
SIG · JGROUPS
J
jgroups
messagingjavav3.6.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JChannel
org.jgroups.JChannel

Create and connect a JGroups channel to a cluster.

import org.jgroups.JChannel; public class Example { public static void main(String[] args) throws Exception { JChannel channel = new JChannel(); channel.connect("cluster"); System.out.println("Connected to cluster"); channel.close(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.6.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
jgroups — mvn dependency:get jgroups · libregistry