java-tutorials/jgroups
Eric Goebelbecker 372cba10bb BAEL-1486 - small changes to JGroups (#3590)
* BAEL-1486 - sample code for JGroups. Fixed a typo in InfluxDB.

* BAEL-1486 - updates for JGroups.
2018-02-05 16:47:17 -08:00
..
src/main BAEL-1486 - small changes to JGroups (#3590) 2018-02-05 16:47:17 -08:00
README.md BAEL-1486 - sample code for JGroups. Fixed a typo in InfluxDB. (#3578) 2018-02-03 19:49:11 -08:00
pom.xml BAEL-1486 - sample code for JGroups. Fixed a typo in InfluxDB. (#3578) 2018-02-03 19:49:11 -08:00

README.md

Reliable Messaging with JGroups Tutorial Project

Relevant Article:

Overview

This Maven project contains the Java code for the article linked above.

Package Organization

Java classes for the intro tutorial are in the org.baeldung.jgroups package.

Running the tests