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
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
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.
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