Getting Started
NServiceBus
Transports
Persistence
ServiceInsight
ServicePulse
ServiceControl
Monitoring
Previews
Samples

Upgrade Version 8 to 9

Component: NServiceBus

SendOptions changes

In NServiceBus version 8 and earlier, the indication that a message was marked for immediate dispatch was provided by SendOptions.RequiredImmediateDispatch(). In version 9, this method has been renamed to SendOptions.IsImmediateDispatchSet().

DataBus interface changes

Starting with NServiceBus version 8, it is mandatory to provide a serializer to the data bus configuration API. The BinaryFormatterDataBusSerializer has been removed and SystemJsonDataBusSerializer is the default option that's built-in.


Last modified