Author |
Message
|
trinath |
Posted: Mon Jun 02, 2014 7:57 pm Post subject: queue depth event |
|
|
 Apprentice
Joined: 02 Jun 2014 Posts: 34
|
hi all, please help me, how to create queue depth event and max queue length event |
|
Back to top |
|
 |
MB Developer |
Posted: Mon Jun 02, 2014 9:06 pm Post subject: |
|
|
 Disciple
Joined: 03 Feb 2014 Posts: 179
|
|
Back to top |
|
 |
trinath |
Posted: Tue Jun 10, 2014 9:24 pm Post subject: |
|
|
 Apprentice
Joined: 02 Jun 2014 Posts: 34
|
Hi MBdeveloper
your sending url is not giving effective information, thanks for response |
|
Back to top |
|
 |
PaulClarke |
Posted: Tue Jun 10, 2014 10:25 pm Post subject: |
|
|
 Grand Master
Joined: 17 Nov 2005 Posts: 1002 Location: New Zealand
|
The information looks perfectly sound to me. In essence...
a) Enable the depth and high events (using the commands given)
b) Put message to queue that take depth above the threshold
c) Examine event message
Which step are you having problems with? _________________ Paul Clarke
MQGem Software
www.mqgem.com |
|
Back to top |
|
 |
trinath |
Posted: Wed Jun 11, 2014 12:21 am Post subject: |
|
|
 Apprentice
Joined: 02 Jun 2014 Posts: 34
|
we are getting any notifications like alert message, for knowing the queue depth is reached above 80%... is it possible |
|
Back to top |
|
 |
PaulClarke |
Posted: Wed Jun 11, 2014 1:08 am Post subject: |
|
|
 Grand Master
Joined: 17 Nov 2005 Posts: 1002 Location: New Zealand
|
Well, if you mean by 'alert message' that an event message gets put to the event queue....then 'yes'. This is exactly what these types of event messages are for. You need to have something to monitor the event message and do something with it though. For example, my MO71 product can write a message to a file, or forward the message to a queue or run an OS command which could, for example email a user with a warning.
Cheers,
Paul. _________________ Paul Clarke
MQGem Software
www.mqgem.com |
|
Back to top |
|
 |
dextermbmq |
Posted: Thu Jul 31, 2014 11:15 am Post subject: |
|
|
Voyager
Joined: 26 Jul 2014 Posts: 77
|
Hi Paul,
A small doubt , how can we create a setup so that these event messages are routed to a queue? |
|
Back to top |
|
 |
exerk |
Posted: Thu Jul 31, 2014 11:22 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
dextermbmq wrote: |
A small doubt , how can we create a setup so that these event messages are routed to a queue? |
The messages are routed to a queue - the relevant *.EVENT.QUEUE! If you mean directing those messages to another (perhaps centralised queue) then redefinition of the relevant objects, with the appropriate object type, is required. _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
|