Versions Compared

Key

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

...

The example is configured as follows in Spring XML.TODO: e1

Wiki Markup
{snippet:id=e1|lang=xml|url=camel/trunk/examples/camel-example-aggregate/src/main/resources/META-INF/spring/camel-context.xml}

And it has a AggregationStrategy to sum the numbers which is done in Java code as:TODO: e1

Wiki Markup
{snippet:id=e1|lang=java|url=camel/trunk/examples/camel-example-aggregate/src/main/java/org/apache/camel/example/NumberAggregationStrategy.java}

See Also