[
https://issues.apache.org/jira/browse/CAMEL-3346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-3346.
--------------------------------
Resolution: Fixed
Fix Version/s: (was: 2.7.0)
2.6.0
The example is in trunk and included in the distribution. Wiki page updated as
well.
> Add camel-rss to camel-irc example
> ----------------------------------
>
> Key: CAMEL-3346
> URL: https://issues.apache.org/jira/browse/CAMEL-3346
> Project: Camel
> Issue Type: New Feature
> Components: examples
> Reporter: Tracy Snell
> Assignee: Tracy Snell
> Priority: Minor
> Fix For: 2.6.0
>
> Attachments: patch.txt, patchfile.txt
>
>
> I created a super simple example using camel-rss to pull camel jira updates
> and feed the title to the camel-irc component. Not much to it but shows the
> use of the two components and how easy they are to use. Should I bundle up a
> patch and submit it?
> {code}
> from("rss:" + rssURL + options).
> marshal().rss().
> setBody(xpath("/rss/channel/item/title/text()")).
> transform(body().prepend("Jira: ")).
> to("irc:[email protected]/#jirabottest");
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.