ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Tool which shows Message Flow Status in WMB 6.1

Post new topic  Reply to topic
 Tool which shows Message Flow Status in WMB 6.1 « View previous topic :: View next topic » 
Author Message
muthum_2000
PostPosted: Tue Sep 27, 2011 9:39 am    Post subject: Tool which shows Message Flow Status in WMB 6.1 Reply with quote

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
View user's profile Send private message
Gaya3
PostPosted: Tue Sep 27, 2011 9:56 am    Post subject: Re: Tool which shows Message Flow Status in WMB 6.1 Reply with quote

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
View user's profile Send private message
muthum_2000
PostPosted: Tue Sep 27, 2011 10:16 am    Post subject: Reply with quote

Voyager

Joined: 10 Jul 2006
Posts: 85

Thanks very much for the help and information gayathri.
Back to top
View user's profile Send private message
ganesh
PostPosted: Wed Sep 28, 2011 5:47 am    Post subject: Reply with quote

Master

Joined: 18 Jul 2010
Posts: 294

Use CMP api.

.....
.....
.....
MessageFlowProxy elements = (MessageFlowProxy)msgFlows.nextElement();
String flowState = Boolean.toString(elements.isRunning())
Back to top
View user's profile Send private message
mqmatt
PostPosted: Thu Sep 29, 2011 2:01 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Tool which shows Message Flow Status in WMB 6.1
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.