Sunday, June 15, 2008 5:51 PM
Message Handlers
So having been working on a small app using Mass Transit 0.2 I am trying to come to grips with how I want message handlers to be named and used. Do I call them consumers, do I call them handlers? What about some of the things Grey Young has been saying about message handlers being actual objects? I want to think about these things like MonoRail Controllers but I am not sure that is the best way to think of them. They stay around for one message and process that message then go away, which seems like a controller. However, if we are sending to domain objects, then they are going to have state which I think is bad.
hmmmm.. thoughts?