This content has been marked as final.
Show 2 replies
-
1. Re: A question related to the aggregator
davsclaus May 3, 2012 12:30 AM (in response to simplex-software)Yeah to avoid any changes, you can just return the oldExchange if its not null.
And no you cannot tell the aggregator to skip in certain situations, for that as said, just return the old exchange.
However the aggregation have some options to configure what should happen for
- late messages
- invalid messages
See the options table on its documentation
-
2. Re: A question related to the aggregator
simplex-software May 3, 2012 5:51 AM (in response to davsclaus)I only found an attribute named ignoreInvalidCorelationKeys which seems to be enough to solve my problem. Thanks.