No. Actually, say I've 10 messages and I've to delete a few messages depending on the date. For e.g. if the messages are 5 day old then delete them. Now to find out that how old a message is I've to D ...
How can I delete old messages in my queue without reading them. For reading I have to Get those messages and when I do this I'm actually removing the message from the queue. If I'm putting that messag ...