...
Maven users will need to add the following dependency to their pom.xml for this component:
Code Block |
|
|
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-rss</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
</dependency>
|
...
Note |
| Camel-rss internally uses a patched version of ROME hosted on ServiceMix to solve some OSGi class loading issues. |
Code Block |
rss:rssUri
|
Where rssUri is the URI to the RSS feed to poll.
...
Wiki Markup |
{snippet:id=ex2|lang=java|url=""> |
Include Page |
|
|