I have my Spring MDPs listenig to distributed queues of weblogic 10, the problem is that when i specify the t3:// comma delimited URL the MDP connects to the first contactable server and starts listenign. Now since its a distributed queue there are two or more JMS servers each having its own persistent store, so basically i am never reading from the seconds JMS Server. How to avoid the same or to tell spring to rty and connect to each member of the distributed queue which one active consumer at least?