80.5.
from("queue:foo").
  filter().xpath("//foo")).
  to("queue:bar")
from("queue:foo").
  filter().xpath("//foo")).
  to("queue:bar")from("queue:foo").
  choice().xpath("//foo")).to("queue:bar").
  otherwise().to("queue:others");
from("queue:foo").
  choice().xpath("//foo")).to("queue:bar").
  otherwise().to("queue:others");