A single connection is a single TCP socket, which goes to a single remote machine. There is no way to load balance a single connection across multiple brokers. Either accept all clients being on the same broker or create multiple connections.
Tim On Nov 15, 2015 11:55 PM, "Emily Johnson" <harneetsingh...@gmail.com> wrote: > Hey Tim, > > Sorry for replying late, was struck in some personal issues and was off > work. > Yes exactly, I am trying to achieve the first target, multiple clients on > single connection. > > I have been trying to find a solution that works, even as a prototype and I > will customize it if needed. > But no avail yet. > > Any guidance in this matter is highly appreciated. > > Emily > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Active-MQ-cluster-behind-load-balancer-tp4703618p4703975.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >