Author |
Message |
Topic: convert data received from Mainframe to UTF8 in JMS client |
nsakthi
Replies: 3 Views: 11523
|
Forum: IBM MQ Java / JMS Posted: Thu May 19, 2022 10:26 pm Subject: convert data received from Mainframe to UTF8 in JMS client |
thanks for your response. Our consumer application runs in ActiveMQ integration which uses IBM MQ classes for JMS to access the Z/OS Qmgr in client mode and further reads data off the queue. |
Topic: convert data received from Mainframe to UTF8 in JMS client |
nsakthi
Replies: 3 Views: 11523
|
Forum: IBM MQ Java / JMS Posted: Thu May 19, 2022 2:01 pm Subject: convert data received from Mainframe to UTF8 in JMS client |
Our source application is based on Cobol Mainframe which sends the data to JMS client application (ActiveMQ). The CCSID of our Z/OS Qmgr is 1148, but the expectation to receive the data in UTF8 on the ... |
Topic: handle Qmgr stop event message in real time |
nsakthi
Replies: 3 Views: 5326
|
Forum: General IBM MQ Support Posted: Wed Jun 24, 2020 1:29 am Subject: handle Qmgr stop event message in real time |
Hello,
I was trying to implement a simple alerting mechanism in our environment using MQ event messages. So I created a separate Queue manager act like a HUB which receives the event messages from ... |
Topic: Java client with TLS using IBM JRE |
nsakthi
Replies: 3 Views: 10850
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 20, 2017 9:35 pm Subject: Java client with TLS using IBM JRE |
We found the problem that crypto provider for FIPS compliance was missing in java.security file, Later the issue was resolved after we added this entry in java.security file
security.pro ... |
Topic: Java client with TLS using IBM JRE |
nsakthi
Replies: 3 Views: 10850
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 20, 2017 6:16 am Subject: Java client with TLS using IBM JRE |
We have Java client (IBM JRE 1.7.0) application which uses TLS to connect MQ with the below properties set.
connectionProperties = fiava.util.Hashtable@2762} size = 7
0 = fiava.util.Hashtable$En ... |
Topic: MQ client trigger Monitor for Windows |
nsakthi
Replies: 4 Views: 5190
|
Forum: General IBM MQ Support Posted: Fri Apr 15, 2016 10:17 pm Subject: MQ client trigger Monitor for Windows |
Thank you  |
Topic: MQ client trigger Monitor for Windows |
nsakthi
Replies: 4 Views: 5190
|
Forum: General IBM MQ Support Posted: Fri Apr 15, 2016 8:46 am Subject: MQ client trigger Monitor for Windows |
I noticed that MA7K SupportPac no longer available for general use and IBM recommends that not to use this SupportPac for new projects. I have a new project where I need to configure MQ client Trigger ... |
Topic: Duplicate MQ messages |
nsakthi
Replies: 4 Views: 6290
|
Forum: General IBM MQ Support Posted: Fri Nov 06, 2015 5:12 am Subject: Duplicate MQ messages |
This tool(mmx) served my need. Thanks zpat! |
Topic: Duplicate MQ messages |
nsakthi
Replies: 4 Views: 6290
|
Forum: General IBM MQ Support Posted: Thu Nov 05, 2015 10:55 pm Subject: Duplicate MQ messages |
I have a requirement to duplicate MQ messages(including message ID) on to another queue. This is needed for investigating an intermittent prod issue related to message format /content, but we cannot a ... |
Topic: MQ statistics |
nsakthi
Replies: 6 Views: 5126
|
Forum: General IBM MQ Support Posted: Thu Oct 22, 2015 3:44 am Subject: MQ statistics |
Got it. Thanks for your response |
Topic: MQ statistics |
nsakthi
Replies: 6 Views: 5126
|
Forum: General IBM MQ Support Posted: Thu Oct 22, 2015 2:37 am Subject: MQ statistics |
I have a requirement to know the statistics of message in a queue. The queue has 9 Million messages(accumulated over a week) which are sit in the queue for a dry-run testing. Application team needs to ... |
Topic: MQRC 2010 when application gets the messages |
nsakthi
Replies: 3 Views: 4126
|
Forum: General IBM MQ Support Posted: Fri May 17, 2013 10:52 am Subject: MQRC 2010 when application gets the messages |
I verified the channel parameter and it looks fine.
What you are referring the buffer is not valid. Do you think the buffer limit causes any issue with the channel size parameter? |
Topic: MQRC 2010 when application gets the messages |
nsakthi
Replies: 3 Views: 4126
|
Forum: General IBM MQ Support Posted: Fri May 17, 2013 10:08 am Subject: MQRC 2010 when application gets the messages |
.NET application was hosted on windows machine to get the message(20 MB size of each) sent through Mainframe job from source qmgr, The messages are successfully posted to the target queue, however the ... |
Topic: detecting when the receiving queue is empty |
nsakthi
Replies: 11 Views: 10623
|
Forum: IBM MQ API Support Posted: Thu Dec 27, 2012 10:13 am Subject: detecting when the receiving queue is empty |
Thanks for your suggestions  |
Topic: detecting when the receiving queue is empty |
nsakthi
Replies: 11 Views: 10623
|
Forum: IBM MQ API Support Posted: Wed Dec 26, 2012 11:09 am Subject: detecting when the receiving queue is empty |
Sorry.. I was on vaccation.
The business handles different activities in the flow, and pushing through one activity(which has around 2000 messages) at a time in a batch. The consumer will process t ... |