New issue 56 by sandrods: activemessaging does not reconnects subscribed
queues on activemq restart
http://code.google.com/p/activemessaging/issues/detail?id=56
What steps will reproduce the problem?
1. create an app that Subscribe to a queue
2. start poller
3. Restart ActiveMQ
What is the expected output? What do you see instead?
In the Queues list of ActiveMQ web console, there should be consumer listed
to the queue.
But after the restart, the consumer (my activemessaging app) does not shows
up.
What version of the product are you using? On what operating system?
activemessaging 0.7.1 gem
gentoo linux
rails 2.3.2
Please provide any additional information below.