Author |
Message |
Topic: Trigger Interval with Shared Queue |
CharlieChen
Replies: 18 Views: 23966
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Dec 07, 2012 1:02 am Subject: Trigger Interval with Shared Queue |
Hi Bruce
Actually, we are both referring to the same section in the manual ! ha ha..
Quote the URL, "For trigger type FIRST or DEPTH, one trigger message is generated by each queue ma ... |
Topic: Trigger Interval with Shared Queue |
CharlieChen
Replies: 18 Views: 23966
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Dec 06, 2012 7:57 pm Subject: Trigger Interval with Shared Queue |
Hi Bruce
I think we are looking at different issues. I don't want the same message to be process by both CICSA and CICSB at the same time. Once CICSA gets the message in a UOW, it is unavail ... |
Topic: Trigger Interval with Shared Queue |
CharlieChen
Replies: 18 Views: 23966
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Dec 05, 2012 10:13 pm Subject: Trigger Interval with Shared Queue |
Hi Bob !
If an application has the queue open then no more trigger messages will be generated for the queue if another instance fails. The setting of trigger interval is irrelevant
First, pleas ... |
Topic: Trigger Interval with Shared Queue |
CharlieChen
Replies: 18 Views: 23966
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Dec 05, 2012 7:50 pm Subject: Trigger Interval with Shared Queue |
Hi Bruce
Sorry to reply so late. Was on leave.
Yes, you are right. We only want 1 CICS to process the message. I have miscommunicated in my previous appends.
I have 2 issues:
1. whethe ... |
Topic: Trigger Interval with Shared Queue |
CharlieChen
Replies: 18 Views: 23966
|
Forum: Mainframe, CICS, TXSeries Posted: Sun Nov 18, 2012 5:57 pm Subject: Trigger Interval with Shared Queue |
Hi Bruce
If we the initq is shared, what I understood is that only 1 trigger message is generated. This would mean, if my understanding is correct, that only 1 CICS runs at any one time. So even ... |
Topic: Trigger Interval with Shared Queue |
CharlieChen
Replies: 18 Views: 23966
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Nov 15, 2012 6:06 pm Subject: Trigger Interval with Shared Queue |
Hi Bruce & Bob, currently, our load is not high enough to have the queue continuously populated (the front-end is another system which we have no control over). So we can't test this scenario at ... |
Topic: Trigger Interval with Shared Queue |
CharlieChen
Replies: 18 Views: 23966
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Nov 14, 2012 12:25 am Subject: Trigger Interval with Shared Queue |
We have 2 queue managers. All the application queues are defined as shared queues.
The trigger type is first. The init queue is defined in the queue manager (not in shared queue). The reason is ... |
Topic: Mark Skip Backout RollBack |
CharlieChen
Replies: 4 Views: 6599
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Jul 24, 2012 6:47 am Subject: Mark Skip Backout RollBack |
I put the MARK_SKIP_BACKOUT in the reply2queue (not the GET queue)
Here's the steps:
1. MQGet the request message. THe backout count is 0
2. EXEC CICS LINK to a program. The program is disabl ... |
Topic: Mark Skip Backout RollBack |
CharlieChen
Replies: 4 Views: 6599
|
Forum: Mainframe, CICS, TXSeries Posted: Sun Jul 22, 2012 11:44 pm Subject: Mark Skip Backout RollBack |
I'm testing Mark Skip Backout. In some scenario, I will roll back the skipped backout message. I notice that the backout count increase by 2 counts instead of 1.
Want to check if this is the corr ... |
Topic: MQ z/OS - Keep triggering |
CharlieChen
Replies: 10 Views: 6203
|
Forum: General IBM MQ Support Posted: Sun Jul 01, 2012 7:46 pm Subject: MQ z/OS - Keep triggering |
Agree, I need to alert somebody. This is a test program not the final, so I just end the transaction.
The issue in item 2 is that it will go into a loop and I want to see if it's possible to progr ... |
Topic: MQ z/OS - Keep triggering |
CharlieChen
Replies: 10 Views: 6203
|
Forum: General IBM MQ Support Posted: Sun Jul 01, 2012 6:15 pm Subject: MQ z/OS - Keep triggering |
I'm now using Triggered Data to hold the transaction id that I will EXEC CICS START.
I've tested 2 negative cases:
1. Transaction ID = Blank. I catch this error and end the transaction. This i ... |
Topic: MQ z/OS - Keep triggering |
CharlieChen
Replies: 10 Views: 6203
|
Forum: General IBM MQ Support Posted: Tue Jun 26, 2012 5:52 pm Subject: MQ z/OS - Keep triggering |
I'm changing to use trigger data and test out... Thanks very much for all the help and suggestion. |
Topic: MQ z/OS - Keep triggering |
CharlieChen
Replies: 10 Views: 6203
|
Forum: General IBM MQ Support Posted: Mon Jun 25, 2012 11:40 pm Subject: Re: MQ z/OS - Keep triggering |
I can do that. But inside the Message Controller, it would need to EXEC CICS START the Message Handler, and the program name need to be modify with each queue. So I prefer to read the queue name off ... |
Topic: MQ z/OS - Keep triggering |
CharlieChen
Replies: 10 Views: 6203
|
Forum: General IBM MQ Support Posted: Mon Jun 25, 2012 11:36 pm Subject: MQ z/OS - Keep triggering |
Hi Mr Butcher
Thanks very much for your reply. Exactly what I needed.
I put the EXEC CICS RETURN before and after the MQ OPEN and tested it. Yes. If I put before, the transactions did ... |
Topic: MQ z/OS - Keep triggering |
CharlieChen
Replies: 10 Views: 6203
|
Forum: General IBM MQ Support Posted: Sun Jun 24, 2012 11:39 pm Subject: MQ z/OS - Keep triggering |
I'm testing the WebSphere MQ CICS Adapter (www . ibm . com/developerworks/websphere/library/techarticles/0511_suarez/0511_suarez.html).
I modified the controller MQCTLR which is triggered by CKTI. ... |