Hi,
I use SimpleMessageListenerContainer to drive my message bean with spring 2.5.4. The SimpleMessageListenerContainer with this version claimed it support connection auto recovery. However, I test this feature with my activemq server. I found the message bean never received message from activemq after the activemq server is shutdown and restarted.
Do I need add any additional configuration to enable the auto recovery mechanism?