I am using Sonic MQ 7.0
I am browsing through a queue every 60 seconds and doing database look-ups on each message I find. When I find what I am looking for in the database, I want to consume the corresponding message from the queue.
Do I have to consume each message to get at the one I want, and then publish the others back to the queue? Should I set a header property and use a selector?
Thanks!
Nathan
Really you have three options here
Good luck.