Posted: Tue Mar 15, 2005 1:23 am Post subject: Browse message
Apprentice
Joined: 08 Oct 2003 Posts: 33
I've written a method in C# to browse the message from the queue without removing using MessageID
I realise when the message is found in the Queue i will get the correct message, if the message doesn't exist in the queue i still get the last message in the queue, what could be the problem?
Below in my method
public void Browse(string queueName, byte[] messageID)
{
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum