Re: Message selector example

2013-11-02 Thread kkvinod
http://www.pretechsol.com/2013/11/camel-selective-consumer-using-jms.html#.UnUWLxAVuPA -- View this message in context: http://camel.465427.n5.nabble.com/Message-selector-example-tp5713805p5742545.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Message selector example

2012-06-04 Thread Scott England-Sullivan
t; View this message in context: > http://camel.465427.n5.nabble.com/Message-selector-example-tp5713805p5713959.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- -- Scott England-Sullivan -- FuseSource Web: http://www.fusesource.com Blog: http://sully6768.blogspot.com Twitter: sully6768

Re: Message selector example

2012-06-04 Thread Deepthi
Its working. Changed exchange.getIn().setHeader("country", "US"); to exchange.getOut().setHeader("country", "US"); Thanks, Deepthi -- View this message in context: http://camel.465427.n5.nabble.com/Message-selector-example-tp5713805p5713959.html

Re: Message selector example

2012-05-31 Thread Scott England-Sullivan
tor in following manner: > > > 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

Re: Message selector example

2012-05-31 Thread Deepthi
tp://camel.465427.n5.nabble.com/Message-selector-example-tp5713805p5713811.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Message selector example

2012-05-31 Thread Scott England-Sullivan
se selectors > and > how do i compare the values etc. > > Thanks, > Deepthi > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Message-selector-example-tp5713805p5713808.html > Sent from the Camel - Users mailing list archive at Nabbl

Re: Message selector example

2012-05-31 Thread Deepthi
Hi Sully, I did go through the link. Can I find an example somewhere which I can refer to how i use selectors and how do i compare the values etc. Thanks, Deepthi -- View this message in context: http://camel.465427.n5.nabble.com/Message-selector-example-tp5713805p5713808.html Sent from the

Re: Message selector example

2012-05-31 Thread Scott England-Sullivan
producer and the selector on the consumer. On Thu, May 31, 2012 at 3:21 PM, Deepthi wrote: > Hi, > > Can somebody please provide me with message selector example? > Also can somebody provide an example how to name the headers while > publishing the message on the queue and how to re

Message selector example

2012-05-31 Thread Deepthi
Hi, Can somebody please provide me with message selector example? Also can somebody provide an example how to name the headers while publishing the message on the queue and how to read that message using selector and header while consuming asap. Thanks, Deepthi -- View this message in context