Re: File Streaming

2009-01-08 Thread Stephen J
that they are properties of the >>>> endpoint. Unknown parameters=[{file=logTest.txt}] >>>> at >>>> org.apache.camel.impl.DefaultComponent.createEndpoint(DefaultComponent.java:95) >>>> at >>>> org.apache.camel.impl.DefaultCamelCo

Re: File Streaming

2009-01-07 Thread Claus Ibsen
Hi Stephen >>>> >>>> The @deprecated stuff might have been wrong in the wiki. The code is >>>> not @deprecated. >>>> >>>> Could you try using it. And let us know if it works nicely. >>>> The code

Re: File Streaming

2009-01-07 Thread Willem Jiang
t is missing. >>> >>> >>> On Wed, Jan 7, 2009 at 2:59 PM, Stephen J >>> wrote: >>>> Is there a way to set up a file source as a stream instead of consuming >>>> the >>>> file? >>>> >>>> I've looked at the file component and it doesn't seem to support this >>>> use. I >>>> also looked at the stream component, but because the file feature of >>>> that >>>> component is deprecated I would be hesitant to use it. >>>> >>>> Basically I'd like something that would be similar to a unix "tail -f" >>>> on a >>>> text file. It would keep the file open, passing any content written by >>>> other >>>> programs through camel processors etc. to other camel defined endpoints. >>>> >>>> Is this possible? >>>> -- >>>> View this message in context: >>>> http://www.nabble.com/File-Streaming-tp21331825s22882p21331825.html >>>> Sent from the Camel - Users mailing list archive at Nabble.com. >>>> >>>> >>> >>> >>> -- >>> >>> /Claus Ibsen >>> Apache Camel Committer >>> Blog: http://davsclaus.blogspot.com/ >>> >>> >> >

Re: File Streaming

2009-01-07 Thread Stephen J
m instead of consuming >>> the >>> file? >>> >>> I've looked at the file component and it doesn't seem to support this >>> use. I >>> also looked at the stream component, but because the file feature of >>> tha

Re: File Streaming

2009-01-07 Thread Stephen J
ny content written by >> other >> programs through camel processors etc. to other camel defined endpoints. >> >> Is this possible? >> -- >> View this message in context: >> http://www.nabble.com/File-Streaming-tp21331825s22882p21331825.html >>

Re: File Streaming

2009-01-07 Thread Claus Ibsen
> programs through camel processors etc. to other camel defined endpoints. > > Is this possible? > -- > View this message in context: > http://www.nabble.com/File-Streaming-tp21331825s22882p21331825.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- /Claus Ibsen Apache Camel Committer Blog: http://davsclaus.blogspot.com/

File Streaming

2009-01-07 Thread Stephen J
to use it. Basically I'd like something that would be similar to a unix "tail -f" on a text file. It would keep the file open, passing any content written by other programs through camel processors etc. to other camel defined endpoints. Is this possible? -- View this message in context: h