Versions Compared

Key

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

...

In the servicemix.xml file is the configuration used for this RSS Component:

Wiki Markup
{snippet:id=rss|lang=xml|url=http://cvs.servicemix.codehaus.org/*checkout*/servicemix/base/src/main/release/examples/rss-binding/servicemix.xml?&rev=HEAD}
Code Block

  <property name="urlStrings">
	  <list>
	    <value>http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml</value>
	    <value>http://rss.cnn.com/rss/cnn_topstories.rss</value>
	  </list>
        </property>
      </component>

The urlStrings values are the feeds the RSS component is listening to.

...