I would like to send a message to the nodes in my JGroup cluster, not via one of the nodes, but from an external resource.
Is it possible?
STOMP protocol allows STOMP clients to connect to any of the Jgroups cluster nodes. The STOMP implementation is available from Jgroups 2.11.0.Beta2.
Can find more details at http://planet.jboss.org/post/stomp_for_jgroups
The STOMP client can be implemented in any language, can be started, stopped any time without affecting the whole cluster nodes and can be a light weight process which just connects to the cluster nodes and communicate.