gpc / jms

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

Support autoStartup #5

Closed jonspalmer closed 3 years ago

jonspalmer commented 11 years ago

This fix addresses the bug described in http://jira.grails.org/browse/GPJMS-15.

The plugin incorrectly starts the listeners in all cases. In fact the autoStartup property controls this already for us so I just removed the 'start' code altogether.

jonspalmer commented 11 years ago

This fix required the previous pull request: https://github.com/gpc/grails-jms/pull/4

berngp commented 11 years ago

Thanks @bostanio, I have not used the plugin in a while now but will go through the changes and get the merge settled by tomorrow (Pacific Time).

ldaley commented 11 years ago

@berngp I'm happy to incorporate this if you're happy with it.

berngp commented 11 years ago

that will be great @alkemist, thanks!

ldaley commented 11 years ago

@bostanio can you please update the docs to describe this change.

rblazquez commented 9 years ago

I am experiencing the same http://jira.grails.org/browse/GPJMS-15. issue.

Is this problem fixed?

Sorry to ask but the pull request history looks confusing.

froilan commented 8 years ago

@alkemist @berngp @bostanio Hi guys, sorry to ask, just wondering why this is not merged yet. The issue still occurs.

ldaley commented 8 years ago

@froilan we are no longer maintaining this code. I suggest forking it and applying the changes.

sbglasius commented 3 years ago

Outdated. Closing it.