Document that if InVM is used the load balancing policy is not used and messages are not
routed to different nodes
------------------------------------------------------------------------------------------------------------------
Key: JBESB-1765
URL:
http://jira.jboss.com/jira/browse/JBESB-1765
Project: JBoss ESB
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Documentation, Rosetta, Transports
Affects Versions: 4.3
Reporter: Jiri Pechanec
Assigned To: Tom Fennelly
Fix For: 4.3
See the AbstaractLoadBalancePolicy
// Give precedence to InVM EPRs...
for (EPR epr : eprs) {
if(epr instanceof InVMEpr) {
return epr;
}
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira