|
DefaultErrorListener currently provides a stack trace associated with errors/faults, but does not provide any context about the invocation in process. It would be really nice if we could add the fields from MessageTrace (see SWITCHYARD-1477) as a header to the exception output. No need to print message content at this point, just the other headers and context.
Something like:
Consumer ->
Provider ->
Operation ->
MEP ->
Exchange Context ->
Messsage Context ->
DefaultErrorListener is in core/bus/camel.
|