You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Roman (JIRA)" <ji...@apache.org> on 2017/09/21 04:56:00 UTC

[jira] [Created] (CAMEL-11797) CamelMessageHistoryOutputFormat global option ignored for message history

Roman created CAMEL-11797:
-----------------------------

             Summary: CamelMessageHistoryOutputFormat global option ignored for message history
                 Key: CAMEL-11797
                 URL: https://issues.apache.org/jira/browse/CAMEL-11797
             Project: Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 2.19.2
            Reporter: Roman
            Priority: Minor


CamelMessageHistoryOutputFormat global option is used in org.apache.camel.util.MessageHelper#doDumpMessageHistoryStacktrace to print a pretty message history of an exchange. However the format is ignored for all but the first line of the history. This is due to line 585 not using the "resolved" format from the option but the default. I will attach a patch for this.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)