Versions Compared

Key

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

...

The rss: component is used for polling RSS feeds. Camel will default poll the feed every 60th seconds.

Note: The component currently only supports polling (consuming) feeds.

New in Camel 2.0

URI format

Code Block
rss://rssUri

Where rssUri is the URI to the RSS feed to poll.

...