[
https://issues.apache.org/jira/browse/CAMEL-20879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17855951#comment-17855951
]
Claus Ibsen commented on CAMEL-20879:
-------------------------------------
With the new isRemote on endpoint, we could introduce a new counter to count
external incoming exchanges. This would mean a timer/seda would be 0, as they
are internal only. But a kafka/jms would be external and count.
This can give a more correct undersanding of how many messages the Camel
application has received and processed, when you have a mix of timer and routes.
> camel-core - Unique exchange counter
> ------------------------------------
>
> Key: CAMEL-20879
> URL: https://issues.apache.org/jira/browse/CAMEL-20879
> Project: Camel
> Issue Type: Improvement
> Components: camel-core, jmx
> Reporter: Claus Ibsen
> Priority: Major
> Fix For: 4.x
>
>
> We may want to have a total counter for unique exchanges, as an exchange may
> during routing be splitted into sub exchanges, or wire tapped, or what else.
> We should think about how to count unique incoming exchanges.
> This is a ticket created a bit quickly to not forget about to look into this
> and research a bit first.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)