Notify / publish - send to all subscribers from the ownerSend - send to the owner.
On Sat, Jun 13, 2009 at 8:07 PM, Simone Busoli <[email protected]>wrote: > I'm late and trying to catch up with old threads now that I started using > RSB. > I have not clear why the first scenario is not correct while the second is, > can anyone expand on this? > > On Tue, Jan 20, 2009 at 03:27, chrisortman <[email protected]> wrote: > >> What I was doing was in my web app, user clicks submit order and then >> the controller would Notify(OrderSubmitted) and then there might be >> any number of handlers that would deal with the submitted order. I was >> using notify because I thought that the correct way to express that >> there could be N handlers for the particular message. But what I >> should be doing is in my controller doing a Send(OrderSubmitted) and >> then have my consumer for that publish a different message? >> > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
