Author |
Message |
Topic: Mainframe Batch Application (BATCHSZ) |
bruce2359
Replies: 17 Views: 14639
|
Forum: General IBM MQ Support Posted: Fri Dec 01, 2023 4:29 pm Subject: Mainframe Batch Application (BATCHSZ) |
100% cpu is quite odd for CHIN. Get your MVS sysprogs involved to capture SMF data for the misbehaving CHIN address space https://www.ibm.com/docs/en/ibm-mq/9.1?topic=zos-smf-records-channel-initiato ... |
Topic: Mainframe Batch Application (BATCHSZ) |
bruce2359
Replies: 17 Views: 14639
|
Forum: General IBM MQ Support Posted: Tue Nov 28, 2023 9:17 pm Subject: Mainframe Batch Application (BATCHSZ) |
...
Unfortunately the issue occurred again this morning, and it was the MF cpu utilization that was 100% again, I am looking for a solution to recommend to the MF team.
Hi Rayn, the MF team should b ... |
Topic: Mainframe Batch Application (BATCHSZ) |
bruce2359
Replies: 17 Views: 14639
|
Forum: General IBM MQ Support Posted: Thu Nov 23, 2023 5:50 am Subject: Mainframe Batch Application (BATCHSZ) |
Display channel status. What are the BATCHSZ and batch interval values? |
Topic: Cluster workload property issue |
bruce2359
Replies: 2 Views: 405
|
Forum: General IBM MQ Support Posted: Tue Nov 14, 2023 7:10 am Subject: Re: Cluster workload property issue |
CLWLPRTY of queue was set to 0 inadvertently.
. . .
Does removing and adding the queue again in cluster from different MQ versions reset the cluster workload properties?
No.
I'll guess that t ... |
Topic: Automatic client reconnection is not compatible with client |
bruce2359
Replies: 13 Views: 17999
|
Forum: General Discussion Posted: Sat Nov 04, 2023 6:32 am Subject: Automatic client reconnection is not compatible with client |
It sounds like you're dealing with compatibility and functionality issues between your MQ client version 9.2 and the QMGR version 9.2.0.8, specifically related to automatic client reconnection and cha ... |
Topic: Developer license vs non prod license |
bruce2359
Replies: 2 Views: 1646
|
Forum: General Discussion Posted: Mon Oct 30, 2023 5:17 am Subject: Developer license vs non prod license |
Best advice is to contact your IBM marketing rep. |
Topic: High availability question |
bruce2359
Replies: 8 Views: 1202
|
Forum: General IBM MQ Support Posted: Wed Oct 25, 2023 9:09 pm Subject: High availability question |
Does your app design require connecting concurrently to multiple qmgrs to put/get messages in a single unit of work (syncpoint) - and to commit/backout? |
Topic: High availability question |
bruce2359
Replies: 8 Views: 1202
|
Forum: General IBM MQ Support Posted: Wed Oct 25, 2023 7:57 am Subject: High availability question |
Queue Sharing Groups are a z/OS-only (mainframe) implementation. |
Topic: Override MQGet queuename property in while loop |
bruce2359
Replies: 8 Views: 4530
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 16, 2023 6:47 am Subject: Re: Override MQGet queuename property in while loop |
WHILE ALLMessageRead=FALSE and curQdepth >0 and Index<batchsize DO
Why are you looking at curQdepth? |
Topic: Override MQGet queuename property in while loop |
bruce2359
Replies: 8 Views: 4530
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 13, 2023 9:03 am Subject: Override MQGet queuename property in while loop |
... lets say there are 4 message to loop through which means it needs to send one by one all to one queue.
Will this app only and always deal with 4 messages? If more/less, will you need to modif ... |
Topic: Override MQGet queuename property in while loop |
bruce2359
Replies: 8 Views: 4530
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 12, 2023 3:46 pm Subject: Override MQGet queuename property in while loop |
No need to look at queue depth, as MQ internals will return r/c 2033 NO_MSG_AVAILABLE at next Get call when there are no messages in the input queue. |
Topic: Override MQGet queuename property in while loop |
bruce2359
Replies: 8 Views: 4530
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 12, 2023 9:39 am Subject: Override MQGet queuename property in while loop |
It did not work is not precise. What exception(s) were thrown? |
Topic: mqrc 2079, Published messages not reaching to destination |
bruce2359
Replies: 31 Views: 10349
|
Forum: General IBM MQ Support Posted: Fri Oct 06, 2023 7:44 am Subject: Re: mqrc 2079, Published messages not reaching to destinatio |
Yeah
receiving qmgr also has all cluster receiver channels have 100 mb maxmsgl
as well the required queues have max msg length
What does "Yeah" mean? Does it mean that you have taken a ... |
Topic: mqrc 2079, Published messages not reaching to destination |
bruce2359
Replies: 31 Views: 10349
|
Forum: General IBM MQ Support Posted: Thu Oct 05, 2023 8:14 am Subject: mqrc 2079, Published messages not reaching to destination |
Did you first alter the 4M cluster receiver channels to remove them from the cluster, then make the 100M change, then alter them back into the cluster? This is the preferred method of altering cluste ... |
Topic: mqrc 2079, Published messages not reaching to destination |
bruce2359
Replies: 31 Views: 10349
|
Forum: General IBM MQ Support Posted: Thu Oct 05, 2023 7:09 am Subject: mqrc 2079, Published messages not reaching to destination |
****Message descriptor****
StrucId : 'MD ' Version : 2
Report : 0 MsgType : 8
Expiry : -1 Feedback : 0
Encoding : 546 CodedCharSetId : 1208
Format : 'MQDEAD '
Priority ... |