github Particular/NServiceBus 5.0.3

latest releases: 9.0.0, 8.2.0, 9.0.0-alpha.10...
9 years ago

As part of this release we had 4 commits which resulted in 2 issues being closed.

Bugs

#2530 When transport is configured via INeedInitialization, it does not work, defaults to MSMQ.

This is an endpoint generated by ServiceMatrix.
It configures the transport in a class that implements INeedInitialization.

public class TransportConfig : INeedInitialization
{
    public void Customize(BusConfiguration config)
    {
        config.UseTransport<NServiceBus.RabbitMQTransport>();
    }
}

Content trimmed. See full issue

#2481 DisableDistributedTransactions should default the ambient transaction to off

Double negative in distributed transaction configuration logic was causing distributed transactions to always be on even when disabled by consumer

Where to get it

You can download this release from nuget

Don't miss a new NServiceBus release

NewReleases is sending notifications on new releases.