Author |
Message
|
Vitor |
Posted: Fri Dec 08, 2006 6:11 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
kevinf2349 wrote: |
Quote: |
Still trying to get my head round routing by queue depth though... |
Maybe it is for workload management/balancing?  |
Easier and better ways than a flow reading queue depths surely?
("Yes there are. And don't call me Shirley")  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
kevinf2349 |
Posted: Fri Dec 08, 2006 6:12 am Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
Quote: |
Easier and better ways than a flow reading queue depths surely?
|
....and more accurate.
Wayne
ROTFLMAO  |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Dec 08, 2006 6:13 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
wschutz wrote: |
not that hard for a "Grand Poobah"...  |
Search for "ESQL PCF", check "all words". It gives back about ten hits.
Look for the result that's "long". _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mvarghese |
Posted: Thu Dec 28, 2006 6:10 pm Post subject: Qdepth calculation from Message Broker |
|
|
Centurion
Joined: 27 Sep 2006 Posts: 141
|
I just asked, becos if that functionality is there...am not only talking abt Qdepth..am looking at any MQ objects , there any status if can do from message broker.Then so many things we can do.
Case1:If Q is full..Don't route to that Queue
Case2:If If Channel is down..or any mq status is down..i can develop a flow which will trigger some application ...which help MQ Administarator.
Altogether ...If am using Message broker..i can do a routine health check of MQ using Message broker flows.No need to depend up on third part tools..or we can reduce the dependencies of 3rd party tools for monitoring MQ Admin level.<atleast 50%> _________________ Jain Varghese |
|
Back to top |
|
 |
pathipati |
Posted: Thu Dec 28, 2006 6:19 pm Post subject: |
|
|
Master
Joined: 03 Mar 2006 Posts: 296
|
Quote: |
Case1:If Q is full..Don't route to that Queue |
For this you need both Current and Max Depths. |
|
Back to top |
|
 |
mvarghese |
Posted: Thu Dec 28, 2006 8:35 pm Post subject: |
|
|
Centurion
Joined: 27 Sep 2006 Posts: 141
|
Yes, what i mean Is any MQ commands can execute from the Message broker using flows and get the results and route message based on that ..?
May be too heavy work..by implementing Java node...and do all the activity..
becos what i feel was...MQ and MB is more robust than any third party tools... _________________ Jain Varghese |
|
Back to top |
|
 |
pathipati |
Posted: Thu Dec 28, 2006 8:41 pm Post subject: |
|
|
Master
Joined: 03 Mar 2006 Posts: 296
|
Quote: |
what i mean Is any MQ commands can execute from the Message broker using flows and get the results and route message based on that ..? |
No(I guess).
Quote: |
May be too heavy work..by implementing Java node...and do all the activity.. |
Yes, if you really want to route the message based on queue depth. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Dec 28, 2006 11:48 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mvarghese wrote: |
MQ and MB is more robust than any third party tools... |
There are a number of vendors with hurt feelings out there I suspect!
IMHO you're trying to reinvent the wheel here. Certainly you could issue PCF commands from a flow, but I'd question the wisdom of routing messages based on the response. Better to have the flow doing what the flow does & use other methods to keep the infrastructure running (clustering / monitoring / etc / etc). A queue full should prompt the question "why?" rather than "where?", because something has stopped reading it and that needs to be investigated.
My 2 cents.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mvarghese |
Posted: Fri Dec 29, 2006 1:04 am Post subject: |
|
|
Centurion
Joined: 27 Sep 2006 Posts: 141
|
Thanks Vitor _________________ Jain Varghese |
|
Back to top |
|
 |
|