
Some parts of this message have been removed.
Learn more about Nabble's
security policy.
Filters can be combined using the logic filters, AndFilter,
OrFilter and NotFilter.
Not all routers need to use filters but all routers support them. See Filters
for information.
From: Jamie Johnson
[mailto:jej2003@...]
Sent: Tuesday, January 06, 2009 2:11 PM
To: user@...
Subject: [mule-user] Send a message to multiple endpoints based on
Header Property
I have a scenario where I am trying to send a message to
multiple endpoints based on a header property. For example I have a
header property named File and FTP, if File=true the message should go to the
File endpoint, if FTP=true the message should go to the FTP endpoint and if
both are true it should go to both. A filtering router didn't work
because as soon as one matched it stopped trying the others. Is there a way to
do this without the need to have an and-filter checking for all properties?