Versions Compared

Key

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

String Template

The string-template: component allows you to process a message using an Apache Velocity template. This can be ideal for generated template based responses to requests.

URI format

Code Block

velocity:templateName

Where templateName is the classpath-local URI of the template to invoke; or the complete URL of the remote template.

For example you could use something like

Code Block

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

To use a velocity template to forumulate a response for a message

Options

Name

Default Value

Description

Include Page
CAMEL:Endpoint See Also
CAMEL:Endpoint See Also
|Created by James Strachan
On Mon Oct 01 15:53:44 BST 2007
Using TimTam