Contact Us 1-800-596-4880

Azure Service Bus Connector 3.0 - Mule 4

Anypoint Connector for Azure Service Bus (Azure Service Bus Connector) makes it easy to build integrations that send messages to and receive messages from Azure Service Bus, which is an asynchronous messaging cloud platform. This connector supports communication with queues and topics and can perform actions such as:

  • Send to queue

  • Send to topic

  • Receive from queue

  • Receive from subscription

To use the Azure management API for CRUD operations of queues, topics, subscriptions, and rules, use Anypoint Connector for Azure Service Bus Management (Azure Service Bus Management Connector).

This connector supports integrations with Azure Service Bus (cloud). It does not work with Microsoft Service Bus (on-premises). To connect with Microsoft Service Bus on-premises, use Anypoint Connector for Microsoft Service Bus.

For compatibility information and fixed issues, see the release notes.

Before You Begin

To use this connector, you must be familiar with:

  • The Azure Service Bus APIs

  • Anypoint connectors

  • Mule runtime engine (Mule)

  • Elements and global elements in a Mule flow

  • How to create a Mule app using Anypoint Studio

Before creating an app, you must have:

  • Access to the Azure target resource

  • Java 8

  • Anypoint Studio 7.1.0 or later

  • Mule Runtime 4.2.x EE or later

Audience

Authentication Types

Azure Service Bus Connector uses the SAS (shared access signature) authentication connection type to connect to Azure.

For information about configuring these authentication types, see Using Anypoint Studio to Configure Azure Service Bus Connector.

Next Step

After you complete the prerequisites and experiment with templates and examples, you are ready to create an app and configure the connector using Anypoint Studio.

View on GitHub