Re: Conditional Polling Consumer

2016-11-02 Thread Brad Johnson
m > doing > > the right thing :) thank you. > > > > > > > > -- > > View this message in context: http://camel.465427.n5.nabble. > com/Conditional-Polling-Consumer-tp5789604p5789613.html > > Sent from the Camel - Users mailing list archive at Nabble.com. > >

Re: Conditional Polling Consumer

2016-11-02 Thread Quinn Stevenson
AM, cacert wrote: > > I have tried pollEnrich(), it seem to be doing what i want. I hope I am doing > the right thing :) thank you. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Conditional-Polling-Consumer-tp5789604p5789613.html > Se

Re: Conditional Polling Consumer

2016-11-02 Thread cacert
I have tried pollEnrich(), it seem to be doing what i want. I hope I am doing the right thing :) thank you. -- View this message in context: http://camel.465427.n5.nabble.com/Conditional-Polling-Consumer-tp5789604p5789613.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Conditional Polling Consumer

2016-11-01 Thread Quinn Stevenson
Try enrich() http://camel.apache.org/content-enricher.html > On Nov 1, 2016, at 1:30 PM, Kasim Sert wrote: > > I have an apache camel application which runs as three identical services > in production environment for scalability. I want to add ema

Conditional Polling Consumer

2016-11-01 Thread Kasim Sert
I have an apache camel application which runs as three identical services in production environment for scalability. I want to add email server polling to this application using camel-mail api. Since I dont want all these three instances poll the server concurrently, I want to put some locking mec