Name | Signature and Synopsis |
---|---|
createLoadBalancerTo | Object createLoadBalancerTo(String adhocConfigName) Creates and returns a load balancer that can be used to send messages to remote, load balanced destinations. |
discardLoadBalancer | void discardLoadBalancer(Object loadBalancer) Discards the load balancer. |
send | void send(Object loadBalancer, SimpleEvent event, String routingKey) Sends an event to a remote receiver. The routing decision is made using the routing key. |