[jboss-user] [Clustering/JBoss] - Re: Jboss node getting CPU spikes

krishnan366 do-not-reply at jboss.com
Wed Mar 11 22:47:56 EDT 2009


Are you using the  @Clustered annotation in your ejb bean .

Also you can set you loadbalancing policy as follows. This example shows the RoundRobin load balancing policy 

@Clustered(loadBalancePolicy=org.jboss.ha.framework.interfaces.RoundRobin.class)

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217262#4217262

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217262



More information about the jboss-user mailing list