Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prevent timeout message loss when not using DTC #2924

Merged
merged 6 commits into from
Oct 2, 2015

Conversation

timbussmann
Copy link
Contributor

Who's affected

You might be affected if you are using one of the following transport configurations:

  • RabbitMQ transport
  • Azure transport
  • MSMQ or SQL transport with distributed transactions (DTC) disabled.

and you are using timeouts or deferred messages (e.g. Bus.Defer(...))

Symptoms

When experiencing connectivity issues with the transport there's a chance that a due timeout/deferred message is lost. Therefore the message will never arrive.

What to do if you are affected

We highly recommend to update to the latest patch versions of your NServiceBus and optional persistence and transport packages. For more details see issue #2885

Connects to #2885

@timbussmann timbussmann changed the title fix timeout dispatching [WIP] fix timeout dispatching Sep 25, 2015
@timbussmann timbussmann changed the title [WIP] fix timeout dispatching fix timeout dispatching Sep 28, 2015
@timbussmann timbussmann added this to the 4.5.7 milestone Oct 1, 2015
@timbussmann timbussmann changed the title fix timeout dispatching prevent timeout message loss when not using DTC Oct 1, 2015

var config = Configure.With(types)
//.DefineEndpointName(endpointConfiguration.EndpointName)
.CustomConfigurationSource(configSource)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the commented out code?

andreasohlund added a commit that referenced this pull request Oct 2, 2015
prevent timeout message loss when not using DTC
@andreasohlund andreasohlund merged commit 016af18 into support-4.5 Oct 2, 2015
@andreasohlund andreasohlund deleted the hotfix-4.5.7 branch October 2, 2015 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants