InterviewSolution
Saved Bookmarks
| 1. |
Which Component Handles Cluster Communication In Jboss? |
|
Answer» The JGroups framework provides services to ENABLE peer-to-peer communications between NODES in a cluster. It is built on top a stack of network communication protocols that provide transport, DISCOVERY, reliability and failure DETECTION, and cluster membership management services. The JGroups framework provides services to enable peer-to-peer communications between nodes in a cluster. It is built on top a stack of network communication protocols that provide transport, discovery, reliability and failure detection, and cluster membership management services. |
|