Author |
Message |
Topic: Data conversion between queue managers |
amiivas
Replies: 7 Views: 7202
|
Forum: General IBM MQ Support Posted: Wed Jul 17, 2019 9:13 pm Subject: Data conversion between queue managers |
The purpose of the MQMD CCSID field is to tell the downstream qmgr and/or app about the app data component. Changing the MQMD CCSID field does NOT change the application data
That was the whole in ... |
Topic: Data conversion between queue managers |
amiivas
Replies: 7 Views: 7202
|
Forum: General IBM MQ Support Posted: Wed Jul 17, 2019 4:23 am Subject: Data conversion between queue managers |
When you try, what are the results?
the message is not getting converted. I am still getting EBCDIC format in the destination queue. Tried to change the CCSID of the message to 37 while posting the ... |
Topic: Data conversion between queue managers |
amiivas
Replies: 7 Views: 7202
|
Forum: General IBM MQ Support Posted: Wed Jul 17, 2019 1:51 am Subject: Data conversion between queue managers |
Hi,
I am trying to do data conversion using Sender channel conversion feature from one of the Mainframe queue having ccsid of 37 to a distributed queue manager having ccsid of 819. What I believe i ... |
Topic: Running MQSC commands in a scheduled script |
amiivas
Replies: 12 Views: 30313
|
Forum: IBM MQ Performance Monitoring Posted: Wed Jan 03, 2018 1:49 pm Subject: Running MQSC commands in a scheduled script |
One more point I want to bring into discussion is the way the statistics are collected.
Say if we open statistics for 5 mins intervals, queue manager has to internally work on saving the statistics ... |
Topic: Running MQSC commands in a scheduled script |
amiivas
Replies: 12 Views: 30313
|
Forum: IBM MQ Performance Monitoring Posted: Wed Jan 03, 2018 1:39 pm Subject: Running MQSC commands in a scheduled script |
I agree to your point. I will certainly give a try for Option 2 as well. Thank you for bringing your points which are always to the point and effective. |
Topic: Running MQSC commands in a scheduled script |
amiivas
Replies: 12 Views: 30313
|
Forum: IBM MQ Performance Monitoring Posted: Wed Jan 03, 2018 12:09 pm Subject: Running MQSC commands in a scheduled script |
Option 2:
2 levels of parsing are :
1. first done by amqsmon to get the output in a readable format in a file
2. Java program to format it into a pipe delimited format.
Option 1:
1. 1 level of ... |
Topic: Running MQSC commands in a scheduled script |
amiivas
Replies: 12 Views: 30313
|
Forum: IBM MQ Performance Monitoring Posted: Wed Jan 03, 2018 11:53 am Subject: Running MQSC commands in a scheduled script |
5 sec was really a high level management type thought sounded like a nice number which we never going to implement. At present we thought of collecting at every 2 min or 5 mins based on the size of ... |
Topic: Running MQSC commands in a scheduled script |
amiivas
Replies: 12 Views: 30313
|
Forum: IBM MQ Performance Monitoring Posted: Wed Jan 03, 2018 10:12 am Subject: Running MQSC commands in a scheduled script |
What commands exactly?
The commands that will be used are:
dis ql(*) where(CURDEPTH ne 0)
dis chstatus(*)
and dis qs for some queues.
This will be done to get a historic chart for the connectio ... |
Topic: Running MQSC commands in a scheduled script |
amiivas
Replies: 12 Views: 30313
|
Forum: IBM MQ Performance Monitoring Posted: Tue Jan 02, 2018 2:44 pm Subject: Running MQSC commands in a scheduled script |
Hi All,
I am planning to run few mqsc command in a scheduled script ran by a cron job after every 5 second.
The scripts are having few mqsc commands to capture stats.
Will there be any impact ... |
Topic: Reading MQRFH2 usr folder in MDB |
amiivas
Replies: 7 Views: 16090
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 18, 2016 3:57 pm Subject: Reading MQRFH2 usr folder in MDB |
That is the thing, I am creating message with MQRFH2 header in IBM Datapower using xslt by defining a MQMD and MQRFH2 xmls, serializing them and adding them as a header to outgoing request.
While r ... |
Topic: Reading MQRFH2 usr folder in MDB |
amiivas
Replies: 7 Views: 16090
|
Forum: IBM MQ Java / JMS Posted: Sun Aug 14, 2016 3:47 pm Subject: Reading MQRFH2 usr folder in MDB |
The name of the property set is InterfaceName and the path of the property is MQMD.usr.InterfaceName.
I am trying to read
message.getStringProperty("InterfaceName");
I hv tried all oth ... |
Topic: Reading MQRFH2 usr folder in MDB |
amiivas
Replies: 7 Views: 16090
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 10, 2016 10:02 am Subject: Reading MQRFH2 usr folder in MDB |
http://www.ibm.com/support/knowledgecenter/en/SSFKSJ_8.0.0/com.ibm.mq.dev.doc/q022920_.htm
The article says we can get the property by getStringProperty but when I am trying to debug or get the usr ... |
Topic: MQJCA1011: Failed to allocate a JMS connection with JBOSS |
amiivas
Replies: 4 Views: 32881
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 09, 2016 8:31 pm Subject: MQJCA1011: Failed to allocate a JMS connection with JBOSS |
This issue has been resolved as I upgraded my jboss EAP to 6.4.
.deployed latest wmq.jmsra.rar file
provided below configuration in standalone.xml file
<subsystem xmlns="urn:jboss: ... |
Topic: Reading MQRFH2 usr folder in MDB |
amiivas
Replies: 7 Views: 16090
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 09, 2016 8:25 pm Subject: Reading MQRFH2 usr folder in MDB |
I have an requirement where I need to read custom name value in the usr folder of MQRFH2 header in an incoming message to a MDB running on JBOSS EAP 6.4 server. The message when viewed through RFHUTIL ... |
Topic: MQJCA1011: Failed to allocate a JMS connection with JBOSS |
amiivas
Replies: 4 Views: 32881
|
Forum: IBM MQ Java / JMS Posted: Fri May 20, 2016 10:04 am Subject: MQJCA1011: Failed to allocate a JMS connection with JBOSS |
An FDC should have been generated. Find it and post the top of it.
There was no FDC file generated for this error. I also tried to change wmq.jmsra-7.0.1.13.rar with wmq.jmsra-7.5.0.0.rar but it pr ... |