Author |
Message
|
mohana75 |
Posted: Fri Nov 02, 2007 6:51 am Post subject: AMiT Nodes in Message Broker |
|
|
Newbie
Joined: 17 Aug 2005 Posts: 3
|
Hi,
I am trying to use AMiT Situation Node, in a Message flow. Message flow is deployed on Brokers that are on cluster, So that the events are distributed to multiple brokers. Since the events are distributed the Situation Manager is not detecting the situations properly (Not all situations are caputred).
I have also enabled persistency on the Situation Manager Node.
Can some one help me in this??
It will be too bad if AMiT Node are not supported for clustering scenario.
Thanks
Mohan |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Nov 02, 2007 7:05 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I don't believe that the runtime for CEP currently supports what you're trying to do - in the way you are trying to do it. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mohana75 |
Posted: Fri Nov 02, 2007 8:09 pm Post subject: AMiT Nodes in Message Broker |
|
|
Newbie
Joined: 17 Aug 2005 Posts: 3
|
Thanks jeff for a quick response. Is there any way I can achieve the scenario? |
|
Back to top |
|
 |
jefflowrey |
Posted: Sat Nov 03, 2007 3:42 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Sure.
Put the Situation Node in one flow on one broker, started from an MQInput.
Share the input queue in the cluster.
You'll also have to, unfortunately, put any flows that use the IntelligentFilter node into the same Broker.
I heard Guy Sharon talk about future plans to address this, about a year ago. You could also contact him - he's the author - and see what the status of those plans are. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mohana75 |
Posted: Sat Nov 03, 2007 6:25 am Post subject: |
|
|
Newbie
Joined: 17 Aug 2005 Posts: 3
|
Thank you very much, jeff |
|
Back to top |
|
 |
jefflowrey |
Posted: Sat Nov 03, 2007 7:30 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I suspect that the real difficult part of this problem to solve is not "how to get all events to every broker" (that's just pub/sub) but "how to decide which broker should raise a detected situation".
You wouldn't want all of your brokers to raise the same situation every time, would you? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|