Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
camel-core, eip, jmx
-
None
-
Unknown
Description
Like CAMEL-8525 we should have more ManagedXXXMBean that include statics about the given EIP.
This allows end users to gain even more insight to the various EIPs and how the operate at runtime.
The filter EIP can have
- number of messages filtered
- number of messages not filtered
The CBR could have a break down per predicate which matched
The resequencer could have a statics with which id is currently missing, and the likes
The throttler could have statics about number of messages hold back being throttled currently, and time until next timeslot opens, and so forth
The delayer similar to the throttler, eg number of messages hold back being delated, and time left in the timeslot
The idempotent consumer could have statics about how many idempotent messages arrived, and number of keys in the repo and so forth.
Attachments
Issue Links
- is related to
-
CAMEL-8525 Aggregate - Expose statistics about completed exchanges
- Resolved