|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Tool which shows Message Flow Status in WMB 6.1 |
« View previous topic :: View next topic » |
Author |
Message
|
muthum_2000 |
Posted: Tue Sep 27, 2011 9:39 am Post subject: Tool which shows Message Flow Status in WMB 6.1 |
|
|
 Voyager
Joined: 10 Jul 2006 Posts: 85
|
Guys
Need a small info/help.
Is there anyway we will get alerted whenever a message flow goes down in MB 6.1.
In command mode,
For MB6.1 , If you display the EG , it will list down the flows but not the status.
In MB7, we will be able to see the status when we display the EG.
Is there any in built package in AIX version of MB6.1 where we can configure for alerts whenever a message flow under a EG goes down or it has to be done only by a third party tool.
Please advice. |
|
Back to top |
|
 |
Gaya3 |
Posted: Tue Sep 27, 2011 9:56 am Post subject: Re: Tool which shows Message Flow Status in WMB 6.1 |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
muthum_2000 wrote: |
Guys
Need a small info/help.
Is there anyway we will get alerted whenever a message flow goes down in MB 6.1.
. |
Monitoring tools will help you in this case.
muthum_2000 wrote: |
In command mode,
For MB6.1 , If you display the EG , it will list down the flows but not the status.
|
write a config proxy program to do this, there is/are no other option(s) in V6.1
muthum_2000 wrote: |
In MB7, we will be able to see the status when we display the EG.
|
it was one of the wish list been implemented in MB 7
muthum_2000 wrote: |
Is there any in built package in AIX version of MB6.1 where we can configure for alerts whenever a message flow under a EG goes down or it has to be done only by a third party tool.
Please advice. |
monitoring tools + config Mgr Proxy programming _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
muthum_2000 |
Posted: Tue Sep 27, 2011 10:16 am Post subject: |
|
|
 Voyager
Joined: 10 Jul 2006 Posts: 85
|
Thanks very much for the help and information gayathri. |
|
Back to top |
|
 |
ganesh |
Posted: Wed Sep 28, 2011 5:47 am Post subject: |
|
|
Master
Joined: 18 Jul 2010 Posts: 294
|
Use CMP api.
.....
.....
.....
MessageFlowProxy elements = (MessageFlowProxy)msgFlows.nextElement();
String flowState = Boolean.toString(elements.isRunning()) |
|
Back to top |
|
 |
mqmatt |
Posted: Thu Sep 29, 2011 2:01 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
Ganesh is right; you need a CMP app to do this in V6.1. In fact there is a sample that does just this... check out the DomainInfo sample inside the ConfigManagerProxy directory of the broker product install.
Thanks! |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|