Whether to include the message body of file based messages.
Whether to include the message body of stream based messages.
To limit the message body to a maximum size in the traced message.
Allows to pre-configure breakpoints (node ids) to use with debugger on startup.
DebuggerConfigurationProperties.withEnabled(boolean enabled)
Enables Debugger in your Camel application.
Fallback Timeout in seconds (300 seconds as default) when block the message processing in Camel.
Trace messages to include exception if the message failed
Whether to include the exchange properties in the traced message
Whether to include the exchange variables in the traced message
Whether to create JMX connector that allows tooling to control the Camel debugger.
Port number to expose a JMX RMI connector for tooling that needs to control the debugger.
DebuggerConfigurationProperties.withLoggingLevel(org.apache.camel.LoggingLevel loggingLevel)
The debugger logging level to use when logging activity.
In single step mode, then when the exchange is created and completed, then simulate a breakpoint at start and
end, that allows to suspend and watch the incoming/complete exchange at the route (you can see message body as
response, failed exception etc).
DebuggerConfigurationProperties.withStandby(boolean standby)
To set the debugger in standby mode, where the debugger will be installed by not automatic enabled.
Whether the debugger should suspend on startup, and wait for a remote debugger to attach.