Re: Timed out messages

2003-07-16 Thread Jay H. Lang
The next good MQGET will cause the messages to be deleted from the queue. The depth with show them, but they are not available. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - MQSeries 303 277-1873 - Office 303 807-9700 - Cell Michelle

Re: Timed out messages

2003-07-16 Thread Kanwischer, Douglas E.
PROTECTED] Subject: Timed out messages OS/390 MQv2.1 I have an application that puts to a reply queue and the messages expire after 2mins. After this time I can no longer browse the message but I can see the queue depth remains at 5 for example. Can anybody point me in the right direction

Re: Timed out messages

2003-07-16 Thread Bruce Giordano
] cc: Sent by: MQSeries List Subject: Timed out messages [EMAIL PROTECTED] Wednesday July 16, 2003 10:17 AM Please respond to MQSeries List OS/390 MQv2.1

Re: Timed out messages

2003-07-16 Thread Michelle Russell
by:MQSeries List [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Re: Timed out messages Messages remain on the queue when expired until a GET is performed on them. This is just how MQ works. Why do you want to remove them? To prevent misunderstandings? -Original Message- From

Re: Timed out messages

2003-07-16 Thread Michelle Russell
] cc: Subject:Re: Timed out messages If you move forward at least to MQSeries 5.2, then a browse of the queue will cause the expired messages to be deleted. Under 5.3 you can also specify an EXPRYINT parameter to have expired messages periodically deleted without the need to browse the queue