Versions Compared

Key

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

Atom Component

The atom: component is used for polling atom feeds in Camel.
Note: The component currently only supports polling (consuming) feeds.

URI format

Code Block

atom://atomUri

Where atomUri is the URI to the atom feed to poll. Camel will default poll the feed every 60th seconds.

Options

splitEntries
filter
lastUpdate

Exchange format

TODO: Header keys
TODO: What data you get returned

Samples

In this sample we poll James Strahams blog.

Code Block

from("atom://http://macstrac.blogspot.com/feeds/posts/default").to("seda:feeds");
Include Page
CAMEL:Endpoint See Also
CAMEL:Endpoint See Also