JBoss AS Question:

Which component handles cluster communication in JBoss?

JBoss Interview Question
JBoss Interview Question

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.


Previous QuestionNext Question
What optimization could I use if the EJB container is the only point of write access to the database?Is it possible to put a JBoss server instance into multiple cluster at the same time?