|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Update Filter table of Route Node |
« View previous topic :: View next topic » |
Author |
Message
|
sarathmattam |
Posted: Mon Oct 27, 2014 1:52 am Post subject: Update Filter table of Route Node |
|
|
Voyager
Joined: 05 Sep 2008 Posts: 94
|
Dear All,
Is there a way to update (add/modify/delete) the filter table of Route node which doesn't demand a rebuild ? I couldn't find much info in this forum on Route Nodes. Also, the IBM documentation explains about updating Filter tables using Java APIs, but doesn't sound like an option that can avoid a rebuild.
My scenario is like this. I want to implement certain rules to filter out messages based on some parameters. The main problem is that the business has not finalized and shared the rules. So, the architect want to implement it in such a way that there should be minimal changes later when the business guys consolidate all rules and share with us. One of the criteria that he put forward was to avoid a rebuild
Regards,
Sarath |
|
Back to top |
|
 |
Simbu |
Posted: Mon Oct 27, 2014 2:25 am Post subject: |
|
|
 Master
Joined: 17 Jun 2011 Posts: 289 Location: Tamil Nadu, India
|
Hi, it is not possible with Route Node. you can use the Database to store the rule as ESQL and use EVAL funtion to filter the message or if you are using v9 then go for DecisionService node to access the rules that run on Decision Server provided with IBM Integration Bus |
|
Back to top |
|
 |
sarathmattam |
Posted: Mon Oct 27, 2014 3:20 am Post subject: |
|
|
Voyager
Joined: 05 Sep 2008 Posts: 94
|
Hi Simbu .. Thank You .. Can you please elaborate on option -1 ?
Regards,
Sarath |
|
Back to top |
|
 |
Simbu |
Posted: Mon Oct 27, 2014 10:01 pm Post subject: |
|
|
 Master
Joined: 17 Jun 2011 Posts: 289 Location: Tamil Nadu, India
|
if you want to filter the message based on the specific field like IF Root.XMLNSC.Req.type = 'X' then process it.
use EVAL(<Filter condition>) which will return the boolean value which helps to filter the message.
Also please note that EVAL is too expensive |
|
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
|
|
|
|