Reliable multicasting in Java

泪湿孤枕 提交于 2019-12-10 14:14:42

问题


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.


回答1:


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/




回答2:


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.



来源:https://stackoverflow.com/questions/5861518/reliable-multicasting-in-java

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!