Interview Question in JBoss


 

Interview Question :: Which component handles cluster communication in JBoss?

 Which component handles cluster communication in JBoss?

by ksk
VoteNowAnswers to "Which component handles cluster communication in JBoss?"

 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. 

by ksk