github Particular/NServiceBus 5.0.1

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

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

Bugs

#2451 Callback doesn't contain message

Response message can now be accessed from callback.

This bug affect version 5 only.

In prior versions it was possible to access the reply message from a callback, this seem to be broken in v5.

The following acceptance test passes against v4.6 but fails for v5:

public class When_using_callback_to_get_message : NServiceBusAcceptanceTest
{
    [Test]

Content trimmed. See full issue

#2446 Saga with both IAmStartedByMessages and IHandleTimeouts for same message causes timeout to fire for empty saga

Messages handled by a saga that contains a explicit saga id should not be allowed to create a new saga if the given saga can't be found in storage. The saga loader has now been modified to check for the existence of the saga id header and also check that the message is directed to the specific saga by comparing the saga type with the saga type header.

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.