Author |
Message
|
BrianMc |
Posted: Thu Jun 12, 2003 2:32 am Post subject: SYSTEM.CSQUTIL.* |
|
|
 Apprentice
Joined: 01 Oct 2002 Posts: 33 Location: Ireland
|
Hi,
Where do the SYSTEM.CSQUTIL.* queues come from? Is it okay to use supportpac MO11 to delete them? I am using MQV5.3 on z/os 1.4.
Thanks
Brian. |
|
Back to top |
|
 |
bob_buxton |
Posted: Fri Jun 13, 2003 1:55 am Post subject: |
|
|
 Master
Joined: 23 Aug 2001 Posts: 266 Location: England
|
These are probably reply queues created by the CSQUTIL utility,
perhaps your SYSTEM.DEFAULT.MODEL.QUEUE specifies the creation of permanent dynamic queues rather than temporary dynamic queues.
It should be safe to clean them up. _________________ Bob Buxton
Ex-Websphere MQ Development |
|
Back to top |
|
 |
techno |
Posted: Tue Nov 08, 2005 3:31 pm Post subject: |
|
|
Chevalier
Joined: 22 Jan 2003 Posts: 429
|
I see SYSTEM.CSQOREXX* queues too, getting created from the same model queue. Is it okay to change PERMDYN to TEMPDYN? Does the ISPF MQ panel work properly with this change?
Thanks |
|
Back to top |
|
 |
wschutz |
Posted: Tue Nov 08, 2005 4:51 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Be careful, tempdyn queues can't hold persistent messages, and I believe csqorexx sends persistent requests to the command server and gets back persistent replies.
Best just to clean them up occasionally..... _________________ -wayne |
|
Back to top |
|
 |
javagate |
Posted: Wed Nov 09, 2005 3:57 am Post subject: |
|
|
 Disciple
Joined: 15 Nov 2004 Posts: 159
|
I looked in the MQ 5.3.1's SCSQPROC(CSQ4INSR).
QMODEL( 'SYSTEM.DEFAULT.MODEL.QUEUE' ) is delivered with
DEFTYPE( TEMPDYN ) from IBM.
I have not had any problems with CSQOREXX , CSQUTIL or any products (TMON) or support pacs needing to create dynamic queues.
Although I am not sure this was always delivered as TEMPDYN. May have been PERM from some earlier release. _________________ WebSphere Application Server 7.0 z/OS &
MQ 6.0. I work with WebSphere in the real world not in some IBM lab. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Wed Nov 09, 2005 4:19 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
CSQUTIL and CSQOREXX use the SYSTEM.COMMAND.REPLY.MODEL, and this one is DEFTYPE( PERMDYN ) _________________ Regards, Butcher |
|
Back to top |
|
 |
javagate |
Posted: Wed Nov 09, 2005 4:42 am Post subject: |
|
|
 Disciple
Joined: 15 Nov 2004 Posts: 159
|
So be it... I changed that one to Temp long ago without any problems with dynamic queues. _________________ WebSphere Application Server 7.0 z/OS &
MQ 6.0. I work with WebSphere in the real world not in some IBM lab. |
|
Back to top |
|
 |
wschutz |
Posted: Wed Nov 09, 2005 7:29 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
I'll redact my earlier comments, as even the MQ zOS planning manual says you can make that queue a TEMPDYN.  _________________ -wayne |
|
Back to top |
|
 |
|