|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQPUT and MQGET event monitoring |
« View previous topic :: View next topic » |
Author |
Message
|
Sotorin |
Posted: Wed Jul 23, 2008 6:55 pm Post subject: MQPUT and MQGET event monitoring |
|
|
Newbie
Joined: 23 Jul 2008 Posts: 6
|
Does WMQ fire event(s) when message is 'put' or 'get' onto/from a queue? If so, how can I capture them? Target OS is Windows 2003.
I'm thinking about either writing some sort of windows service, which will watch WMQ events and respond to them, use some soft of monitoring tool's API (preferably free), or use something that's already build into WMQ 6.0.
Basically what we want to do is to route messages from one queue (in) to another one (out). The problem is that these messages need to interface with another application, which uses interval based adapters (every so on it will go and check the queue for messages). Let's say that polling is every 5 min. then what happes is that once the adapter is fired it pulls messages in bigger chunks that it is capable of processing, so we lower the batch size. But this really doesn't solve our problem. We don't want the application to sit idle for 5 min. and then be flooded with number of messages that it can't manage. We would much rather see it work for 5 min. at its peak efficency.
What we would really like to have is some sort of throtling junction, which would monitor queues for put/get events, automatically pull messages off queues and forward them to an application, which has event-centric adapter. Obviously this is the same application but unfortunately it does not have an adapter that's event based. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Wed Jul 23, 2008 7:36 pm Post subject: Re: MQPUT and MQGET event monitoring |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Sotorin wrote: |
Does WMQ fire event(s) when message is 'put' or 'get' onto/from a queue? If so, how can I capture them? |
Look up MQ Triggering.
Sotorin wrote: |
I'm thinking about either writing some sort of windows service, which will watch WMQ events and respond to them, use some soft of monitoring tool's API (preferably free), or use something that's already build into WMQ 6.0. |
There is a long list of commercial MQ monitoring tools here:
http://www.capitalware.biz/mq_tools_comm.html
Sotorin wrote: |
Basically what we want to do is to route messages from one queue (in) to another one (out). |
You can write your own or use MMX or MirrorQ.
Sotorin wrote: |
What we would really like to have is some sort of throtling junction, which would monitor queues for put/get events, automatically pull messages off queues and forward them to an application, |
That's call a Broker. There are many available for MQ.
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
Sotorin |
Posted: Fri Jul 25, 2008 6:54 am Post subject: |
|
|
Newbie
Joined: 23 Jul 2008 Posts: 6
|
Thank you very much for your help. I'll look at each in sequence. |
|
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
|
|
|
|