ActiveMessaging is an attempt to bring the simplicity and elegance of Rails development to the world of messaging. Messaging, (or event-driven architecture) is widely used for enterprise integration, with frameworks such as Java's JMS, and products such as ActiveMQ, Tibco, IBM MQSeries etc
0
stars
0
forks
source link
activemessaging does not reconnects subscribed queues on activemq restart #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.
Original issue reported on code.google.com by sandr...@gmail.com on 21 Sep 2010 at 6:53
Original issue reported on code.google.com by
sandr...@gmail.com
on 21 Sep 2010 at 6:53