servlet event based file consuming using file component

2013-04-04 Thread praveenbillampati
gone through below link, but I don't get any implementation clue. https://issues.apache.org/jira/browse/CAMEL-3655 Can some one please help me in implementing this. Thanks Praveen -- View this message in context: http://camel.465427.n5.nabble.com/servlet-event-based-file-consuming-using

Re: servlet event based file consuming using file component

2013-04-08 Thread praveenbillampati
Hi All, Any idea on this? Thanks Praveen -- View this message in context: http://camel.465427.n5.nabble.com/servlet-event-based-file-consuming-using-file-component-tp5730356p5730503.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: servlet event based file consuming using file component

2013-04-08 Thread Chris Geer
at you are trying to do. > Thanks > Praveen > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/servlet-event-based-file-consuming-using-file-component-tp5730356p5730503.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: servlet event based file consuming using file component

2013-04-08 Thread Christian Müller
Can you use the consumer template? Sent from a mobile device Am 08.04.2013 16:08 schrieb "praveenbillampati" : > Hi All, > > Any idea on this? > > Thanks > Praveen > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com

Re: servlet event based file consuming using file component

2013-04-09 Thread praveenbillampati
We are using file consumer template, but file consumer by default polls the directory, but we need to prevent the continuous polling and look for the file only when we ask it to do. -- View this message in context: http://camel.465427.n5.nabble.com/servlet-event-based-file-consuming-using

Re: servlet event based file consuming using file component

2013-04-09 Thread praveenbillampati
$Http11ConnectionHandler.process(Http11Protocol.java:588) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) at java.lang.Thread.run(Thread.java:619)/ -- View this message in context: http://camel.465427.n5.nabble.com/servlet-event-based-file-consuming-using-file

Re: servlet event based file consuming using file component

2013-04-10 Thread praveenbillampati
response is not the file body. Thanks Praveen -- View this message in context: http://camel.465427.n5.nabble.com/servlet-event-based-file-consuming-using-file-component-tp5730356p5730651.html Sent from the Camel - Users mailing list archive at Nabble.com.