Hi Thanks for reporting. I have logged a ticket https://issues.apache.org/jira/browse/CAMEL-5729
Next time please use the @user mailing list instead. See here http://camel.apache.org/mailing-lists.html On Mon, Oct 22, 2012 at 12:04 PM, ODarwish <othman.darw...@progressoft.com> wrote: > The file is not deleted if it is submitted to digital signature end point > (crypto: sign), my route DSL is > > <camel:route id="FirstRoute"> > <camel:from uri="file:c:/myfiles?delete=true" /> > <camel:to > > uri="crypto:sign://keystore?keystore=#myKeystore&algorithm=MD5withRSA&alias=eaa16b9f31abebe87b83c6bb1b8d865f_72a333d1-3955-4d20-ac3a-1b4f6a307bbf&password=pass123" > /> > <camel:process ref="myProcessor"></camel:process> > > <camel:to uri="activemq:queue:myQueue" /> > > > > > </camel:route> > > > Although the message (file) successfully submitted to ActiveMQ : myQueue and > I successfully can pull and verify this message signature > > > My environment is : > > Windows 7 64bit > apache-camel-2.10.1 > apache-activemq-5.6.0 > JRE 1.7.0_06 > > Any help please > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/The-file-is-not-deleted-if-it-is-submitted-to-digital-signature-end-point-crypto-sign-tp5721377.html > Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. FuseSource is now part of Red Hat Email: cib...@redhat.com Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen