Java 組播通訊框架,JGroups 3.6.3.Final 發布
JGroups是一個可靠的群組通訊Java工具包。它基于IP組播(IP multicast),但在可靠性,組成員管理上對它作了擴展。
JGroups的可靠性體現在:
1,對所有接收者的消息的無丟失傳輸(通過丟失消息的重發)
2,大消息的分割傳輸和重組
3,消息的順序發送和接收
4,原子性:消息要么被所有接收者接收,要么全不
JavaGroups的成員關系管理體現在:
1,可以知道組內有哪些成員
2,成員的加入,離開,掉線等的通知
JavaGroups的主要功能特征:
- 組的創建與刪除。組成員能在LAN或WAN環境內互相發送消息
- 組的成員加入或離開
- 組成員的檢測和通知:加入,離開,掉線
- 檢測與移除已掉線的成員
- 消息的組播 (member-to-group或point-to-multipoint)
- 消息的點對點發送 (member-to-member或point-to-point)
- 支持UDP (IP Multicast), TCP, JMS等傳輸協議
- 免費開放源代碼 </p>
JGroups 的官方改進記錄: ChangeLog
JGroups 3.6.3.Final 發布,下載地址: JGroups-3.6.3.Final.zip該版本改進記錄包括:
Bug
-
[JGRP-1876] - MERGE3 : Strange number and content of subgroups
-
[JGRP-1910] - MERGE3: Do not lose any members from view during a series of merges
-
[JGRP-1912] - LockService can fail under heavy load
-
[JGRP-1913] - COMPRESS: ArrayOutOfBoundsException
-
[JGRP-1915] - JDBC_PING discovery fails when stale entries are found in the database
-
[JGRP-1916] - ConcurrentModificationException in FD_ALL
-
[JGRP-1918] - ConcurrentModificationException in Locking notification
-
[JGRP-1920] - FC: Flag NO_FC is not applied on RPC calls/responses
Enhancement
-
[JGRP-1917] - FILE_PING: options to remove zombies
Feature Request
-
[JGRP-1908] - Optional Executing protocol behavior to not attempt to repeat tasks
-