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

Re: Message not getting delivered from FTP to Activemq

2013-07-24 Thread Claus Ibsen
, life1style1 wrote: > 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

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

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 mailin

Re: Message not getting delivered from FTP to Activemq

2013-07-24 Thread Claus Ibsen
able to avoid this? > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Message-not-getting-delivered-from-FTP-to-Activemq-tp5736181p5736185.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - Red

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

Re: Message not getting delivered from FTP to Activemq

2013-07-24 Thread Claus Ibsen
; I have used the following: > from("activeMQ:queue:EIGIN").to("ftp://myftpserver/myFILES/?password=secret";); > > Please let me know what I am missing. > > Thanks in advance. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.

Message not getting delivered from FTP to Activemq

2013-07-24 Thread life1style1
message from ActiveMq to FTP its working fine. I have used the following: from("activeMQ:queue:EIGIN").to("ftp://myftpserver/myFILES/?password=secret";); Please let me know what I am missing. Thanks in advance. -- View this message in context: http://camel.465427.n5.n