Hi, I think you made a mistake of the route configure code and the processor code. The Java DSL which you used to define the route is just a configuration code, it tell camel to build the route as you want, they are not the processing code which camel uses in the runtime.
If you want to camel context call the encryption code of GPG, you can consider to use Bean[1]or implement your customer Processor[2] to do the job at runtime. [1]http://camel.apache.org/bean.html [2]http://camel.apache.org/processor.html Willem -- View this message in context: http://camel.465427.n5.nabble.com/GPG-encryption-in-camel-2-8-3-tp5448999p5449388.html Sent from the Camel - Users mailing list archive at Nabble.com.
