Versions Compared

Key

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

...

There is an example which demonstates

...

Receiving the message from a JMS topic

Wiki Markup
{snippet:id=receive|lang=xml|url=http://cvs.servicemix.codehaus.org/*checkout*/servicemix/base/src/test/resources/org/servicemix/components/xslt/example.xml?rev=HEAD}

Transforming the message using XSLT

Wiki Markup
{snippet:id=transform|lang=xml|url=http://cvs.servicemix.codehaus.org/*checkout*/servicemix/base/src/test/resources/org/servicemix/components/xslt/example.xml?rev=HEAD}

Sending the result to a different JMS topic

Wiki Markup
{snippet:id=send|lang=xml|url=http://cvs.servicemix.codehaus.org/*checkout*/servicemix/base/src/test/resources/org/servicemix/components/xslt/example.xml?rev=HEAD}

Subscribing to the

...

topic and pipelining it to a trace component to demonstrate the pipeline working

Wiki Markup
{snippet:id=trace|lang=xml|url=http://cvs.servicemix.codehaus.org/*checkout*/servicemix/base/src/test/resources/org/servicemix/components/xslt/example.xml?rev=HEAD}