Hi,

      I have the folowing onException configuration in my camel-context.xml:

        <onException>
            <exception>java.lang.Exception</exception>
            <redeliveryPolicy maximumRedeliveries="2" />
        </onException>

      The route uses the file component for pooling. I expect this to try a
file 3 times and then stop but it actually tries over and over again. I
tried a few variations but none of them seem to work. Any ideas ?


Sorin.

Reply via email to