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
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.
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
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