Author |
Message |
Topic: Message flow hung after large volume of message processing |
vishnurajnr
Replies: 11 Views: 12225
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 06, 2023 3:37 am Subject: Message flow hung after large volume of message processing |
Hi All,
To update you that the issue is confirmed to be resolved with the fix , ie, to use the same ATOMIC label across multiple nodes for the same shared variable updates.
Thanks mgk, zpat agai ... |
Topic: Message flow hung after large volume of message processing |
vishnurajnr
Replies: 11 Views: 12225
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 27, 2023 8:03 am Subject: Message flow hung after large volume of message processing |
Its a very good catch.
The shared ROW is declared at the schema level.
It is found that the ATOMIC block labels are with different names in multiple nodes updating the same shared RO ... |
Topic: Message flow hung after large volume of message processing |
vishnurajnr
Replies: 11 Views: 12225
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 27, 2023 6:38 am Subject: Message flow hung after large volume of message processing |
Sorry, i didn't mention it explicitly that all updates to the shared ROW were done within the ATOMIC block here. |
Topic: Message flow hung after large volume of message processing |
vishnurajnr
Replies: 11 Views: 12225
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 27, 2023 5:58 am Subject: Message flow hung after large volume of message processing |
Thanks alot mqk for the input, it helps.
1: You said the MQInput node was "within the same flow thread". This is incorrect. It may well be within the same Flow, but each input node in a ... |
Topic: Message flow hung after large volume of message processing |
vishnurajnr
Replies: 11 Views: 12225
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 23, 2023 2:09 pm Subject: Message flow hung after large volume of message processing |
Hi,
WMB, V8.0.04 (please excuse posting the query reg an unsupported version) on Linux
we have a message flow that will trigger every 2 seconds by timeout notification node and then browse mes ... |
Topic: Packed decimal conversion issue |
vishnurajnr
Replies: 16 Views: 32721
|
Forum: Mainframe, CICS, TXSeries Posted: Sun Oct 24, 2021 8:58 pm Subject: Packed decimal conversion issue |
Was any of your testing successful? What did the successes have in common?
What did your testing failures have in comm?
Yes, testing so far seems successful. The mainframe is able to receive t ... |
Topic: Packed decimal conversion issue |
vishnurajnr
Replies: 16 Views: 32721
|
Forum: Mainframe, CICS, TXSeries Posted: Sun Oct 24, 2021 6:34 am Subject: Re: Packed decimal conversion issue |
The issue is happening for certain inputs containing 15 is getting converted as 25 in the packed decimal format while writing to MQ.
Example1 - value send as 8988250 is converted as 8988150
Exam ... |
Topic: Packed decimal conversion issue |
vishnurajnr
Replies: 16 Views: 32721
|
Forum: Mainframe, CICS, TXSeries Posted: Sat Oct 23, 2021 12:56 am Subject: Packed decimal conversion issue |
I’m wondering if the Java service app is running on Little Endian or Big Endian hardware. The OP only mentions the target platform z/OS.
The source system is Little Endian here (Linux, version 3. ... |
Topic: Packed decimal conversion issue |
vishnurajnr
Replies: 16 Views: 32721
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Oct 21, 2021 6:47 am Subject: Packed decimal conversion issue |
I think i found the root cause of the issue. It is the character encoding used which is changing the byte stream.
The character encoding used was IBM037 which will convert bytestream 25 as 15.
If ... |
Topic: Packed decimal conversion issue |
vishnurajnr
Replies: 16 Views: 32721
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Oct 20, 2021 4:47 am Subject: Re: Packed decimal conversion issue |
Who is doing the conversion? Not MQ, since you have a format of none which means MQ will not do any conversion.
Perhaps you should show us the code that is reading the message. The Stackoverflow ... |
Topic: Packed decimal conversion issue |
vishnurajnr
Replies: 16 Views: 32721
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Oct 19, 2021 6:26 pm Subject: Packed decimal conversion issue |
Hi,
I have a Java service which is sending messages containing packed decimal format to MQ in the mainframe.
MQMD CCSID set as 1146
MQMD Encoding set as 745
MQMD FORMAT set as NONE
The is ... |
Topic: Trying to learn IIB |
vishnurajnr
Replies: 3 Views: 4679
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 20, 2017 8:43 pm Subject: Trying to learn IIB |
You may can have a look at this [url=https://eaideveloper.wordpress.com/2016/05/16/wmb-for-beginners/]blog |
Topic: TCPIP Client Connection Manager DEBUGGING |
vishnurajnr
Replies: 4 Views: 3502
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 08, 2016 1:19 am Subject: TCPIP Client Connection Manager DEBUGGING |
Audit the messages from out and Failure terminal.. Just for debugging.. |
Topic: "lightweight" tool for queue monitoring |
vishnurajnr
Replies: 3 Views: 3706
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 08, 2016 5:00 am Subject: "lightweight" tool for queue monitoring |
How about MO71 support pack [url=http://www.mqgem.com/mo71.html] mqmon |
Topic: Unable to change HTTPConnector Port in IIB 10 for HTTPInput |
vishnurajnr
Replies: 6 Views: 13712
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 05, 2016 6:46 pm Subject: Unable to change HTTPConnector Port in IIB 10 for HTTPInput |
To switch to using the embedded listener for a specific integration server, use the mqsichangeproperties command to change the integration server configuration.
To use the mqsichangeproperties comman ... |