JSonPathPage added by Claus IbsenJSonPathAvailable 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
|
- [CONF] Apache Camel > JSonPath Claus Ibsen (Confluence)
- [CONF] Apache Camel > JSonPath Claus Ibsen (Confluence)