Event Queue Logging

2004-05-06 Thread Krishan Agarwal
Hi Friends, This has been puzzling me a bit .. searched the docs but couldn't get anything -- I do not want to use system queues for event logging and want to use local queues for this. How and where could I define these queues so that events for all queue managers, queues and channels come to

Re: Event Queue Logging

2004-05-06 Thread Roger Lacroix
Hi, I'm not sure what your problem is, because the 3 event queues ARE local queues: - SYSTEM.ADMIN.CHANNEL.EVENT - SYSTEM.ADMIN.PERFM.EVENT - SYSTEM.ADMIN.QMGR.EVENT You can delete those queues and recreate them as queue aliases to another 3 local queues or point all 3 to a single queue local.

Re: Event Queue Logging

2004-05-06 Thread Ruzi R
Hi Krishan, Here is what we are doing: We create a local queue called, say, EVENTQ. We delete the System event queueus and define them as alias queues all pointing to EVNETQ. Best regards, Ruzi --- Krishan Agarwal [EMAIL PROTECTED] wrote: Hi Friends, This has been puzzling me a bit ..