JMS Plugin 0.2 Released

Version 0.2 of the Grails JMS Plugin released. This new version includes some bug fixes and adds support for sending JMS messages.

More details can be found on the Plugin page: http://grails.codehaus.org/JMS+Plugin

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Jan 15, 2008

    Jared Stehler says:

    I am interested in automatically binding an XML message from a queue/topic to my...

    I am interested in automatically binding an XML message from a queue/topic to my domain objects; this became a feature of grails web controllers as of RC2, but I am not sure if this is possible yet in service classes, where the message listener seems to need to go, since it seems to rely on the params object inherent in those controllers. 

    Have I missed something, or is this a feature which is planned for an upcoming release, or something I will have to manually code up? 

  2. Jun 04

    Miles Wilson says:

    I'm also trying to do this! I have been googling for days now trying to find...

    I'm also trying to do this! I have been googling for days now trying to find a solution, was this ever resolved?