Andy, I second the one-fits-all responses you've seen. I just want to add that you want to make sure that the trigger monitor initiates the triggered application asynchronously. The supplied trigger monitor on the distributed platforms doesn't do this per se, because it uses the system() API call, which waits until the app completes. It's not a problem, because you can easily override it, for example by prefixing your APPLICID with the START command on Windows or using the ampersand on Unix. I just wanted to bring it to your attention. ;-) Everybody have a great weekend!! Stefan
>From: "Kiernan, Andrew" <[EMAIL PROTECTED]> >Reply-To: MQSeries List <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Initiation Queues >Date: Fri, 31 May 2002 14:38:10 +0100 > >The application that I am working on at present is going to be using about >5 >or 6 MQ-triggered applications, with the possibility of some more being >added in the not too distant future. Can anybody advise on what is 'best >practice' in terms of having initiation queues - i.e. is it best to have a >separate initiation queue and trigger monitor for each separate trigger, or >is one initiation queue and one trigger monitor used by all triggers >sufficient? > >The development is being done on NT/W2K using MQ 5.2.1 and VB6/C++. > >Thanks in advance. > >Andy. > > >----------------------------------------------------------------------------------------------------------------------- >This e-mail is intended only for the above addressee. It may contain >privileged information. If you are not the addressee you must not copy, >distribute, disclose or use any of the information in it. If you have >received it in error please delete it and immediately notify the sender. > >evolvebank.com is a division of Lloyds TSB Bank plc. >Lloyds TSB Bank plc, 71 Lombard Street, London EC3P 3BS. Registered in >England, number 2065. Telephone No: 020 7626 1500 >Lloyds TSB Scotland plc, Henry Duncan House, 120 George Street, >Edinburgh EH2 4LH. Registered in Scotland, number 95237. Telephone >No: 0131 225 4555 > >Lloyds TSB Bank plc and Lloyds TSB Scotland plc are regulated by the >Financial Services Authority and represent only the Scottish Widows >and Lloyds TSB Marketing Group for life assurance, pensions and >investment business. > >Signatories to the Banking Codes. >----------------------------------------------------------------------------------------------------------------------- > _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive: http://vm.akh-wien.ac.at/MQSeries.archive
