I'm new to JMS and I am working on setting up ActiveMQ with Tomcat 6 and Spring. I have most of the basic things configured however I'm a little bit ...
You cannot use something like this with error messages because ${error.arguments} will be tracted as a comma-separated string of arguments, and then result in [L1234456@XXXXXXX resolved argument ...
I see that DefaultMessageListenerContainer is a polling based container that sits in an endless loop for receiving messages. Is there an event based container that i can use with my jms ...