Author |
Message
|
roopeshdubey |
Posted: Tue Jul 11, 2006 3:27 pm Post subject: api exit |
|
|
 Newbie
Joined: 04 Aug 2002 Posts: 5
|
can we have api exit configured in qm.ini but disable and enable it dynamically somehow . |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Jul 11, 2006 3:30 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20763 Location: LI,NY
|
That's called programming and its done inside the exit. So it gets called everytime anyways.
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
roopeshdubey |
Posted: Tue Jul 11, 2006 6:22 pm Post subject: |
|
|
 Newbie
Joined: 04 Aug 2002 Posts: 5
|
Thanks.
what if i define it in qm.ini but do not actually put it at a specified location
if I do not want all those trace files taking space and then if i need it to troubleshoot then i just put it there . I can not actually shutdown and restart the qmanager so i want some dynamic way of doing it. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Tue Jul 11, 2006 8:53 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
roopeshdubey wrote: |
what if i define it in qm.ini but do not actually put it at a specified location if I do not want all those trace files taking space and then if i need it to troubleshoot then i just put it there . I can not actually shutdown and restart the qmanager so i want some dynamic way of doing it. |
I believe the qm.ini is only read by queue manager on startup. The queue manager does not look for changes to qm.ini while it is running.
Regards,
Roger Lacroix _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Jul 11, 2006 8:56 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20763 Location: LI,NY
|
You could always set it up in such a way that the exit recognizes a specific command message and interprets in the right way.
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|