I would like to know how can we tell which consumer will get the message from queue in case we have multiple consumers at JMS queue? for example, if we have 1 producer and 3 consumer (and 1 queue), how can i know which consumer gonna get the message?
thanks