Author |
Message |
Topic: How to get MQGET and MQPUT seconds |
wattle9
Replies: 5 Views: 9176
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 14, 2016 4:33 pm Subject: How to get MQGET and MQPUT seconds |
The reset statistics command will give you that information. If you issue it at regular intervals you can then divide by the interval length to get an average. This is what most monitoring software do ... |
Topic: Sending PCF messages to get queue statistics |
wattle9
Replies: 5 Views: 11833
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 13, 2016 8:09 pm Subject: Re: Sending PCF messages to get queue statistics |
Hi, I think I found the issue. I was able to query the available queue names for the queue manager using PCF commands and was NOT able to see the specific queue name (lets say Queue1) in the list. Bu ... |
Topic: How to get MQGET and MQPUT seconds |
wattle9
Replies: 5 Views: 9176
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 13, 2016 8:01 pm Subject: How to get MQGET and MQPUT seconds |
Hi,
I am in the need of having MQGETs and MQPUTs per second for a specific queue and will use a Java program for that.
Can somebody help me how to do it. Can this be done using PCF command? |
Topic: Sending PCF messages to get queue statistics |
wattle9
Replies: 5 Views: 11833
|
Forum: IBM MQ Java / JMS Posted: Sun Jul 10, 2016 8:08 pm Subject: Sending PCF messages to get queue statistics |
I developed a java program to send PCF messages to queue manager so that I can get current queue depth and message put time for a specific queue. However, I got below exception.
Error: System.err: ... |
Topic: 2393 SSL unable to initialize - check SSL parms |
wattle9
Replies: 15 Views: 30237
|
Forum: IBM MQ Security Posted: Tue Oct 01, 2013 4:43 pm Subject: 2393 SSL unable to initialize - check SSL parms |
Thanks for all your feedback.According to that, I have missed to enter SSL connection details. Up to now, I have not dealth with SSL enabled MQ channels.
If I am correct,I need to enter SSL connectio ... |
Topic: 2393 SSL unable to initialize - check SSL parms |
wattle9
Replies: 15 Views: 30237
|
Forum: IBM MQ Security Posted: Mon Sep 30, 2013 10:20 pm Subject: 2393 SSL unable to initialize - check SSL parms |
Hi, I am trying to connect to a remote MQ channel (using RfhUtilV7.0.2) and getting this error,
"2393 SSL unable to initialize - check SSL parms".Seem the channel is secured.
Can anybo ... |