Re: Program Design Question

2004-03-31 Thread Neil Casey
ile. +61 414 615 334 Bill Anderson <[EMAIL PROTECTED]To: [EMAIL PROTECTED] TA.AERO> cc: Sent by: MQSeries Subject: Program Design Question List

Re: Program Design Question

2004-03-31 Thread Christopher Warneke
Bill, Why not trigger the get application, allow it to perform mqgets with a tuned timeout, say 5-10 secs. - all the while doing mqput1s per inbound message? Will this application ever do a put without an input from a get? Are there any unit of work considerations? Chris --- Bill Anderson <[E

Program Design Question

2004-03-31 Thread Bill Anderson
Situation: A client application is required to open two queues for each and every customer using its service. One open on the queue it receives messages from (MQGET) and one open on the queue it writes messages back to the customer on (MQPUT). The get is done with an unlimited wait, which if memor