-
1. Re: Clustered JMS
ivelin.ivanov Mar 9, 2004 3:19 AM (in response to zubairq)Thank you for your reply. Next time I will make sure that I only post on the users forum. My apologies for that.
I looked through the clustering documentation and it was not clear to me where I should specify a different RMI policy. Should I specify this is jboss.xml under the load balance policy for my stateless session bean? -
2. Re: Clustered JMS
ivelin.ivanov Mar 9, 2004 8:54 AM (in response to zubairq)You may want to experiment with different RMI load balancing policies. The default will use local invokation most of the time, which is better most of the time anyway. If your tasks are really heavy weight, you may want to try round robin.
See the clustering book for instructions how to do that.
Ivelin -
3. Re: Clustered JMS
zubairq Mar 10, 2004 2:36 AM (in response to zubairq)Thank you for your reply. Next time I will make sure that I only post on the users forum. My apologies for that.
I looked through the clustering documentation and it was not clear to me where I should specify a different RMI policy. Should I specify this is jboss.xml under the load balance policy for my stateless session bean?