0

Can any one help me out in achieving retry mechanism for Mule SFTP outbound-end point for one-way MEP .

Mohan
  • 520
  • 4
  • 16

1 Answers1

0

Reconnection strategy is configured on the SFTP connector: it reconnects the connector and inbound endpoints.

Outbound endpoints are automatically reconnected.

If you are asking about retrying outbound operations in case of failure, you have two options:

David Dossot
  • 33,403
  • 4
  • 38
  • 72
  • Thanks David for your reply. Sorry i was wrong with re-connection, i was looking for a retry mechanism for sftp outbound end one way.In mule sftp transport mechanism documentation it was mentioned it sftp doesn't support retry. I was looking for any alternative approach to achieve it. – Mohan May 15 '14 at 03:53
  • Then I've extended my answer :) – David Dossot May 15 '14 at 14:17