Category Archives: Basics

Builtin profiles in NServiceBus

Profiles where introduced in NServiceBus 2.X so this is nothing that is new in 3.0. I’ve blogged about them a while ago but in short they are ways for you to alter the behavior of your endpoint without recompiling your code. This will help you tailor your endpoints for different environments but also controlling things [...]

Also posted in NServiceBus | Comments closed

The difference between messages and messages

Ok that was a confusing title:) In NServiceBus we have 2 different types of messages and that usually confuses people. So lets take a look at the different types, what they should be used for and who should use them. The applicative message This is the type of message that most users think of when [...]

Also posted in NServiceBus | Comments closed