Re: MQGMO-WAITINTERVAL

2003-07-18 Thread Dave Adam
: Subject:Re: MQGMO-WAITINTERVAL However this may well be the desired behaviour in that it saves the overhead involved in connecting to the queue manager and opening queues for each message that arrives. Also if you use trigger on first and close the queue and disconnect while messages

Re: MQGMO-WAITINTERVAL

2003-07-18 Thread Ronald Weinger
by: Subject: Re: MQGMO-WAITINTERVAL MQSeries List [EMAIL PROTECTED] n.AC.AT 07/17/2003 06:52 PM Please respond to MQSeries List

Re: MQGMO-WAITINTERVAL

2003-07-18 Thread Dave Adam
PROTECTED] 07/18/2003 07:28 AM Please respond to MQSeries List To:[EMAIL PROTECTED] cc: Subject:Re: MQGMO-WAITINTERVAL Does anyone understand the internal process? Consider: (Assume priorities and any other MQ and CICS settings are the same, and no indexing) Assume it takes

Re: MQGMO-WAITINTERVAL

2003-07-18 Thread Potkay, Peter M (PLC, IT)
PROTECTED] OM cc: Sent by: Subject: Re: MQGMO-WAITINTERVAL "MQSeries List" [EMAIL PROTECTED] n.AC.AT 07/17/2003 06:52 PM Please respond to "MQSeries L

Re: MQGMO-WAITINTERVAL

2003-07-18 Thread Ronald Weinger
Subject: Re: MQGMO-WAITINTERVAL Sent by: MQSeries List [EMAIL PROTECTED] AC.AT 07/18/2003 10:44 AM Please respond to MQSeries

Re: MQGMO-WAITINTERVAL

2003-07-18 Thread Richard Brunette
PROTECTED] | | cc: | | Subject: Re: MQGMO-WAITINTERVAL

Re: MQGMO-WAITINTERVAL

2003-07-18 Thread Teresa Cheung
[EMAIL PROTECTED] OM cc: Sent by: Subject: Re: MQGMO-WAITINTERVAL "MQSeries List" [EMAIL PROTECTED] n.AC.AT 07/17/2003 06:52 PM Please respond to "MQSeries List"However this

Re: MQGMO-WAITINTERVAL

2003-07-18 Thread Teresa Cheung
[EMAIL PROTECTED] OM cc: Sent by: Subject: Re: MQGMO-WAITINTERVAL "MQSeries List" [EMAIL PROTECTED] n.AC.AT 07/17/2003 06:52 PM Please respond to "MQSeries List"However this

Re: MQGMO-WAITINTERVAL

2003-07-18 Thread Potkay, Peter M (PLC, IT)
Yes, it is a queue parameter available on z/OS (OS/390) only. -Original Message-From: Teresa Cheung [mailto:[EMAIL PROTECTED]Sent: Friday, July 18, 2003 3:00 PMTo: [EMAIL PROTECTED]Subject: Re: MQGMO-WAITINTERVAL Hi Peter, When you say "index your queue by Cor

Re: MQGMO-WAITINTERVAL

2003-07-18 Thread Teresa Cheung
/390) only. -Original Message-From: Teresa Cheung [mailto:[EMAIL PROTECTED]Sent: Friday, July 18, 2003 3:00 PMTo: [EMAIL PROTECTED]Subject: Re: MQGMO-WAITINTERVAL Hi Peter, When you say "index your queue by CorrelId or Message ID", is it done byqueue configuration or somethingelse?

Re: MQGMO-WAITINTERVAL

2003-07-18 Thread Bullock, Rebecca (CSC)
: Friday, July 18, 2003 3:46 PM To: [EMAIL PROTECTED] Subject: Re: MQGMO-WAITINTERVAL One of our MQ client application is doing a MQGET based on the the correlation identifier (CorrelId) field of their reply messages so they canassociate the reply with its original request. However, this has

MQGMO-WAITINTERVAL

2003-07-17 Thread Dave Adam
what is the breakdown for MQGMO-WAITINTERVAL does a value of 3 equate to 30 seconds book implies it is 5 minutes, but job runs for 35 seconds, with the wait specified at PIC S9(09) BINARY VALUE 3 Dave Adam Supervalu Home Office Project Specialist (952) 828-4736 [EMAIL PROTECTED

Re: MQGMO-WAITINTERVAL

2003-07-17 Thread Stefan Sievert
PROTECTED] Reply-To: MQSeries List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: MQGMO-WAITINTERVAL Date: Thu, 17 Jul 2003 11:05:04 -0500 what is the breakdown for MQGMO-WAITINTERVAL does a value of 3 equate to 30 seconds book implies it is 5 minutes, but job runs for 35 seconds

Re: MQGMO-WAITINTERVAL

2003-07-17 Thread Jay H. Lang
Adam wrote: what is the breakdown for MQGMO-WAITINTERVAL does a value of 3 equate to 30 seconds book implies it is 5 minutes, but job runs for 35 seconds, with the wait specified at PIC S9(09) BINARY VALUE 3 Dave Adam Supervalu Home Office Project Specialist (952) 828-4736 [EMAIL PROTECTED

Re: MQGMO-WAITINTERVAL

2003-07-17 Thread Dave Adam
, the call completes and returns a reason code showing that there was no message that matched your selection criteria on the queue. the sample program had 2 parts, but said the default was 5 minutes compute mqgmo-option = mqgmo-wait + ... and a move of 3 to mqgmo-waitinterval I take

Re: MQGMO-WAITINTERVAL

2003-07-17 Thread Potkay, Peter M (PLC, IT)
efault was 5 minutes compute mqgmo-option = mqgmo-wait + ... and a move of 3 to mqgmo-waitinterval I take it, that: the batch job would get triggered on the message entering the queue, then sit in the initiator for up to 30 seconds, in case another message comes along, a

Re: MQGMO-WAITINTERVAL

2003-07-17 Thread Dave Adam
] Sent: Thursday, July 17, 2003 2:24 PM To: [EMAIL PROTECTED] Subject: Re: MQGMO-WAITINTERVAL okay, I finally found this part in my book WaitInterval The WaitInterval field specifies the maximum time (in milliseconds) that the MQGET call waits for a message to arrive on the queue when you

Re: MQGMO-WAITINTERVAL

2003-07-17 Thread Tim Armstrong
of the messages it retrieves. Regards Tim A Dave Adam [EMAIL PROTECTED]To: [EMAIL PROTECTED] RVALU.COM cc: Sent by: MQSeriesSubject: Re: MQGMO-WAITINTERVAL