Hi, I've got some questions about RSB
1. The public interface of IServiceBus is associated with a single
Endpoint. Is endpoint the same thing as queue? If so, does each
ServiceBus instance correspond to different queue?
2. What are the exact semantiscs of Notify and Publish methods of
IServiceBus? I understand that they publish a message to the local
endpoint, so only local subscribers will receive that message. Is it
true?
3. Why are subscriptions stored in a local queue? Are they persistent
somehow? If so, how does it work and how the framework will handle
subscriber process failure and restart?
4. Suppose we Send a message and the message handler sends a response.
What happens if message processing takes a long time - for example
several days. Are we still able to get the response? What if the
sender process goes down in the meantime?
5. Is there any developer documentation of RSB?

Thanks
Rafal

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rhino-tools-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to