Hello
I'm doing some testing with Spring and ActiveMQ, so far everything is ok. I am following this tutorial http://remark.wordpress.com/articles...-and-activemq/ and was wondering if I have and after receiving a message, process and return a message to anyone who asked.

App 1 send message to process report
App 2 read this message and process report
App 2 send message with status report
App 1 recieve this message and show to the user

Thanks