Re: AcetiveMQ AJAX in Grail Application

2011-08-17 Thread bdrhoa
Thanks for the input. The plugin actually seems to work OK. I handle handle messages completely on the server side. My problem is that I'm trying to update a jprogress bar to show the progress of a (very) long running process. And it appears that I must use ActiveMQ AJAX to do that. And that's wha

Re: AcetiveMQ AJAX in Grail Application

2011-08-17 Thread Todd Crone
In BuildConfig you will need something like these dependencies: // not sure if this one is needed runtime "org.springframework.integration:spring-integration-core:$springIntegrationVersion" // I think this is needed for JmsTemplate runtime "org.springframework.inte

Re: AcetiveMQ AJAX in Grail Application

2011-08-17 Thread Todd Crone
I would avoid the Grails plugin. It openly admits to not be good for production usage and I have seen these types plugins in Grails that give you nothing but heartache. In my Grails app, I simply configured activemq in resources.groovy. Sample config in resources.groovy: jmsFactory(org.

Re: AcetiveMQ AJAX in Grail Application

2011-08-17 Thread Dejan Bosanac
The best way to connect Grails apps with ActiveMQ is to use http://grails.org/plugin/activemq Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyder/ Bl