Re: Route question

2011-11-01 Thread boday
ill run out of file descriptors > > Thanks > - Ben O'Day IT Consultant -http://consulting-notes.com -- View this message in context: http://camel.465427.n5.nabble.com/Route-question-tp4946967p4956560.html Sent from the Camel - Users mailing list archive at Nabble.com.

Route question

2011-10-28 Thread johnston73
ile descriptors Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Route-question-tp4946967p4946967.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Route Question

2011-04-07 Thread Claus Straube
-- View this message in context: http://camel.465427.n5.nabble.com/Route-Question-tp4281861p4286838.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Route Question

2011-04-06 Thread jpalmer1026
snippet (I didn't see any tags to surround it with) but here it is again: -- View this message in context: http://camel.465427.n5.nabble.com/Route-Question-tp4281861p4286838.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Route Question

2011-04-06 Thread Claus Straube
e is as follows: Thanks. -- View this message in context: http://camel.465427.n5.nabble.com/Route-Question-tp4281861p4286606.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Route Question

2011-04-06 Thread jpalmer1026
hanks. -- View this message in context: http://camel.465427.n5.nabble.com/Route-Question-tp4281861p4286606.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Route Question

2011-04-06 Thread Claus Straube
Is there a way to do this with Camel? -- View this message in context: http://camel.465427.n5.nabble.com/Route-Question-tp4281861p4286385.html Sent from the Camel - Users mailing list archive at Nabble.com. -- claus straube __ phone+49-89-38157

Re: Route Question

2011-04-06 Thread Claus Ibsen
ter=#myFilter And then implement the interface org.apache.camel.component.file.GenericFileFilter in MyFilterBean. And return true|false to accept the file or not. > -- > View this message in context: > http://camel.465427.n5.nabble.com/Route-Question-tp4281861p4286385.html > Sent from the Camel - U

Re: Route Question

2011-04-06 Thread jpalmer1026
Does that make sense? Is there a way to do this with Camel? -- View this message in context: http://camel.465427.n5.nabble.com/Route-Question-tp4281861p4286385.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Route Question

2011-04-04 Thread Christian Müller
You can combine the content based router [1] and the simple language [2] to something like: from("seda:a") .choice() .when(simple("${header.CamelFileName} regex 'foo.*'")) .to("seda:b") .when(simple("${header.CamelFileName} re

Re: Route Question

2011-04-04 Thread Claus Straube
ileNameFromExternalFile' -- View this message in context: http://camel.465427.n5.nabble.com/Route-Question-tp4281861p4281861.html Sent from the Camel - Users mailing list archive at Nabble.com.

Route Question

2011-04-04 Thread jpalmer1026
following? ${header.CamelFileName} regex 'fileNameFromExternalFile' -- View this message in context: http://camel.465427.n5.nabble.com/Route-Question-tp4281861p4281861.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Route question

2011-03-24 Thread balajiu
Willem, Thank you for the information. Do you have any example I can refer to? Please let me know. Balaji -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Route-question-tp4258757p4263013.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Route question

2011-03-24 Thread Willem Jiang
r?filter=#FileFilter&move=//c:///servicemix///archive///${file:onlyname}-${date:now:MMdd}") .split().method("SplitterBean", "splitBody").to("activemq:producer").to("bean:updateQueueProcessor") .end(); Thank you, Balaji -- View this m

Camel Route question

2011-03-23 Thread balajiu
-- View this message in context: http://camel.465427.n5.nabble.com/Camel-Route-question-tp4258757p4258757.html Sent from the Camel - Users mailing list archive at Nabble.com.