Hi Wanted to ask, what would be a reason to explicitly call rollback() in an onException().
For example, would this make sense? .onException(Exception.class).rollback().end() I'm under the expression above line could just be left out, as Camel anyway lets the exception up and that will cause the transaction to roll back.
