NServiceBus on AWS SQS - Getting Started | .NET ON AWS | AWS Serverless | Amazon

preview_player
Показать описание
NServiceBus is a messaging framework provided by Particular Software.

NServiceBus makes it quick and easy to send, process, and publish messages across a wide variety of on-premise and cloud-based queuing technologies. With all the low-level serialization, threading, and transaction management handled out of the box, all we need to do is just grab the NuGet package and start building message-driven applications.

In this video, let’s learn how to get started using NServiceBus to send and process commands in a .NET application using AWS SQS as the underlying transport. We will learn how NServiceBus sets up the underlying transport and creates Queues on SQS. We will also explore how to set up Amazon S3 when sending large messages and how NServiceBus automatically uses that to send the message over SQS.

This video is sponsored by NServiceBus and is part of the .NET on AWS Series.

00:00 Introduction
01:34 Key Concepts
04:29 Building application using NService Bus
05:37 Messages Library
10:18 NServiceBus Receiver
15:10 NServiceBus Sender
22:45 SQS Transport
25:15 Sending Large messages
27:26 Configuring S3 bucket
31:23 Multiple Endpoint Receivers

Additional Watching

Come say hi! ✋

#nservicebus #aws #dotnet #microservices
Рекомендации по теме
Комментарии
Автор

Hi Rahul, Good video. You could have explained one error scenario to understand error queue.

sarathisathish
Автор

Thank you for the video Rahul, Could you please also consider making video related to NServiceBus Sagas ?

venkateshb
Автор

Hi Rahul,
Thanks for all the content you are putting for free which is helping us to understand the AWS services,
Can you please also consider making a video on AWS elastic beanstalk :)
Thanks

chetanchaudhari
Автор

Thanks for the video! Waiting for the video about NServiceBus with AWS Lambda!

iliakolobov
Автор

Awesome Rahul! Thank you for introducing useful library.

jhlee