hello,
we are using multicast to route messages to a number of endpoints. The
endpoints contain filter method  method to decide if the enpoint is going to
process the message or not. Is there a way to tell if no endpoints have
processed the message? In that case, we would like to put the message in an
"invalid message queue" or something similar. If there is no way doing this
using multicast, are there any other best practices?

Our mulitcast:

multicast().parallelProcessing().timeout(10000).onPrepare(new
DocumentDeepClone()).
.filter().method(producer, "filter")
.bean(producer, "createEvent")
.to(EndPointUri.INCOMING_EVENT_QUEUE);



--
View this message in context: 
http://camel.465427.n5.nabble.com/No-hit-during-Multicast-tp5683138.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to