Author |
Message
|
kishankumar.v |
Posted: Fri May 17, 2002 12:03 pm Post subject: Sytax for adding shared queues |
|
|
Apprentice
Joined: 26 Nov 2001 Posts: 47
|
Where can I look for syntaxes relating to creation of shared queus..I download System management and planning guides of MQ OS/390..But they dont have this....Say if three queue managers are in the shared group ...what is the syntax for adding another to this shared group.
Regards,
Kishan |
|
Back to top |
|
 |
kirani |
Posted: Fri May 17, 2002 2:36 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Have a look at "MQSC Command Reference Guide". _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
kishankumar.v |
Posted: Fri May 17, 2002 10:59 pm Post subject: |
|
|
Apprentice
Joined: 26 Nov 2001 Posts: 47
|
Hi,
Even there I could not find how to form a queue sharing group....how to add queues to the group or queue managers.
Thanks,
Kishan |
|
Back to top |
|
 |
bob_buxton |
Posted: Mon May 20, 2002 12:36 am Post subject: |
|
|
 Master
Joined: 23 Aug 2001 Posts: 266 Location: England
|
I wasn't sure whether you were asking how to add Queue managers to a Queue sharing groups or how to define shared queues within a QSG.
To add a Queue manager to a qsg you use the CSQ5PQSG utility, this is described in the System steup book under 'Task 15: Add the MQseries entries to the DB2 data-sharing group'
To define a shared queue within the QSG you do a Define QLocal with
the QSGDISP(SHARED) and CFSTRUCT(structurename) parameters specified as described in the MQSC command reference.
For example:
DEF QL(CSQ4IVPG.TRIGGER) REPLACE -
DESCR('WebSphere MQ IVP INITIATION QUEUE') -
DEFSOPT(SHARED) MSGDLVSQ(FIFO) NOHARDENBO USAGE(NORMAL) -
QSGDISP(SHARED) CFSTRUCT(APPLICATION1)
* _________________ Bob Buxton
Ex-Websphere MQ Development |
|
Back to top |
|
 |
greenhorn |
Posted: Thu May 23, 2002 7:02 pm Post subject: |
|
|
Novice
Joined: 04 Mar 2002 Posts: 10
|
Shared Queue is a concept in OS/390..So check out the OS/390 specific guides for the syntax..
--Greenhorn |
|
Back to top |
|
 |
|