This content has been marked as final.
Show 2 replies
-
1. Re: [ejb cluster] Does wildfly9.0.2 supports load balance policy "FirstAvailable" as JBoss4.2.2
wdfink Mar 20, 2016 12:53 PM (in response to lcheng_nj)This has been complete changed since AS7 and later WildFly.
The only available policy is "Random".
But you can implement the DeploymentNodeSelector and ClusterNodeSelector to control the behaviour at the client side.
The problem here is that the decision is made by client (not different for beans) and the NodeSelecto is per Context.
-
2. Re: [ejb cluster] Does wildfly9.0.2 supports load balance policy "FirstAvailable" as JBoss4.2.2
lcheng_nj Jun 22, 2016 9:38 PM (in response to wdfink)Thanks. This works for me.