article thumbnail

Introducing the new Azure Service Bus transport for.NET Core

Particular Software

Today we’re releasing the new Azure Service Bus transport, which is fully compatible with NServiceBus 7 and.NET Core. You will now be able to run NServiceBus endpoints using Azure Service Bus anywhere. With this news, we’re rebranding the previous transport as the “legacy” Azure Service Bus transport.

article thumbnail

What's new with NServiceBus and Azure Functions

Particular Software

Do you think Azure Functions are pretty great? Do you hate boilerplate code? 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. Yeah, us too.

Azure 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

Support for Azure Functions

Particular Software

Microsoft Azure Functions provide a simple way to run your code in the Azure Cloud. They are easy to deploy, scale automatically, and provide many out-of-the-box ways to trigger your code. Rather than pay for an entire virtual machine, you only pay for compute while your code is being executed.

Azure 52
article thumbnail

MSMQ is dead

Particular Software

It is preceded in death by Windows Communication Foundation and Windows Workflow Foundation, and survived by Azure Queues and Azure Service Bus. The first thing you'll need to do is select an alternate message transport. So, why not attempt to use that to create a.NET Core version of the NServiceBus MSMQ transport?

article thumbnail

Updates in ServiceControl 4.13

Particular Software

In ServiceControl 4.13, we’ve made updates that make saga auditing more useful, provide better support for Azure Service Bus, simplify license management, and make it easier to keep ServiceControl up to date. When using Azure Service Bus as the transport, a topic (named bundle-1 by default) is used for these pub/sub operations.

Azure 52
article thumbnail

Plan Your Multi Cloud Strategy

Scalegrid

Adopting Infrastructure as Code (IaaC) makes transitioning to a multi-cloud architecture more efficient, allowing streamlined setup processes. Employing tools like: Terraform Apache OpenStack Kubernetes OpenShift Azure Arc Google Anthos are essential for deploying multi-cloud environments efficiently.

Strategy 130
article thumbnail

Microsoft's new SQL client is here!

Particular Software

This is especially true in the cloud with services such as Azure SQL Database that tend to update very often. NServiceBus.Transport.SqlServer is a new package that contains the same code, but uses the new Microsoft.Data.SqlClient package. Update Cycles Have you noticed that database servers are getting more frequent updates?