Matt Hinze
Matt Hinze
- multiple container support
- examples
I'm not going to advance this, but I won't discourage events in ShortBus. I think it is a common application abstraction that needs to be serviced in many apps. (along...
Besides params arguments, what is the difference between Publish and Send? They both look up a handler and invoke that handler. Is there more to it? Does Publish support multiple...
I agree that there is a meaningful semantic difference. What I'm saying is that the semantics belong to the consuming application, _mediation_ belongs to shortbus. So if we need a...
I think where you are getting hung up is that ShortBus is for in-process, in-application mediation and NSB and MassTransit are for distributed messaging between applications. On Tue, Jan 14,...
Correct. On Tue, Jan 14, 2014 at 10:47 AM, Zachariah Young [email protected]: > So as soon as I starting thinking about putting the message on a queue > it's not...
Please review the referenced PR.. Depending on client consumption patterns Commands could use either Request or Notification (for example, in my API, commands have a result (HTTP 201 w/ Location...
If successful, we return a 204.
PR would be awesome. Thanks On Fri, Sep 26, 2014 at 10:09 AM, kentcooper [email protected] wrote: > Because the UnityDependencyResolver.GetInstances() method is using the > ResolveAll() method of Unity it...