ConsumerInfo shows wrong number of consumers

2009-02-09 Thread O.Yaromchik
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.

FailoverTransport stops unexpectedly and message listener doesn't receive messages

2009-01-21 Thread O.Yaromchik
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