schnizlein
16 years agoContributor
Selective Dequeuing for JMS messages
Would it be possible to have JMS requests look for messages with a certain attribute (generally JMSCorrelationID), and not just grab the 'first available'?
If this were possible, we would be able to run an entire test suite in parallel instead of in sequence, which runs the risk (almost guaranteed given enough test cases) of mis-matching messages between test cases.
If this were possible, we would be able to run an entire test suite in parallel instead of in sequence, which runs the risk (almost guaranteed given enough test cases) of mis-matching messages between test cases.