Skip to content

davidjimenezanca/Example_SpringBoot-Camel-RSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBoot Apache Camel (RSS component)

Example project of Spring Boot app with Apache Camel RSS component (Available as of Camel version 2.0).

Apache Camel RSS component

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

The component currently only supports polling (consuming) feeds.

Camel-rss internally uses a patched version of ROME hosted on ServiceMix to solve some OSGi class loading issues.

Prerequisites

You will need following to run this application:

Starting the application

You can start the application using maven:

mvn camel:run

Note: This is a console app

See Also

Author

About

Example project of Spring Boot app with Apache Camel RSS component

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages