Author |
Message |
Topic: MQ V8 java client |
basabi2520
Replies: 3 Views: 11936
|
Forum: IBM MQ Performance Monitoring Posted: Wed Jun 17, 2015 11:06 pm Subject: MQ V8 java client |
Hi,
It relates to my previous thread where i succeeded in monitoring mq events.
Now We are migrating version from 7 to 8.
I thought of using the same java program but ended with errors something ... |
Topic: QManager config - completion code '2' reason '2035' |
basabi2520
Replies: 3 Views: 4150
|
Forum: General Discussion Posted: Tue Jun 16, 2015 12:15 am Subject: QManager config - completion code '2' reason '2035' |
Hi, Happy to be here again with a problem
we are migrating to WebSphere MQ V8.0.0.0 from V7.
Couldnt connect to the QMgr - completion code '2' reason '2035', read several forum but still hav ... |
Topic: MQ event type : PERFM.EVENT |
basabi2520
Replies: 2 Views: 7583
|
Forum: IBM MQ Performance Monitoring Posted: Wed Dec 19, 2012 1:25 am Subject: MQ event type : PERFM.EVENT |
Hi all,
Finally achieved with my task .
Heartful thanks to all who helped me.
Like to share my study on MQ Monitoring Event using java
1. Enabled PERFM.EVENT in the QMGR.
2. Set an ... |
Topic: MQ event type : PERFM.EVENT |
basabi2520
Replies: 2 Views: 7583
|
Forum: IBM MQ Performance Monitoring Posted: Thu Dec 13, 2012 12:20 am Subject: MQ event type : PERFM.EVENT |
Hi all,
This is continuation from my previous post:
http://www.mqseries.net/phpBB2/viewtopic.php?t=61574
Related to the posts :
http://www.mqseries.net/phpBB2/viewtopic.php?t=34499
Actuall ... |
Topic: Clarification : email alert when queue is 80% |
basabi2520
Replies: 30 Views: 37878
|
Forum: IBM MQ Performance Monitoring Posted: Tue Oct 09, 2012 11:39 pm Subject: Clarification : email alert when queue is 80% |
Sorry exerk . My question was wrong. |
Topic: How to know which queue depth events occured?? |
basabi2520
Replies: 6 Views: 6039
|
Forum: General Discussion Posted: Tue Oct 09, 2012 11:35 pm Subject: How to know which queue depth events occured?? |
Thanks for your reply.
please can you make it more clear. When displaying as HEX i get the following :
00000000: 0700 0000 2400 0000 0100 0000 2C00 0000 '....→.......,...'
00000010: 010 ... |
Topic: How to know which queue depth events occured?? |
basabi2520
Replies: 6 Views: 6039
|
Forum: General Discussion Posted: Mon Oct 08, 2012 9:30 pm Subject: How to know which queue depth events occured?? |
Following is the output when read a event message:
Could not find which event occured??
OPEN - 'SYSTEM.ADMIN.PERFM.EVENT'
GET of message number 1
****Message descriptor****
StrucId : 'MD ... |
Topic: MQRC_OBJECT_DAMAGED - 2101 |
basabi2520
Replies: 4 Views: 7316
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Oct 08, 2012 6:33 pm Subject: MQRC_OBJECT_DAMAGED - 2101 |
Thanks ,
Simple solution deleted and redefined  |
Topic: How to know which queue depth events occured?? |
basabi2520
Replies: 6 Views: 6039
|
Forum: General Discussion Posted: Mon Oct 08, 2012 6:22 pm Subject: How to know which queue depth events occured?? |
Hi,
QDPHIEV is enabled for a local queue TESTQ when an event occurs, it triggers a msg to PERFM.EVENT queue and automatically enables QDPLOEV and QDPMAXEV events. Same for the other events.
ho ... |
Topic: MQRC_OBJECT_DAMAGED - 2101 |
basabi2520
Replies: 4 Views: 7316
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Oct 04, 2012 1:28 am Subject: MQRC_OBJECT_DAMAGED - 2101 |
hi all,
SYSTEM.ADMIN.PERFM.EVENT damaged when i try to get message using java :
openOptions = MQC.MQOO_INPUT_SHARED;
gmo.options = gmo.options + MQC.MQGMO_MSG_UNDER_CURSOR;
can anyone help m ... |
Topic: Clarification : email alert when queue is 80% |
basabi2520
Replies: 30 Views: 37878
|
Forum: IBM MQ Performance Monitoring Posted: Wed Oct 03, 2012 5:42 pm Subject: Clarification : email alert when queue is 80% |
Hi all,
wrote a java application to read message from PERFM.EVENT queue and send an alert mail. Then called the java application from shell script using
wget --spider < Java application >.
... |
Topic: Clarification : email alert when queue is 80% |
basabi2520
Replies: 30 Views: 37878
|
Forum: IBM MQ Performance Monitoring Posted: Mon Sep 24, 2012 4:43 pm Subject: Clarification : email alert when queue is 80% |
Thanks for your confirmation.  |
Topic: Clarification : email alert when queue is 80% |
basabi2520
Replies: 30 Views: 37878
|
Forum: IBM MQ Performance Monitoring Posted: Mon Sep 24, 2012 3:22 pm Subject: Clarification : email alert when queue is 80% |
Yes i can able to read using java. i need to read in shell script! Any possibilities??? |
Topic: Clarification : email alert when queue is 80% |
basabi2520
Replies: 30 Views: 37878
|
Forum: IBM MQ Performance Monitoring Posted: Sun Sep 23, 2012 9:28 pm Subject: Clarification : email alert when queue is 80% |
Thanks fro your reply fjb_saper,
I don have permission to set classpath for MQ jar files. So planned to read msg from PERFM.EVENT q in shell script and jus send mail wilth the msg.
One more clarif ... |
Topic: Clarification : email alert when queue is 80% |
basabi2520
Replies: 30 Views: 37878
|
Forum: IBM MQ Performance Monitoring Posted: Sun Sep 23, 2012 6:28 pm Subject: Clarification : email alert when queue is 80% |
finding difficult to read msg from PERFM.EVENT Q using shell script. I can able to do that using JAVA. Is there any ways to read using shell script??
Ultimate task was to put the Q msg in the content ... |