|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
starting CKBR not by triggering |
« View previous topic :: View next topic » |
Author |
Message
|
hilla |
Posted: Sun Oct 15, 2006 5:54 am Post subject: starting CKBR not by triggering |
|
|
Novice
Joined: 15 Oct 2006 Posts: 14
|
Hey all,
I'd like to start the CKBR transaction from CICS (not via triggering).
I read in the books i can start the transaction by issuing ceci start trans command. My problem is that i didn't find a way to pass CKBR the required parameters (Q=..,WAIT=..,AUTH=..).
I read in the books that i can "pass the parameters as data", but didn't find a place in CECI.
Any idea?
Thank's, Hilla. |
|
Back to top |
|
 |
bruce2359 |
Posted: Sun Oct 15, 2006 8:41 am Post subject: |
|
|
Guest
|
Refer to the z/OS MQ System Administration Guide. It offers four methods of starting CKBR:
1. Issue the CKBR transaction: CKBR Q=<queue name>,AUTH=<auth option>,WAIT=nnn,MSG=<msg option>,PASSTKTA=<applid>
2. Issue an EXEC CICS START for the CKBR transaction with the parameters as data. You can have a program which runs as part of CICS PLTPI processing which issues this command, and specify the userid which the bridge monitor transaction is to run under.
3. Issue an EXEC CICS LINK to the program CSQCBR00 with the parameters as data in the commarea. CSQCBR00 is a long running task and this program will only return when the bridge stops.
4. Use TRIGGER TRIGTYPE(FIRST) on the bridge request queue to start a process specifying APPLICID(CKBR), with any parameters in USERDATA. However, you can not specify the Q=qqq parameter in USERDATA.
Is there a specific reason you don't want to use triggering? |
|
Back to top |
|
 |
hilla |
Posted: Mon Oct 16, 2006 12:34 am Post subject: |
|
|
Novice
Joined: 15 Oct 2006 Posts: 14
|
Hey,
I read those posabilities in the book:
1. Issue the CKBR - Will issue the transaction with my user, and I want to another userid, so it won't be helpful for me.
2. "Issue an EXEC CICS START for the CKBR transaction with the parameters as data" - I didn't find a way to issue this command with data. I'd like to know how and use it.
Today the DPL is activated from the PLT, but after it goes down for some reason (like the queue became get disabled), I have a problem to raise it up again using the authorized user (that's why i want to learn about ceci start + parameters).
3. i don't want to use it.
4. Triggering - My manager prefers not to use it, but if the second way won't go, i believe i'll use this method. Does this mean that for every message in the DPL bridge, CKBR will be activated, and then go down again? or will there be many instances simultaniously?
By the way - Is triggering the common way to start the DPL bridge?
Thank you very much bruce,
Hilla. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|