2013/12/24 salemi <alireza.sal...@udo.edu>: > We have the requirement that if the connection between consumer an AMQ has > been down for 1 hours then we have to take some action in our application. > That is why we need to know if connection between DMLC is down.
I don't know how your app works , but maybe you want to detect when a consumer is unsuscribed for X hours , right ? You may tell us if this is your case and if you use a durable consumer Maybe you can use JMX to monitorize if a durable consumer ends up its subscription Regards