Versions Compared

Key

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

...

Option

Value

Behavior

splitEntries

true

Only a single entry from the currently being processed feed is set in the new exchange feed.

splitEntries

false

The entires list of entries from the feed is set in the new exchange feed.

Camel can also set the entire SyndFeed object on the in header (see feedHeader option above to disable):

...

Message Headers

Header

Description

org.apache.camel.component.rss.feed

...

Camel 1.x: The entire SyncFeed object.

CamelRssFeed

Camel 2.0: The entire SyncFeed object.

RSS Dataformat

The RSS component ships with an RSS dataformat that can be used to convert between String (as XML) and ROME RSS model objects.

...