How can ensure that in a multi thread env each message has consumed once?
Hi
Thank you for reading my post
can some one please explain that how we can ensure that our messages which are inside the queue has just consumed once?
imagine that we have tens of thread which each of them has a connection and a listener are listening on a queue, how does jms manage this all threads and connection and
ensure that each message has just delivered to one of those threads?
Thanks

