2018-02-03 22:49:11 -05:00
|
|
|
## Reliable Messaging with JGroups Tutorial Project
|
|
|
|
|
|
|
|
### Relevant Article:
|
2018-04-11 01:33:18 -04:00
|
|
|
- [Reliable Messaging with JGroups](http://www.baeldung.com/jgroups)
|
2018-02-03 22:49:11 -05:00
|
|
|
|
|
|
|
### 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
|
|
|
|
|
|
|
|
```
|