Versions Compared

Key

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

...

Code Block
from("activemq:My.Queue").
  to("velocitystring-template:com/acme/MyResponse.vmtm");

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

...