444546474849505152
public SubscribableSqsChannel() { super(); this.messageLoop = false; this.messageDriven = true; this.dispatcher = new UnicastingDispatcher(); ((UnicastingDispatcher) dispatcher) .setLoadBalancingStrategy(new RoundRobinLoadBalancingStrategy()); }