Versions Compared

Key

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

...

The velocity: component allows you to process a message using an Apache Velocity template. This can be ideal when using Templating to generate respopnses responses for requests.

URI format

Code Block
velocity:templateName

...

To use a velocity template to forumulate formulate a response for a message for InOut message exchanges (where there is a JMSReplyTo header).

...

Code Block
from("activemq:My.Queue").
  to("velocity:com/acme/MyResponse.vm").
  to("activemq:Another.Queue");

Options

...

...

Default Value

...

Description

Include Page
CAMEL:Endpoint See Also
CAMEL:Endpoint See Also

...