Hi,
We'd like to use RSB to send/receive messages between a web server and an application server that will run a long-running task.
When the long-running task finishes and sends a message back to the web server - how's it picked by RSB? Is there a long-running thread watching the message queue? We're concerned about having long-running tasks on the web server - i.e a thread polling a message queue in this case. If so, are there any other alternatives?
BTW - what are the best practices to notify the client about the completion of the task? It is a Silverlight client.
Thanks and regards.