Re: Time consuming route starting at FTP endpoint

2015-01-09 Thread neil Stevens
Camel may provide a way to notify the start endpoint it can be released when the message gets to a specific point in the route. Neil On 9 January 2015 at 12:33, Morgan Hautman wrote: > Hi Neil, > > Maybe try to connect via SFTP since there is no data timeout value for it > (under "

Time consuming route starting at FTP endpoint

2015-01-09 Thread neil Stevens
edData") .wiretap("direct:additionalProcessing"); However I keep getting the feeling the above solution would be a misuse of the wiretap EIP. Does any one have any idea what the correct way to do this in Camel would be? Thanks in advance for any advice any one can give me. Neil

Bug in camel URISupport?

2014-08-22 Thread neil Stevens
e its possible that a camel route may consume from an FTP endpoint with a password conatining an '&' symbol. For example if I wanted to connect to my FTP server in passive mode with a password of "Guns&Roses" I would expect the URI to be ftp://neil@myHost/myDir?pas

Re: Camel's use of jsch/java.io

2013-10-01 Thread neil
etter option? Thanks, -neil -- View this message in context: http://camel.465427.n5.nabble.com/Camel-s-use-of-jsch-java-io-tp5740623p5740700.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel's use of jsch/java.io

2013-09-30 Thread neil
be dwarfed by creating a new ssh connection. If that is not the case, is there any other known issue about polling sftp routes? I've googled around and I have not found anything, yet we have seen this half a dozen times over the last few months. Any advice is appreciated! Thanks! -neil -- V

Re: trying to implement rendezvous

2009-03-11 Thread Neil Rutherford
vice messages and so each processing thread will now spawn 5 more threads to process the service messages - all these threads will block while waiting for a response or socket timeout (timeout for client socket is 30 sec) thanks, Neil On 11/03/2009, Claus Ibsen wrote: > Since the control

trying to implement rendezvous

2009-03-10 Thread Neil Rutherford
processor/component, have it load service messages from DB and process them. socket -> rendezvous -> content based router -> submessage processor -> rendezvous -> ... I'm probably not being very clear, so feel free to ask specific questions. thanks, Neil P.S. Rendezvous m