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

https://github.com/nitin27may/azure-service-bus-dotnet

Azure Service Bus (.Net 7) implementation example
https://github.com/nitin27may/azure-service-bus-dotnet

azureservicebus dotnet6 servicebus

Last synced: 6 months ago
JSON representation

Azure Service Bus (.Net 7) implementation example

Awesome Lists containing this project

README

          

# Azure Service Bus Example
Azure Service bus boilerplate.
## Important

Update the Enviornment variables in appsettings.

First object is related to Service Bus connection and 'MailSettings' is used to send emails.

```
"ConnectionStrings": {
"ServiceBus": "",
"QueueName": ""
},
"MailSettings": {
"Mail": "",
"DisplayName": "",
"Password": "",
"Host": "smtp.gmail.com",
"Port": 587
}
```

## Next Todo

Next development

* [x] Implement Service Bus Queue
* [x] Swagger for API Documentation
* [ ] Implement Topics
* [ ] Implment Consumer as separate project
* [ ] Implement Sender and Consumer as part of Azure Functions

## Build with

Describes which version .

| Name | Version |
| ---------- | -------- |
| .Net | v7.x |
| Swagger | v6.4.0 |

## Objective

* Working Sample for Service Bus Queue
* Working Sample for Service Bus Topic
* Get hands on the Messaging Queue