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
Wolf-Dieter Fink Mar 20, 2016 12:53 PM (in response to liang cheng)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
liang cheng Jun 22, 2016 9:38 PM (in response to Wolf-Dieter Fink)Thanks. This works for me.