tags:

views:

26

answers:

0

All,

At the moment I have a C# service that is reading messages off the queue (Websphere MQ) and writing them in a database. Everytime I do a GET the message dissappears from queue. I would like an additional functionality though. I prefer to read a message off the queue and remove it in from the queue only after the write in the database was succesful. Please note I do all these in a multithreaded application. I know there is a way to browse the queue but this doesn't really provide the functionality I need.

Thanks,

MK