Re: Message not getting delivered from FTP to Activemq

2013-08-12 Thread life1style1
Hi, When transferring files from remote FTP if the connection gets hindered due to some reason then is there any way camel takes care of this thing? -- View this message in context: http://camel.465427.n5.nabble.com/Message-not-getting-delivered-from-FTP-to-Activemq-tp5736181p5737183.html Sen

Re: Message not getting delivered from FTP to Activemq

2013-07-24 Thread life1style1
Is there any restriction on the file size? It is not able to poll a file more than 200 M.B in size. Thanks. -- View this message in context: http://camel.465427.n5.nabble.com/Message-not-getting-delivered-from-FTP-to-Activemq-tp5736181p5736247.html Sent from the Camel - Users mailing list arch

Re: Message not getting delivered from FTP to Activemq

2013-07-24 Thread life1style1
Thanks a lot once again. I have used "preMove=inprogress&move=.done" to get rid of redundant polling. -- View this message in context: http://camel.465427.n5.nabble.com/Message-not-getting-delivered-from-FTP-to-Activemq-tp5736181p5736189.html Sent from the Camel - Users mailing list archive at

Re: Message not getting delivered from FTP to Activemq

2013-07-24 Thread life1style1
Thank you so much Claus. It worked for me. Now the issue is that the same file is being polled continuously until the sleep value ends. Any configurations available to avoid this? -- View this message in context: http://camel.465427.n5.nabble.com/Message-not-getting-delivered-from-FTP-to-Acti

Message not getting delivered from FTP to Activemq

2013-07-24 Thread life1style1
Hi All, I am absolutely new to Apache Camel framework. I am trying to route a message from FTP to Activemq. There are no exceptions but the message is not getting delivered in ActiveMQ's queue. I am using the following code : CamelContext context = new DefaultCamel