outbound « Security « Spring Q&A





1. Retry mechanism for SFTP outbound-channel-adapter    forum.springsource.org

Retry mechanism for SFTP outbound-channel-adapter Hi All, Any ideas on how to implement simple retry mechanism for SFTP adapter? From time to time I'm getting the following exception: Code: Caused by: ...

2. Concurrent file delivery with sftp outbound-channel-adapter?    forum.springsource.org

Concurrent file delivery with sftp outbound-channel-adapter? Can anyone help me figure out what is required in order to configure the sftp outbound-channel-adapter to deliver files asynchronously? I have a simple set ...

3. SFTP outbound channel adapter - delete source files?    forum.springsource.org

You can do this Code: In the above, the input-channel is a synchronous pub-sub with two subscribers. ...

4. Sftp outbound to multiple destinations    forum.springsource.org

Sftp outbound to multiple destinations Hello All, We are writing an application which retrieves from a db product orders on a per client basis and sends each list of orders via ...

5. outbound-gateway with authentication    forum.springsource.org

I need to call a web service from Spring Integration with authentication - Username and Password. I am using an outbound-gateway to contact it. However I cannot set the username or ...

6. 1 Outbound Webservice Gateway, Multiple Credentials    forum.springsource.org

1 Outbound Webservice Gateway, Multiple Credentials Can anyone help, I can't decide the best way to do this. I have a web service that I'm consuming and it's secured via HTTP ...

7. SFTP outbound adapter    forum.springsource.org

Is it possible to configure the sftp outbound adapter to add a "tmp" extension to the remote file name while uploading, and remove the "tmp" when it's done? If it is ...