What are the modern approaches to reliable multicasting in the Java world?
Searching the Internet, I came up with JGroups and JRMS. JGroups seem redundant in my situation (I want to have a set of identical nodes that interact together and allow them to join this group, notifying all existing nodes). JRMS looks like it's already dead.
I could not find any specific implementation of the PGM protocol for Java.
source share