4.3.0 and later
Azure Service Bus Connector Release Notes
Support Category: Select
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
3.6.0
January 9, 2026
What’s New
-
The connector now uses the
azure-identitylibrary for authentication, replacing manual token handling. This provides built-in token caching and automatic refresh. -
The Message Listener source now supports the new Enable Auto Lock Renewal field. Use this field to specify whether the source should automatically renew message locks, preventing lock expiration during long-running message processing.
-
The connector now uses the built-in Azure Service Bus exponential backoff mode for its retry behavior. This replaces custom retry logic with a standardized approach that automatically increases wait times between attempts, providing better connection stability during service interruptions or high-load periods.
-
The Minimum Retry Backoff field for the Shared Access Signature and Azure Active Directory connection types is now set to a default of 1 second. This must be a positive integer and setting it to zero results in ineffective retry behavior.
-
The Increased Wait On Server Busy and Increased Wait On Server Busy Time Unit fields are deprecated and no longer supported for Shared Access Signature and Azure Active Directory connection types. These behaviors are now fully managed by the Azure Service Bus Java SDK.
-
The new Azure Service Bus Java SDK v7.17.16 produces more detailed background logs. To keep your application logs clean, add
<AsyncLogger name="com.azure.core.amqp" level="ERROR"/>to yourlog4j2.xmlconfiguration to suppress excessive AMQP debug information.
Compatibility
| Application/Service | Version |
|---|---|
Mule |
|
Azure Service Bus Java SDK |
7.17.16 |
Microsoft Authentication Library for Java |
1.16.2 |
OpenJDK |
8, 11, and 17 |
3.5.2
November 21, 2025
Compatibility
| Application/Service | Version |
|---|---|
Mule |
4.3.0 and later |
Azure Service Bus Java SDK |
3.6.7 |
Microsoft Authentication Library for Java |
1.16.2 |
OpenJDK |
8, 11, and 17 |
Fixed Issues
| Issue Resolution | ID |
|---|---|
The |
W-20146653 |
3.5.1
September 24, 2025
Compatibility
| Application/Service | Version |
|---|---|
Mule |
4.3.0 and later |
Azure Service Bus Java SDK |
3.6.7 |
Microsoft Authentication Library for Java |
1.16.2 |
OpenJDK |
8, 11, and 17 |
Fixed Issues
| Issue Resolution | ID |
|---|---|
The |
W-19602619 |
The |
W-19602619 |
3.5.0
September 7, 2025
What’s New
-
Azure Service Bus Connector now supports session-aware queues. This feature adds the Message Session Id field to the Message Listener source, and renames the Session Id field to Message Session Id in the Send operation. For an example about how to use this feature, see Send and Receive Messages Using Session IDs for Session-Aware Queues Example.
Compatibility
| Application/Service | Version |
|---|---|
Mule |
4.3.0 and later |
Azure Service Bus Java SDK |
3.6.7 |
Microsoft Authentication Library for Java |
1.16.2 |
OpenJDK |
8, 11, and 17 |
3.4.3
June 26, 2025
Compatibility
| Application/Service | Version |
|---|---|
Mule |
4.3.0 and later |
Azure Service Bus Java SDK |
3.6.7 |
Microsoft Authentication Library for Java |
1.16.2 |
OpenJDK |
8, 11, and 17 |
Fixed Issues
| Issue Resolution | ID |
|---|---|
These libraries are upgraded to address reported security vulnerabilities:
|
W-18647584 |
3.4.2
May 17, 2025
Compatibility
| Application/Service | Version |
|---|---|
Mule |
4.3.0 and later |
Azure Service Bus Java SDK |
3.6.7 |
Microsoft Authentication Library for Java |
1.16.2 |
OpenJDK |
8, 11, and 17 |
Fixed Issues
| Issue Resolution | ID |
|---|---|
The outdated dependency versions are upgraded to address reported security vulnerabilities. |
W-18291109 |
3.4.1
August 12, 2024
Compatibility
| Application/Service | Version |
|---|---|
Mule |
4.2.1 and later |
Azure Service Bus Java SDK |
3.6.7 |
Microsoft Authentication Library for Java |
1.16.2 |
OpenJDK |
8, 11, and 17 |
Fixed Issues
| Issue Resolution | ID |
|---|---|
The Receive Batch operation no longer prefetches messages to prevent retrieving messages that might never be read. |
W-16325071 |
The |
W-14052254 |
The following libraries are upgraded to address reported security vulnerabilities:
|
W-14462875 |
3.4.0
June 25, 2024
What’s New
-
Use the new Azure endpoint field to construct the complete URL that the connector uses to establish a connection.
Compatibility
| Application/Service | Version |
|---|---|
Mule |
4.2.1 and later |
Azure Service Bus Java SDK |
3.6.5 |
Microsoft Authentication Library for Java |
1.11.0 |
OpenJDK |
8, 11, and 17 |
Fixed Issues
| Issue Resolution | ID |
|---|---|
The following libraries are upgraded:
|
W-15747087 |
3.3.0
May 31, 2024
Compatibility
| Application/Service | Version |
|---|---|
Mule |
4.2.1 and later |
Azure Service Bus Java SDK |
3.6.5 |
Microsoft Authentication Library for Java |
1.11.0 |
OpenJDK |
8, 11, and 17 |
Fixed Issues
| Issue Resolution | ID |
|---|---|
The debug logging is now improved. |
W-15613142 |
The connector now sends the correct |
W-15829526 |
The connector now allows disabling the producers (senders) cache. |
W-15861141 |
The connector now allows to set additional backoff time whenever there is a |
W-15846020 |
3.2.8
February 6, 2024
What’s New
-
This connector is now compatible with Java 17.
Compatibility
| Application/Service | Version |
|---|---|
Mule |
4.2.1 and later |
Azure Service Bus Java SDK |
3.6.5 |
Microsoft Authentication Library for Java |
1.11.0 |
OpenJDK |
8, 11, and 17 |
3.2.7
September 19, 2023
What’s New
-
The okio version 3.4.0 dependency was added.
The following dependencies are upgraded:
-
json-smart 2.4.7 to 2.4.9
-
netty-handler 4.1.48.Final to 4.1.94.Final
-
okhttp3 4.9.2 to 4.11.0
Fixed Issues
| Issue Resolution | ID |
|---|---|
The following dependencies are upgraded:
|
W-14067647 |
The okio version 3.4.0 dependency was added. |
W-14067647 |
Compatibility
| Application/Service | Version |
|---|---|
Mule |
4.2.1 and later |
Azure Service Bus Java SDK |
3.6.5 |
Microsoft Authentication Library for Java |
1.11.0 |
OpenJDK |
8 and 11 |
3.2.6
July 19, 2023
Compatibility
| Application/Service | Version |
|---|---|
Mule |
4.2.1 and later |
Azure Service Bus Java SDK |
3.6.5 |
Microsoft Authentication Library for Java |
1.11.0 |
OpenJDK |
8 and 11 |
Fixed Issues
| Issue Resolution | ID |
|---|---|
The correlation ID of the received message now matches the correlation ID of the flow. |
W-13569728 |
3.2.5
June 8, 2023
Compatibility
| Application/Service | Version |
|---|---|
Mule |
4.2.1 and later |
Azure Service Bus Java SDK |
3.6.5 |
Microsoft Authentication Library for Java |
1.11.0 |
OpenJDK |
8 and 11 |
Fixed Issues
| Issue Resolution | ID |
|---|---|
Upgraded the Netty Codec library from io.netty:netty-codec:4.1.68.Final to io.netty:netty-codec:4.1.92.Final. |
W-12665448 |
3.2.4
April 28, 2023
Compatibility
| Application/Service | Version |
|---|---|
Mule |
4.2.1 and later |
Azure Service Bus Java SDK |
3.6.5 |
Microsoft Authentication Library for Java |
1.11.0 |
OpenJDK |
8 and 11 |
Fixed Issues
| Issue Resolution | ID |
|---|---|
Upgraded the Jackson Core library from com.fasterxml.jackson.core:jackson-core:2.13.1 to com.fasterxml.jackson.core:jackson-core:2.15.0. |
W-12665862 |
3.2.3
October 25, 2022
Compatibility
| Application/Service | Version |
|---|---|
Mule |
4.2.1 and later |
Azure Service Bus Java SDK |
3.6.5 |
Microsoft Authentication Library for Java |
1.11.0 |
OpenJDK |
8 and 11 |
Fixed Issues
| Issue | ID |
|---|---|
The |
W-11785747 |
3.2.2
October 6, 2022
Compatibility
| Application/Service | Version |
|---|---|
Mule |
4.2.1 and later |
Azure Service Bus Java SDK |
3.6.5 |
Microsoft Authentication Library for Java |
1.11.0 |
OpenJDK |
8 and 11 |
Fixed Issues
| Issue | ID |
|---|---|
The jackson-databind library is upgraded to version 2.14.0-rc1 to address reported security vulnerabilities. |
W-11853417 |
3.2.1
May 19, 2022
Compatibility
| Application/Service | Version |
|---|---|
Mule |
4.2.1 and later |
Azure Service Bus Java SDK |
3.6.5 |
Microsoft Authentication Library for Java |
1.11.0 |
OpenJDK |
8 and 11 |
Fixed Issues
| Issue | ID |
|---|---|
Fixed reported security vulnerabilities by upgrading |
W-11124604 |
3.2.0
February 1, 2022
What’s New
-
Added the Azure Active Directory connection provider, which enables authentication via client credentials.
Compatibility
| Application/Service | Version |
|---|---|
Mule |
4.2.1 and later |
Azure Service Bus Java SDK |
3.6.5 |
Microsoft Authentication Library for Java |
1.11.0 |
OpenJDK |
8 and 11 |
3.1.3
December 7, 2021
Compatibility
| Application/Service | Version |
|---|---|
Mule |
4.2.1 and later |
Azure Service Bus Java SDK |
3.6.5 |
OpenJDK |
8 and 11 |
Fixed Issues
| Issue | ID |
|---|---|
Fixed security vulnerabilities. |
CONN-9253 |
3.1.0
October 7, 2020
Compatibility
| Application/Service | Version |
|---|---|
Mule |
4.1.1 and later |
Azure Service Bus Java SDK |
3.4.0 |
OpenJDK |
8 and 11 |
Fixed Issues
-
Fixed the
nimbus-jose-jwtandlang-tagdependency versions to avoid theMissing Jarerrors. (SE-17751) -
Fixed the
Delivery not found on the receive linkerror in the Abandon operation when using the manual ACK type. (SE-17703) -
Added a parameter to configure
BufferedorSerial modein the Message Listener operation. (SE-17364)
3.0.0
July 31, 2020
New release
Features
Azure Service Bus Connector offers the following features:
-
Send and Fetch Multiple Messages
Use the connector to send messages and fetch messages in batches. -
Perform ACK’s and NACK’s
Leverage the connector’s capabilities to acknowledge a message or to abandon a message.
For a list of supported configurations and operations, see the Azure Service Bus Connector Reference Guide.



