Author |
Message |
Topic: how can I capture how many messages are passing via channel? |
jstefano
Replies: 6 Views: 6081
|
Forum: General IBM MQ Support Posted: Mon Mar 26, 2007 4:00 pm Subject: how can I capture how many messages are passing via channel? |
runmqsc <qmgr>
dis chs(channelname) all
end
Well, I know display channelstatus command, many thanks anyway, but how will this tell me how many messages passed via my channels please?
... |
Topic: how can I capture how many messages are passing via channel? |
jstefano
Replies: 6 Views: 6081
|
Forum: General IBM MQ Support Posted: Mon Mar 26, 2007 3:45 pm Subject: how can I capture how many messages are passing via channel? |
At best your monitoring tool will give you a good count.
At worst a channel status will give you some idea...
Enjoy
Thanks for your answer!
well, I don't own the monitoring tool, b ... |
Topic: how can I capture how many messages are passing via channel? |
jstefano
Replies: 6 Views: 6081
|
Forum: General IBM MQ Support Posted: Mon Mar 26, 2007 3:24 pm Subject: how can I capture how many messages are passing via channel? |
Dear MQ Gurus!
we are running some tests on our MQ cluster (1 Gateway, 2 full repositories) and we need to capture number of messages going via each of repositories QM to prove Gateway is doing pro ... |
Topic: Using a GateWay MQ manager for 2 Cluster |
jstefano
Replies: 27 Views: 22766
|
Forum: Clustering Posted: Fri Mar 02, 2007 10:29 am Subject: Using a GateWay MQ manager for 2 Cluster |
Gentlemen
Many thanks for your great input, so, I follow John's idea and I will use the same Gateway and simply create new Definitions and new cluster, hope it will work... and of course, all nam ... |
Topic: Using a GateWay MQ manager for 2 Cluster |
jstefano
Replies: 27 Views: 22766
|
Forum: Clustering Posted: Wed Feb 28, 2007 3:42 pm Subject: Using a GateWay MQ manager for 2 Cluster |
Hi Jeff
thanks for the reply, but how will be that one gateway distributing messages? Should I create one more shared cluster queue and let MQ Gateway to send messages to that queue? Maybe that's t ... |
Topic: Using a GateWay MQ manager for 2 Cluster |
jstefano
Replies: 27 Views: 22766
|
Forum: Clustering Posted: Wed Feb 28, 2007 3:20 pm Subject: Using a GateWay MQ manager for 2 Cluster |
Dear MQ gurus!
we have an MQ Cluster ( 3 QMs: 2 QMs full repositories and 1 MQ Gateway for load balancing)
Now we would like to create another MQ Cluster (on separate machines, different names, p ... |
Topic: Getting "Inhibited" on Transmission Q while sendin |
jstefano
Replies: 9 Views: 11373
|
Forum: Clustering Posted: Thu Dec 21, 2006 9:29 am Subject: Getting "Inhibited" on Transmission Q while sendin |
Application Error. No Question. (!) [/quote]
I wish! Having meeting with them in few minutes... Million thanks again!!!
Jan |
Topic: Getting "Inhibited" on Transmission Q while sendin |
jstefano
Replies: 9 Views: 11373
|
Forum: Clustering Posted: Thu Dec 21, 2006 8:21 am Subject: Getting "Inhibited" on Transmission Q while sendin |
RE: Wrong logs - those are message logs & should be left alone.
Thank you very much, guys, you all are amazing!!!
Million thanks to all of you!!!
I found the correct log, reset the chan ... |
Topic: Getting "Inhibited" on Transmission Q while sendin |
jstefano
Replies: 9 Views: 11373
|
Forum: Clustering Posted: Wed Dec 20, 2006 8:55 pm Subject: Getting "Inhibited" on Transmission Q while sendin |
You need to understand why the channel is dying.
What do the error logs say? (on both ends of the channel)
Is the channel in "retrying" mode?
Ignore the put(disabled) .....
RE:
Is the ... |
Topic: Getting "Inhibited" on Transmission Q while sendin |
jstefano
Replies: 9 Views: 11373
|
Forum: Clustering Posted: Wed Dec 20, 2006 4:14 pm Subject: Getting "Inhibited" on Transmission Q while sendin |
What's the triggering type u are using?(first,depth,every).
Hi Killer, thanks for your answer;
Triggering Control = On
Triggering Type = first
One more thing, when I try to Browse message ... |
Topic: Getting "Inhibited" on Transmission Q while sendin |
jstefano
Replies: 9 Views: 11373
|
Forum: Clustering Posted: Wed Dec 20, 2006 3:45 pm Subject: Getting "Inhibited" on Transmission Q while sendin |
Dear MQ gurus!
I am Getting "Inhibited" on Transmission queue while sending messages via MQ gateway. My sender channel would die, and Transmission queue will change from "Put Message ... |
Topic: how can we stop the MQ Manager when WebSphere server is down |
jstefano
Replies: 6 Views: 5266
|
Forum: General Discussion Posted: Fri Sep 15, 2006 8:45 am Subject: how can we stop the MQ Manager when WebSphere server is down |
You'll have to configure the queue manager and the queues to create performance events, and then write a program to recieve and react to those events.
There's an extensive amount of detail about th ... |
Topic: how can we stop the MQ Manager when WebSphere server is down |
jstefano
Replies: 6 Views: 5266
|
Forum: General Discussion Posted: Fri Sep 15, 2006 7:57 am Subject: how can we stop the MQ Manager when WebSphere server is down |
" if # of Messages in queue > 10 then do something"
this can be done using performance events
Hi there!
sorry for the late reply, I was out for few days.
Could you be so kind and ... |
Topic: how can we stop the MQ Manager when WebSphere server is down |
jstefano
Replies: 6 Views: 5266
|
Forum: General Discussion Posted: Fri Sep 15, 2006 7:56 am Subject: how can we stop the MQ Manager when WebSphere server is down |
You cant do that automatically. Write a script to check your WebSphere Application. If it is down put disable the queue.
Hi there!
sorry for the late reply, I was out for few days.
Could you be ... |
Topic: how can we stop the MQ Manager when WebSphere server is down |
jstefano
Replies: 6 Views: 5266
|
Forum: General Discussion Posted: Wed Sep 13, 2006 8:22 am Subject: how can we stop the MQ Manager when WebSphere server is down |
Dear MQ Gurus!
We have an MQ Cluster with a Gateway, everything works great, but sometimes the WebSphere Application has a problem (it's still in DEV state) and all messages got stock in MQ Manager ... |