Use Bus.Send (not Publish) from web applications (NServiceBus v3.2.0.0)
问题 We have an asp.net mvc3 application which publishes a number of events. Recently, someone pointed out that we should be sending messages rather than publishing events from the web application and referenced this excellent blog post which makes perfect sense. However, I want to confirm that the points made in the post are still valid for NServiceBus v3.x? Thanks! 回答1: I would imagine that the reasoning behind the post would always hold true, irrespective of the version of NServiceBus. That