gpc / jms

JMS integration for Grails.
http://grails.org/plugin/jms
16 stars 28 forks source link

Added possibility to start jms listeners later, e.g. in bootstrap. #7

Closed MayGo closed 10 years ago

MayGo commented 10 years ago

When config.jms.manualStart=true, then add in bootstrap JmsGrailsPlugin.startListeners()

MayGo commented 10 years ago

It would be nicer. But there have to be a way to start that method outside of plugin, like in bootstrap.