Remove nservicebus
article thumbnail

Cancellation in NServiceBus 8

Particular Software

NServiceBus endpoints have always been good at running reliably, but they could have been better at stopping. In NServiceBus 8.0, which is now available , we have introduced support for cooperative cancellation , which will give you greater control over how an NServiceBus endpoint behaves when you need to shut it down.

Code 52
article thumbnail

Increase your system's observability with OpenTelemetry support in NServiceBus

Particular Software

When auditing is enabled, ServiceInsight can visualize the flow of messages across multiple NServiceBus endpoints. OpenTelemetry and NServiceBus Enter OpenTelemetry : a vendor-agnostic, cross-platform, and open-source standard for observability to help standardize how we instrument, collect, and export instrumentation from our applications.

Systems 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

NServiceBus on AWS Lambda

Particular Software

The NServiceBus.AwsLambda.Sqs preview package makes it easier than ever to host NServiceBus endpoints in Amazon Web Services (AWS). NServiceBus provides the infrastructure code not provided by Lambda so that you can write business code and execute it in the Lambda environment. That is where our new AWS Lambda SQS package comes in.

Lambda 52
article thumbnail

Enhancements in NServiceBus Hosting

Particular Software

To support the generic host, we released the NServiceBus.Extensions.Hosting package to make it simple to host NServiceBus within a.NET Core process or ASP. While a massive improvement for easily hosting NServiceBus in a.NET Core process, a few rough edges remained. NET Core web application using the.UseNServiceBus(…) extension method.

C++ 52
article thumbnail

NServiceBus with Azure Functions turns 1.0

Particular Software

NServiceBus support for Microsoft Azure Functions, previously available as a preview package, is turning the big 1.0 Over the past nine months, we’ve been offering NServiceBus support for Microsoft Azure Functions as a Preview. I was surprised by the simplicity of hosting an NServiceBus endpoint in an Azure Function.

Azure 52
article thumbnail

What's new with NServiceBus and Azure Functions

Particular Software

In the newest version of our Azure Functions integration, we’ve used source generators to reduce the boilerplate needed to set up an NServiceBus endpoint on Azure Service Bus down to just a few lines of code. Now, this code is all it takes to write transactionally consistent NServiceBus handlers inside of your Azure Function project.

Azure 52
article thumbnail

Cross-platform integration with NServiceBus native message processing

Particular Software

In that case, you should be able to use C#, RabbitMQ, and a messaging framework like NServiceBus. Native integration NServiceBus required several proprietary headers in early versions, assuming that all messages being processed by NServiceBus were coming from NServiceBus. But we can’t expect Ruby code to set that header.