JMS load balancing(1 Queue, 2 Queue Connection Factory and 1 .bindings)
问题 I am using JMS to put messages into the Queue. The Queue is linked with 2 QueueConnection Factories and 2 Queue managers. While sending the messages to the Queue I want to equally distribute/send message to 2 different Queue Managers via 2 different Queue Connection factory. Example: In different point of time, My service receives messages from some user.I need to equally put the messages into 2 QCF/QueueManagers. (load balancing) If I get 1st message I need to send to 1st QCF1/Queue Manager