how to make until successful as synchronous to retry mechanism for FTP Outbound in mule 3.4.2
问题 I used retry mechanism for outbound FTP by using Untill successful. It is working fine but it is working as asynchronously in mule 3.4.2.I have seen synchronous option is avaliable in 3.5. is it possible to make untill successful scope working as synchronous in 3.4.2 version? if possible could u please provide me the solution? or else any other solution to use retry mechanism for outbound FTP? <until-successful objectStore-ref="objectStore" maxRetries="3" secondsBetweenRetries="1" doc:name=