JSonPathPage edited by Claus IbsenChanges (2)
Full ContentJSonPathAvailable as of Camel 2.13 Camel supports JSonPath to allow using _expression_ or Predicate on json messages. from("queue:books.new") .choice() .when().jsonpath("$.store.book[?(@.price < 10)]") .to("jms:queue:book.cheap") .when().jsonpath("$.store.book[?(@.price < 30)]") .to("jms:queue:book.average") .otherwise() .to("jms:queue:book.expensive")
Stop watching space
|
Change email notification preferences
View Online
|
View Changes
|
- [CONF] Apache Camel > JSonPath Claus Ibsen (Confluence)
- [CONF] Apache Camel > JSonPath Claus Ibsen (Confluence)