[jboss-user] [Clustering/JBoss] - Communication between nodes
ekobir
do-not-reply at jboss.com
Fri May 1 11:25:58 EDT 2009
Hi,
What is the best way of communicating between jboss nodes?
I have used HAServiceMBeanSupport for cluster-wide notifications but this time I need to be able to send messages to a specific node/nodes. Notifications can be addressed to specific node by providing another field specifying node name in the notification but how effective would this solution be?
Is there any possible way to access underlying JChannel from HAPartition so I will be able to use following send method?
public void send(Address dst, Address src, java.io.Serializable obj)
Thanks for your help.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4228041#4228041
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4228041
More information about the jboss-user
mailing list