s for the same queue at the same time?
The JMS API does not specify a message distribution policy when two or more QueueReceivers are registered with a destination at the same time. JMS API semantics account for only one QueueReceiver at any point in time. The JMS API does not prohibit multiple QueueReceivers for a queue; it just does not define the behavior for this case.
Related Questions
- What message distribution policy does the JMS API specify when there are two or more QueueReceivers for the same queue at the same time?
- Might randomization in queue discipline be useful when waiting cost is a concave function of waiting time?
- How can I queue pictures of different sources/cameras in the correct time sequence?