Re: Processed message counters

2018-01-25 Thread Olivier Eymere
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

Re: Processed message counters

2018-01-25 Thread Doug Douglass
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

Re: Processed message counters

2018-01-25 Thread Quinn Stevenson
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

Processed message counters

2018-01-25 Thread Olivier Eymere
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