We have consumer on a queue in our project and spring's ScheduledTimerTask
which closes, releases reference on it, then creates and starts a new one
periodically (ones per 6 hours). When application stays idle for a long time
and consumer stays idle too, ConsumerInfo shows number of consumers > 1.
I have failover in my app. But some times it stops.
I use activeMQ version 5.1, boker url is
failover://(ssl://?wireFormat.maxInactivityDuration=-1)?maxReconnectDelay=2000,
transportListener on ActiveMQConnectionFactory and timer task that restarts
listener every 15 mins. And I have in log that Fa