Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Can Camel process PGP files which would exceed available JVM memory?

$
0
0
We are looking at mule and camel and one feature which seemed promising in
Camel was the PGP component. My simple tests seem to indicate that when
decrypting a file, the entire contents are read into memory. We deal with
huge files and it was pretty easy for me to produce an OutOfMemory
exception.

I am low on the Camel learning curve, but from what I have seen so far, the
pgp component does not stream. Ideally I would like to write a custom bean
which is given an InputStream which contains the decrypted pgp file
contents. Is this possible?

Dave

Viewing all articles
Browse latest Browse all 5648

Trending Articles