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
Some confusion here; you log states you don't have the right xulrunner because you are running with JDK 64 bit on Windows but you still seem to be able to use and open the Visual Page Editor ?
That should not be possible.
If you are running on Windows 64 bit, please use a 32 bit JDK since we don't have a 64 bit version of xulrunner.
Then please clear the log and tell us what you see when you startup and try using it ?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4228036#4228036
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4228036
I don't see any reason why this shouldn't work differently with org.jboss.invocation.jrmp.server.JRMPInvokerHA than it does with the non-clustered org.jboss.invocation.jrmp.server.JRMPInvoker.
As a diagnostic exercise, if you tweak your config to base it off the non-clustered "Standard Stateless SessionBean" and base your invoker config off of conf/jboss-service.xml's "jboss:service=invoker,type=jrmp" bean, does it work?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4228028#4228028
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4228028