I can configure ActiveMQ master/slave failover so that when my active master instance fails, it releases a database lock, then a slave instance grabs the lock and starts processing messages: http://activemq.apache.org/jdbc-master-slave.html
Does this feature support alerts when failover happens, for example I could plug in a class which sends email to an admin when failover occurs?