« Azure Service Bus » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
Aucun résumé des modifications |
|||
Ligne 7 : | Ligne 7 : | ||
* Create namespace: the namespace will be the url use by the service bus | * Create namespace: the namespace will be the url use by the service bus | ||
* Once deployed, go to the newly create service bus namespace → add queue | * Once deployed, go to the newly create service bus namespace → add queue | ||
= Code = | |||
Nuget {{boxx|Azure.Messaging.ServiceBus}} |
Version du 15 décembre 2021 à 15:38
Description
It is a message broker with message queues and publish-subscribe topics.
Configure the service bus on Azure
- Azure portal → Service Bus → Add
- Create namespace: the namespace will be the url use by the service bus
- Once deployed, go to the newly create service bus namespace → add queue
Code
Nuget Azure.Messaging.ServiceBus