Is it possible to delete one message from the MSMQ message queue? I have a Queue object, a message (object) that I received, looking in and a message identifier, I see a way to delete (or clear) the entire queue, but I see no way to delete a message on it, I tried to receive the message as soon as I found him, peeping, but I get the error message "cursor is invalid"
Any help gratefully received
source share