Hi
I have a FTP component and we have a class OptimerPollStrategy which
implements PollingConsumerPollStrategy, in rollback() method, I am stopping
the consumer as consumer.stop. Also, i want to know the details of the Route
for which this exception had raised. I want to update to some database
tables regarding the status of this process.
My FTP url is :
{0}://{1}@{2}/{3}?password={4}&binary={5}&passiveMode=true&pollStrategy=#optimerPoll&throwExceptionOnConnectFailed=true&maximumReconnectAttempts=0&localWorkDirectory=/tmp&idempotent=true
We can run multiple ftp routes , I want to stop the route and update the
status when exception occurs.
Please help me
Thanks
Nafees
--
View this message in context:
http://camel.465427.n5.nabble.com/Updating-status-when-FTP-connection-fails-tp5715802.html
Sent from the Camel - Users mailing list archive at Nabble.com.