What are modern approaches for Reliable multicasting in Java world?
Searching the Web, I've came up with JGroups and JRMS. JGroups seem to be an overkill in my situation (I want to have a set of identical nodes which cooperate together and make them able to join this group by notifying every existing node). JRMS looks like being already dead.
I was unable to find any particular implementation of PGM protocol for Java.