gpc / jms

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

Patch to fallback to another JMS provider to prevent start-up errors #3

Closed RobertFischer closed 12 years ago

RobertFischer commented 12 years ago

This patch should enable the plugin to fallback to an in-memory JMS server. Currently, if you start up without the JMS running, the whole system crashed.

berngp commented 12 years ago

Thanks @RobertFischer