Versions Compared

Key

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

...

To merge multiple incoming feeds into a single feed, you can utilize a custom AggregationCollection provided with camel-rss. An example usage would look something like this:TODO

Wiki Markup
{snippet:id=ex|lang=java|url=activemq/camel/trunk/components/camel-rss/src/test/java/org/apache/camel/component/rss/RssCustomAggregatorTest.java}

Here we use a Seda queue to gather up entries from two RSS feeds. The entries are then fed into a custom aggregator which combines these entries into a single ROME SyndFeed object.

Include Page
CAMEL:Endpoint See Also
CAMEL:Endpoint See Also