Guest User

Untitled

a guest
Jan 16th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. from("jms:so")
  2. .setHeader("comment").xpath("//comment()", String.class)
  3. .setHeader("firstComment").xpath("//comment()[1]", String.class)
  4. .log("comment is ${headers.comment}")
  5. .log("first comment is ${headers.firstComment}")
  6. .to("jms:so.out");
  7.  
  8. <StackOverflow>
  9. <!--Camel-->
  10. <Nested>
  11. <!--Nested Camel-->
  12. </Nested>
  13. </StackOverflow>
Add Comment
Please, Sign In to add comment