Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I read something once it's on a queue? 1

Status
Not open for further replies.

goalie1

Programmer
Jun 17, 2003
1
GB
We have MQ queue set up, which is currently getting stuck somewhere - messages are getting put on the queue but not being removed. I want to check the messages on there to ensure they are still correct.

From the unix prompt I am able to enter MQSeries and can see what is on the queue by using:
dis queuename. Is it possible to read the individual messages?

 
It could be possible that the meassages are not committed for them to be removed off the queue.

But otherwise you could use sample app "amqsbcg" to browse the messages and not physically remove them off the queue.



Cheers
KK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top