Author |
Message |
Topic: MQOPEN error on a queue monitor CURDEPTH XMITQ |
Oroshi
Replies: 26 Views: 13604
|
Forum: General IBM MQ Support Posted: Thu Nov 03, 2022 12:20 am Subject: MQOPEN error on a queue monitor CURDEPTH XMITQ |
Hi again,
As I said, we have the fact that it's common that we stop/have channels into retrying.
But I think I know where you want to go, you want to monitor if a channel is down for, let's say, ... |
Topic: MQOPEN error on a queue monitor CURDEPTH XMITQ |
Oroshi
Replies: 26 Views: 13604
|
Forum: General IBM MQ Support Posted: Tue Oct 25, 2022 1:46 am Subject: MQOPEN error on a queue monitor CURDEPTH XMITQ |
Hello,
Lot of answers since last time, so I'll try to clarify some points.
We use solarwinds, for monitoring, using ODBC + sql queries.
About using a script, it's still bash on linux that ... |
Topic: MQOPEN error on a queue monitor CURDEPTH XMITQ |
Oroshi
Replies: 26 Views: 13604
|
Forum: General IBM MQ Support Posted: Wed Oct 19, 2022 5:38 am Subject: MQOPEN error on a queue monitor CURDEPTH XMITQ |
Well, I want to monitor it, simply.
That's what I want to do.
Under AS400, we don't really know a way to make a simple script to trigger and monitor like we could, let's say, on a linux.
O ... |
Topic: MQOPEN error on a queue monitor CURDEPTH XMITQ |
Oroshi
Replies: 26 Views: 13604
|
Forum: General IBM MQ Support Posted: Wed Oct 19, 2022 12:52 am Subject: MQOPEN error on a queue monitor CURDEPTH XMITQ |
Hi again,
I must admit that I never did program anything on an AS400, nor using PCF ^^"
Do you have a starting guide that's accessible for beginners?
I found some documentation on the offi ... |
Topic: MQOPEN error on a queue monitor CURDEPTH XMITQ |
Oroshi
Replies: 26 Views: 13604
|
Forum: General IBM MQ Support Posted: Tue Oct 11, 2022 4:45 am Subject: MQOPEN error on a queue monitor CURDEPTH XMITQ |
adding:
It's just a use of the MQREAD and MQREADLL functions.
Still not sure if I can or not make it in inquire this way |
Topic: MQOPEN error on a queue monitor CURDEPTH XMITQ |
Oroshi
Replies: 26 Views: 13604
|
Forum: General IBM MQ Support Posted: Tue Oct 11, 2022 4:25 am Subject: MQOPEN error on a queue monitor CURDEPTH XMITQ |
Oh, I see.
Is there a way to share an xmitq?
Because what I'd like to do with my app is monitor this queue's curdepth
You can determine queue depth by opening the queue for INQUIRE, and not INPUT ... |
Topic: MQOPEN error on a queue monitor CURDEPTH XMITQ |
Oroshi
Replies: 26 Views: 13604
|
Forum: General IBM MQ Support Posted: Tue Oct 11, 2022 4:05 am Subject: MQOPEN error on a queue monitor CURDEPTH XMITQ |
Oh, I see.
Is there a way to share an xmitq?
Because what I'd like to do with my app is monitor this queue's curdepth |
Topic: MQOPEN error on a queue monitor CURDEPTH XMITQ |
Oroshi
Replies: 26 Views: 13604
|
Forum: General IBM MQ Support Posted: Tue Oct 11, 2022 1:27 am Subject: MQOPEN error on a queue monitor CURDEPTH XMITQ |
Hello,
Thanks for your help!
Yes, it is indeed MQRC2042.
About the platform, here is what I could gather (disclaimer, I'm censoring some fields for security info, but they will still be pr ... |
Topic: MQOPEN error on a queue monitor CURDEPTH XMITQ |
Oroshi
Replies: 26 Views: 13604
|
Forum: General IBM MQ Support Posted: Wed Oct 05, 2022 4:54 am Subject: MQOPEN error on a queue monitor CURDEPTH XMITQ |
Hello there,
First message on this forum.
Anyway:
My goal is to monitor using a previously created service. This service work on another host, so in itself, it is, seemingly, OK.
Issue is, ... |