In my bean I am setting the header as follows:
exchange.getIn().setHeader("country", "US");

i am trying to filter the message using selector in following manner:
<camel:from uri="jms:queue:TestQueue6?selector=country='US'" />

I do not receive any message at all.
Where am i going wrong here?



--
View this message in context: 
http://camel.465427.n5.nabble.com/Message-selector-example-tp5713805p5713811.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to