Hi,
This is more like an ActiveMQ question, but it seems that I have no luck getting a reply on their mailing list, so I'm trying here (pretty desperate :-)
Is anyone using ActiveMQ+Spring? ActiveMQ developers claim they integrate with Spring pretty nicely but I stumbled upon a showstopper.
Basically, in my simple test, broker is started within the VM but it shuts down after exactly 60 seconds (runtime exception occurs).
More details, with my configuration, log file etc. are available here:
http://permalink.gmane.org/gmane.com...vemq.user/1298
So, if anyone would read it and suggest where to look, I'd really appreciate it.
My idea is to have a simple messaging system within VM in order to send 200 OK http response as soon as possible, since request data processing could take a while, and the http requestor is not interested in the reply anyway.
Cheers,
Davor


Reply With Quote