I have a camel route that needs to delete a file over CIFS. For the most part it works, but occasionally, I get a timeout from the CIFS server. jcifs.smb.SmbException: Transport1 timedout waiting for response to SmbComDelete[command=SMB_COM_DELETE,received=false,errorCode=0,flags=0x0018,flags2=0xC803,signSeq=0,tid=1,pid=20925,uid=100,mid=327,wordCount=1,byteCount=77,searchAttributes=0x0006,fileName=\out\LAW_20170503133623_INC01-205.xml] Searching online, I found one suggestion for CIFS in general is to increase the socket timeout. Is this possible to do from within Camel?
-- View this message in context: http://camel.465427.n5.nabble.com/jCIFS-timeout-settings-tp5799114.html Sent from the Camel - Users mailing list archive at Nabble.com.