A design goal of triggering is to minimize the number of long-running programs that are required to support many triggered queues. In keeping with that, you probably want to minimize the number of trigger monitors and have one initq for each. Having one trigger monitor for each triggered application defeats the purpose--you might as well monitor the application queue instead of the init queue.
> -----Original Message----- > From: Kiernan, Andrew [SMTP:[EMAIL PROTECTED]] > Sent: Friday, May 31, 2002 6:38 AM > To: [EMAIL PROTECTED] > Subject: Initiation Queues > > 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. > -------------------------------------------------------------------------- > --------------------------------------------- > 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
