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 » Sounds for the Message Broker Toolkit

Post new topic  Reply to topic
 Sounds for the Message Broker Toolkit « View previous topic :: View next topic » 
Author Message
EnOne
PostPosted: Tue Jun 20, 2006 7:17 am    Post subject: Sounds for the Message Broker Toolkit Reply with quote

Centurion

Joined: 09 Oct 2002
Posts: 100
Location: Kansas City

Does anyone know of a way to have the broker create sounds when certain events happen? Specifically when the Event Log has a new message arrive. I would like a bell to ring so I know when a deploy is complete. Or when it has finished reading the topology when you are connecting to the configuration manager. Both of these can sometimes take a long time and I would like to have some sort of notification when they complete.
Back to top
View user's profile Send private message
mqmatt
PostPosted: Tue Jun 20, 2006 7:27 am    Post subject: Reply with quote

Grand Master

Joined: 04 Aug 2004
Posts: 1213
Location: Hursley, UK

I suspect you would need to write a Config Manager Proxy application in order to do this.
Back to top
View user's profile Send private message
mqmatt
PostPosted: Tue Jun 20, 2006 7:40 am    Post subject: Reply with quote

Grand Master

Joined: 04 Aug 2004
Posts: 1213
Location: Hursley, UK

...or even easier, from a batch file:
Code:
mqsideploy <whatever>
start c:\windows\media\tada.wav

This works because mqsideploy waits until the deploy has fully completed before exiting.
You might even like to put in a check of the return code, so you get a different sound if the deploy failed
Back to top
View user's profile Send private message
EnOne
PostPosted: Tue Jun 20, 2006 9:52 am    Post subject: Reply with quote

Centurion

Joined: 09 Oct 2002
Posts: 100
Location: Kansas City

mqmatt, from your suggestion I came up with the batch file

deploy.bat
Code:

call mqsideploy -b %1 -e %2 -bar %3 -connection test.configmgr
call C:\WINNT\Media\tada.wav
mqsideploy -r -connection test.configmgr


where
BROKER1 is the broker to deploy to
EXEC_1 is the execution group
TEST.bar is the bar file

run using
Code:

deploy BROKER1 EXEC_1 TEST.bar
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 » Sounds for the Message Broker Toolkit
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.