Java中的可靠多播 [英] Reliable multicasting in Java

查看:81
本文介绍了Java中的可靠多播的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Java世界中可靠的多播有哪些现代方法?

What are modern approaches for Reliable multicasting in Java world?

在Web上搜索,我想到了JGroups和JRMS.在我的情况下,JGroups似乎是一个过大的选择(我想拥有一组相同的节点,它们可以相互协作,并通过通知每个现有节点使它们能够加入该组). JRMS看起来已经死了.

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.

我找不到适用于Java的PGM协议的任何特定实现.

I was unable to find any particular implementation of PGM protocol for Java.

推荐答案

Hazelcast表示它支持消息传递以及其他功能(分布式地图等)

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

https://hazelcast.org/

它在OrientDB,Apache Camel等其他分布式Java应用程序中用作库,并具有Java应用程序服务器的插件,例如Tomcat Session Replication.

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.

这篇关于Java中的可靠多播的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆