Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I need the properties of a message at the top of a queue(to check if i should pop it or not). The message has been pushed by someone else thus i dont have the message handler for the message. Also poping the message and pushing it back is not an option
I am using MQseries for the connection to the queue. Is there some methord in MQseries that will give a handle for the message at the top of the queue. I can also use some other library but would prefer to use MQseries
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Get Hmsg for a message already present in a queue using MQSeries
by MidLifeXis (Monsignor) on Dec 10, 2015 at 13:42 UTC | |
by chinmaykmawar (Initiate) on Dec 11, 2015 at 07:47 UTC |