Azure Service Bus Adapter

The Azure Service Bus adapter supports accessing queue and topics on the Microsoft Azure Service Bus, a fully managed message broker service on the Microsoft Azure cloud.

The Azure Service Bus adapter supports two modes which is
  • Queue mode: Messages are sent to and received from queues. Queues store messages until the receiving application is available to receive and process them.
  • Pub/Sub mode: Azure Pub/Sub mode provides access to topics and subscriptions in the Azure Service Bus messaging, through which messages can be sent to the subscriptions under the topic and received from the subscriptions.