|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
CKQC |
« View previous topic :: View next topic » |
Author |
Message
|
mathew_m |
Posted: Tue Dec 04, 2007 5:04 am Post subject: CKQC |
|
|
Novice
Joined: 14 Oct 2007 Posts: 11
|
I have a small java application to get/put messages to web sphere in ZOS.
The message will be processed by CICS and put the reply back to Q. I tried to use CKQC to trigger my CICS transaction. But it is not working. But if i manually trigger the CICS transaction, things are working fine(java could retrieve the reply message from MQ). I verified the API count is increasing in CKQC panel, each time I put the request message using java, but i am not able to retrieve the reply message using java ‘get’. It seems that if the trigger is on, reply message is getting lost? What could be the problem? Any help?
I have one more question
what would be the value for format,characterSet,CCSID while getting the message from Mq(Zos)? |
|
Back to top |
|
 |
Vitor |
Posted: Tue Dec 04, 2007 5:07 am Post subject: Re: CKQC |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mathew_m wrote: |
I I tried to use CKQC to trigger my CICS transaction. |
Why not CKTM? What's your design thinking there?
mathew_m wrote: |
what would be the value for format,characterSet,CCSID while getting the message from Mq(Zos)? |
The values of the original message, unless you've asked MQ to convert it. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bob_buxton |
Posted: Tue Dec 04, 2007 6:26 am Post subject: |
|
|
 Master
Joined: 23 Aug 2001 Posts: 266 Location: England
|
The CICS trigger monitor is CKTI (there is no CKTM)
You use the CKQC transaction to start instances of CKTI
The first thing to verify would be the triggering set up:
Does your queue definition specify an Initiation queue and Process plus any required trigger data? Is trigger type First?
Is a CKTI transaction running and monitoring the Initiation queue?
Does the Process definition specify the correct invocation options for your transaction?
There is a chapter on triggering in the MQ Application Programming Guide _________________ Bob Buxton
Ex-Websphere MQ Development |
|
Back to top |
|
 |
Vitor |
Posted: Tue Dec 04, 2007 6:28 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
bob_buxton wrote: |
The CICS trigger monitor is CKTI (there is no CKTM)
|
Doh!
I must get these fingers servced. They keep typing the wrong things....  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
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
|
|
|
|