I have recently stated working on MQ. I'm using C# 3.5 to read and write messages. I have requirement, need to read messages from one of the queue after sometime or may be next day. And this queue might contain other messages too. So i need to find only those messages which is created by me. So Any option is there, i can set while creating new messages and filter out my messages only after some time or next day when i try to read this queue.
it is possible i can read message without message or corelationids.
If you have any example/Sample , please send it me.
Thanks in advance