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?