Versions Compared

Key

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

...

Code Block
// lets log messages from gold customers
intereptintercept(xpath("/customer[@type='gold']").to("log:customer");

from("seda:foo").to("seda:bar");

...