Re: How do I select messages based on message ids with JMS and IBM MQ series?
Posted By:
Thomas_Olausson
Posted On:
Thursday, August 8, 2002 02:52 PM
And here's the answer:
use this messageselector:
JMSMessageID = 'ID:long hex string'
If you omit 'ID:' it won't work. Silly, but apparently that gets prepended to the string.
Thanks Thomas.
/Thomas