PDA

View Full Version : Request and Response



marcioalthmann
05-02-2011, 04:46 PM
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/messaging-with-net-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