how to check header name and body in the output

2013-03-14 Thread sridurga
Hi, I am using the below code.. but i am not able to check the headername and body message.. Can you let me know how to check it out ? template.sendBodyAndHeader("activemq:MyQueue", "world!", "CustomerRating", "Gold"); -- View this message in context: http://camel.465427.n5.nabb

how to check header name and body in the output

2013-03-14 Thread sridurga
Hi, I am using the below code.. can you let me know how to see the headername and body message what i had put in the queue? template.sendBodyAndHeader("activemq:MyQueue", "world!", "CustomerRating", "Gold"); -- View this message in context: http://camel.465427.n5.nabble.com/how-t