Hi, Before Camel 3.1.0 I was able to dump my complete message history with this method:
MessageHelper.dumpMessageHistoryStacktrace(exchange, new
DefaultExchangeFormatter(), false)
According to the change document I try to activate the message history:
@Before
void init() {
context.setMessageHistory(true)
context.start()
}
But when it prints it says: Message History (complete message history is
disabled).
Should this work with CamelTestSupport?
Kind regards,
Remco
