Lookup by an arbitrary identifier in MSMQ? -


is there way assign identifier message in msmq, later locate message (if it's still in queue) identifier?

being more specific, need unique identifier under control, not assigned msmq.

you use messages label property if want use identifier created before message sent.

the message lookupid identifier not accessible until message has been sent.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -