Camel 中 exception.message 的替代方案

Alternative for exception.message in Camel

当前正在使用以下日志记录:

loggingLevel="ERROR" message="Exception in route while processing message ${exception.message}"/>

正在寻找 exception.message 的替代方案,以便我可以打印整个堆栈跟踪。

你试过了吗exception.stacktrace?自 Camel 2.6 起可用。

文档说: Camel 2.6. Refer to the exception.stracktrace on the exchange. Result is null if no exception set on exchange. Will fallback and grab caught exceptions (Exchange.EXCEPTION_CAUGHT) if the Exchange has any.