Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

The transformation can be configured using any JAXP Source or using a Spring Resource to the XSL file.

Example

There is an example which demonstates

...

a pipeline from a message source, to a transformation, to send the message along with tracing the operation.

Receiving the message from a JMS topic

...

 

Transforming the message using XSLT

...

 

Sending the result to a different JMS topic

...

 

Subscribing to the

...

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

...