c++ - MSMQ, Asynchronous Reading and Acknowledgement -
i need develop application read messages msmq asynchronously. found examples of official 1 being
http://msdn.microsoft.com/en-us/library/windows/desktop/ms701332(v=vs.85).aspx http://msdn.microsoft.com/en-us/library/windows/desktop/ms701349(v=vs.85).aspx
but additional requirement msmq should keep message in message queue until send acknowledgement message. there way that? if yes, there example out there demonstrates this?
one more advanced requirement there might more 1 receiver of same message (or subscriber of same message queue) , want msmq delete message after of subscribers have read message. possible?
thanks in advance, -neel.
Comments
Post a Comment