Abdulrazak-Alkl / activemessaging

Automatically exported from code.google.com/p/activemessaging
0 stars 0 forks source link

activemessaging does not reconnects subscribed queues on activemq restart #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by sandr...@gmail.com on 21 Sep 2010 at 6:53