Re: Quartz and enrich seem not to work together...

2013-07-23 Thread roger_rabbit
Claus, thanks for your tip. That was that little thingy I was looking for. I should have read the "noop" option closer... "rtfm" should be my mantra! Roger. -- View this message in context: http://camel.465427.n5.nabble.com/Quartz-and-enrich-seem-not-to-work-together-tp

Re: Quartz and enrich seem not to work together...

2013-07-23 Thread Claus Ibsen
it is still consumed. > > I also tried to use a ConsumerTemplate from a processor to enrich the > exchange with stg like : > > Process(Exchange ex){ > ... > Exchange newEx = > template.receive("file:/my/directory/?fileName=myFile.pair&noop=true"); > ex.

Quartz and enrich seem not to work together...

2013-07-22 Thread roger_rabbit
/my/directory/?fileName=myFile.pair&noop=true"); ex.setIn(newEx); } ... but all the same... So I tried many things and ended up thinking I .. think the wrong way. So any tip here would be welcome. Thanks in advance -- View this message in context: http://camel.465427.n5.nabble.com/Quartz-and-enrich-seem-not-to-work-together-tp5736046.html Sent from the Camel - Users mailing list archive at Nabble.com.