Hi,
When I have the following route:
from("timer://timer?period=3600000")
.to("ldap:ldapConnection?base=&scope=subtree")
.splitter(body(List.class), new MyAggregationStrategy())
.filter(some expression)
.end()
.to("smtp://[email protected]&[email protected]");
Now, when a message is filtered out, I still get it as an individual message
at the smtp endpoint, is this suposed to happen?
Regards,
Erwin
--
View this message in context:
http://www.nabble.com/Filtered-message-after-splitter-shows-up-after-aggregation-tp23957958p23957958.html
Sent from the Camel - Users mailing list archive at Nabble.com.