Sidebar

How to use a localWorkDirectory with Network Share source nodes?

0 votes
392 views
asked Jan 29, 2016 by rich-c-2789 (16,240 points)

1 Answer

0 votes

This article only applies to versions of QIE prior to .46.  In the .47 version of QIE, use of Apache Camel was removed from the Network Share.  Instead it was replaced with jCIFS-NG.

From the camel jcifs documentation:

"When consuming, a local work directory can be used to store the remote file content directly in local files, to avoid loading the content into memory. This is beneficial, if you consume a very big remote file and thus can conserve memory."

This can be added to the Custom Apache Camel parameters as see below in the screen shot:

For more information see: http://camel.apache.org/jcifs.html

answered Jan 29, 2016 by rich-c-2789 (16,240 points)
edited Jul 15, 2019 by rich-c-2789
...