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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to