You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2019/06/12 05:05:00 UTC

[jira] [Commented] (CAMEL-13369) enhance message history eip

    [ https://issues.apache.org/jira/browse/CAMEL-13369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16861754#comment-16861754 ] 

Claus Ibsen commented on CAMEL-13369:
-------------------------------------

You can now filter to only do this for step eips etc

                context.setMessageHistory(true);
                context.getMessageHistoryFactory().setNodePattern("step");


> enhance message history eip 
> ----------------------------
>
>                 Key: CAMEL-13369
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13369
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-core, eip
>            Reporter: Luca Burgazzoli
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 3.0.0, 3.0.0.M4
>
>
> The current message history eip is somehow limited as we cannot choose which nodes we want to take into account, as example if one creates routes using the new Step EIP, he may want to get the history to track step related activities only.
> Another additional feature would be to have the message history pattern to keep a copy of the message being produced by the processor under monitor.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)