Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Then we setup the routing as follows:

Wiki Markup
{snippet:id=e2e1|lang=java|url=activemq/camel/trunk/camel-core/src/test/java/org/apache/camel/processor/aggregator/CustomAggregationStrategyTest.java}

And since this is based on an unit test we show the test code that send the bids and what is expected as the winners:

Wiki Markup
{snippet:id=e1e2|lang=java|url=activemq/camel/trunk/camel-core/src/test/java/org/apache/camel/processor/aggregator/CustomAggregationStrategyTest.java}

...