Re: Reliably calculate time spent in broker

2013-07-31 Thread kristof sajdak
Hi Dejan, The solution you are proposing is very elegant, however I don't think we can make it work in our situation. In our current setup the monitoring/alert software polls an HTTP REST endpoint on the application, which in turn executes some internal checks and returns health status informatio

Re: Reliably calculate time spent in broker

2013-07-30 Thread kristof sajdak
Hi Dejan, The solution you are proposing is very elegant, however I don't think we can make it work in our situation. In our current setup the monitoring/alert software polls various application http endpoints, which in turn execute some internal checks and return some status information in json.

Re: Reliably calculate time spent in broker

2013-07-25 Thread kristof sajdak
Hi Dejan, Thanks for your reply. I had a look at the plugin feature and I agree it could be a viable solution. However it does seem that I have to take extra considerations into account to make the solution robust. If I keep the message timings in memory similar to the other plugin implementati

Reliably calculate time spent in broker

2013-07-24 Thread kristof sajdak
Hi, I'm currently working on a project which uses AMQ to implement fire-and-forget scenarios. The producer sends a persistent message to the broker, a transactional consumer which is configured with maximumRedeliveries = -1 processes the message. If the listener attached to the consumer encoun