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 2022/09/26 15:37:00 UTC

[jira] [Created] (CAMEL-18557) camel-core - Total counter on ContextMBean is too high

Claus Ibsen created CAMEL-18557:
-----------------------------------

             Summary: camel-core - Total counter on ContextMBean is too high
                 Key: CAMEL-18557
                 URL: https://issues.apache.org/jira/browse/CAMEL-18557
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
             Fix For: 3.x


from timer:a
  to direct:b

from direct:b
  log  b
  to seda:c

from seda:c
  log c

Given 1 exchange triggered by the timer
then route a, b and c will all says total = 1

and the camel context would say total = 3 (for every route - even if it was the same exchange)




--
This message was sent by Atlassian Jira
(v8.20.10#820010)