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.
- Host: GitHub
- URL: https://github.com/gtmoose32/moosesoft-azure-servicebus
- Owner: gtmoose32
- License: mit
- Created: 2019-07-04T00:34:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-21T03:54:16.000Z (about 4 years ago)
- Last Synced: 2025-03-25T02:49:13.076Z (7 months ago)
- Topics: amq, azure-service-bus, backoff, delay, messaging, service-bus, servicebus
- Language: C#
- Homepage:
- Size: 142 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Moosesoft.Azure.Servicebus
[](https://gtmoose.visualstudio.com/Mathis%20Home/_build/latest?definitionId=10)
[](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/).