简体   繁体   中英

Reliable multicasting in Java

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.

Hazelcast says it supports messaging, amongst other things (distributed maps etc)

https://hazelcast.org/

It is used as library in other distributed Java applications such as OrientDB, Apache Camel, and has plugins for Java Application Servers, such as Tomcat Session Replication.

Have a look a jmdns which implements Zeroconf (Apple Bonjour) in pure Java.

Very useful if you just want to know who else is out there, and let them know about you.

http://jmdns.sourceforge.net/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM