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
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