gpc / jms

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

2.0.x. Issue #27 about default JMS plugin configuration #28

Closed aulea closed 7 years ago

rlovtangen commented 7 years ago

When upgrading from 2.0.0.M1 to 2.0.0.RC1 in a Grails 3.1.11 application I get "Could not resolve parent bean definition 'standardJmsListenerAdapter'" during startup. These defaults seems to fix that problem.

antoineroux commented 7 years ago

I had the same issue and I would find it useful to have such defaults.

aulea commented 7 years ago

I updated my pull request now with better merge local and default configs. Added also some unit tests to validate it.