[ 
https://issues.apache.org/jira/browse/CAMEL-11792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Himanshu Mittal updated CAMEL-11792:
------------------------------------
    Description: 
When we have {{tempFilename}} in camel uri and we use producer template to 
write file to remote ftp location , camel opens new connection for every file 
transfer. Though disconnect option is set to false in uri.
If we take out tempFilename from uri connections are reused

We can verify it by running attached sample. 
Check the connections made from camel server to ftp server . Fire {{netstat 
-an|grep 10.80.14.56|wc -l]] 
- When we have tempFileName in uri it will show 1 connection per file transfer
- Without tempFileName it will show only 1 connection for all files transfer.

  was:
When we have {{tempFilename}} in camel uri and we use producer template to 
write file to remote ftp location , camel opens new connection for every file 
transfer. Though disconnect option is set to false in uri.
If we take out tempFilename from uri connections are reused


> New ftp connection for each file transfer with tempFileName option in URI
> -------------------------------------------------------------------------
>
>                 Key: CAMEL-11792
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11792
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-ftp
>    Affects Versions: 2.19.2
>            Reporter: Himanshu Mittal
>         Attachments: TestFTPConnection.java
>
>
> When we have {{tempFilename}} in camel uri and we use producer template to 
> write file to remote ftp location , camel opens new connection for every file 
> transfer. Though disconnect option is set to false in uri.
> If we take out tempFilename from uri connections are reused
> We can verify it by running attached sample. 
> Check the connections made from camel server to ftp server . Fire {{netstat 
> -an|grep 10.80.14.56|wc -l]] 
> - When we have tempFileName in uri it will show 1 connection per file transfer
> - Without tempFileName it will show only 1 connection for all files transfer.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to