Skip to content

belaban/JGroups

Repository files navigation

JGroups

Overview

JGroups is a clustering library, allowing members to exchange messages.

It provides the following functionality:

  • Joining a given cluster (becoming a member)

  • (Once joined), sending messages to other members

  • Getting a list of the members in the same cluster

  • Registering callbacks that are invoked when

    • a message is received

    • a member joins

    • a member leaves

  • Leaving a cluster

Sample code