An open API service indexing awesome lists of open source software.

https://github.com/gtmoose32/moosesoft-azure-servicebus

Moosesoft.Azure.Servicebus is a .Net Standard 2.0 library that extends the functionality of Microsoft.Azure.Service.
https://github.com/gtmoose32/moosesoft-azure-servicebus

amq azure-service-bus backoff delay messaging service-bus servicebus

Last synced: 15 days ago
JSON representation

Moosesoft.Azure.Servicebus is a .Net Standard 2.0 library that extends the functionality of Microsoft.Azure.Service.

Awesome Lists containing this project

README

          

# Moosesoft.Azure.Servicebus
[![Build status](https://gtmoose.visualstudio.com/Mathis%20Home/_apis/build/status/Moosesoft.Azure.ServiceBus%20-%20CICD)](https://gtmoose.visualstudio.com/Mathis%20Home/_build/latest?definitionId=10)
[![nuget](https://img.shields.io/nuget/v/Moosesoft.Azure.ServiceBus.svg)](https://www.nuget.org/packages/Moosesoft.Azure.ServiceBus/)

## What is it?

Moosesoft.Azure.Servicebus is a .Net standard library that extends the functionality of [Microsoft.Azure.ServiceBus](https://www.nuget.org/packages/Microsoft.Azure.ServiceBus/) by adding failure policies to automatically handle any message processing failures. Failure policies can be configured to use different back off delay strategies for resending messages back to originating queues/topics.

For more information please visit the [wiki](https://github.com/gtmoose32/moosesoft-azure-servicebus/wiki).

## Installing Moosesoft.Azure.Servicebus

```
dotnet add package Moosesoft.Azure.Servicebus
```

## Samples

Working samples for [Azure Function](https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-service-bus-trigger?tabs=csharp) and .Net Core console app can be [here](https://github.com/gtmoose32/moosesoft-azure-servicebus/tree/master/samples/).