Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: first filter and xpath example was wrong.

...

Code Block
from("queue:foo").filter().
  filter(xpath("//foo")).
  to("queue:bar")

...