Does it make sense to have multiple queue receivers in different sessions on the same queue?
You can have multiple queue receivers on the same queue in different sessions, but when there is a message being sent to the queue, only one of the queue receivers (no guarantee which one) gets the message. So unless you coordinate very well among queue receivers, or it doesn?t make much sense to have multiple queue receivers in different sessions on the same queue.