Implement Client-Side Load Balancing

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 812

This topic has not yet been written. The content below is from the topic description.
You can also implement your own policy by implementing the interface org.hornetq.api.core.client.loadbalance.ConnectionLoadBalancingPolicy Specifying which load balancing policy to use differs whether you are using JMS or the core API. If you don't specify a policy then the default will be used which is org.hornetq.api.core.client.loadbalance.RoundRobinConnectionLoadBalancingPolicy.