NServiceBus.AmazonSQS 5.0 - Major release available

Hi everyone,

We’ve just released a new major version of the NServiceBus.AmazonSQS transport package.

What’s new?

This version provides built-in support for the publish-subscribe pattern using Amazon’s Simple Notification Service (SNS), and no longer requires external subscription persistence. For more information, see the documentation.

In addition to the transport, we’ve released a new .NET Core tool, NServiceBus.AmazonSQS.CommandLine, for setting up the required SQS queues, SNS topics/subscriptions, SQS policies for SNS, and the optional S3 buckets for large message support. For information, see the documentation.

How do I migrate?

This release includes a compatibility mode that allows endpoints using the new native publish-subscribe feature to exchange events with endpoints that still rely on message-driven publish-subscribe. Using this compatibility mode allows you to upgrade one endpoint at a time. Read the full upgrade guide for details.

Improvements

  • #426 Support for publish and subscribe with Amazon Simple Notification Service (SNS)

Where to get it

You can install the new version from NuGet.

You can also install the command line tool from NuGet.

With thanks,
The team in Particular

Please read our release policy for more details. Follow @ParticularNews to be notified of new releases and bug fixes.