I am looking for a way to keep running counts of all of the processed
messages. The last part of the camel application is a route that posts the
message to a web service, we need to keep counts of the various responses
so that when the entire process is complete and the application is exiting
it w
We do this by posting an auditing message to Splunk over HTTP. By doing that,
we can not only get counts over a particular timeframe, but we can derive
message rates as well.
> On Jan 25, 2018, at 2:56 PM, Olivier Eymere wrote:
>
> I am looking for a way to keep running counts of all of the
Similar to Quinn's response, but instead of splunk, we stood up a statsd +
graphite server (pretty quick via docker). We're using Spring Boot, so it
was natural to use its metric support with a statsd client to push metrics
to the server over UDP -- very, very little impact to app performance.
Not
Thanks for the responses. I agree that this isn't really something to
expect from a message server. At first I was looking at the metrics
component but it didn't quite match our requirements (e.g. the counter
doesn't persist on restarts afaik). Unfortunately we have a number of
constraints about
Hi Ricardo
Thanks for donating your work to the Apache Camel project. Its great
to see its been just merged.
Keep up the good work, and you are very welcome to keep improving the
component, and as well contribute to other parts of the Camel project.
And maybe when Camel 2.21 is released with the c