Files
java-tutorials/jgroups/README.md
T

16 lines
362 B
Markdown
Raw Normal View History

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