AMQP Connector Release Notes - Mule 4
Support Category: Select
Anypoint Connector for AMQP (AMQP Connector) enables your application to publish and consume messages using an AMQP 0.9.1-compliant broker.
1.8.1
October 2, 2024
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
RabbitMQ Client Library |
5.22.0 |
OpenJDK |
8, 11, and 17 |
Fixed Issues
Issue Resolution | ID |
---|---|
The RabbitMQ client library is upgraded to 5.22.0 and support is added for |
W-16732133 |
1.8.0
May 31, 2024
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
RabbitMQ Client Library |
5.18.0 |
OpenJDK |
8, 11, and 17 |
Fixed Issues
Issue Resolution | ID |
---|---|
Use the new Skip exchange validation field in the Publish operation to skip the exchange validation. Additionally, the Publish operation now uses a single channel for each request, rather than creating a new channel each time. |
W-15539673 |
1.7.7
December 15, 2023
What’s New
-
This connector is now compatible with Java 17.
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
RabbitMQ Client Library |
5.18.0 |
OpenJDK |
8, 11, and 17 |
1.7.6
December 5, 2023
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
RabbitMQ Client Library |
5.18.0 |
Fixed Issues
Issue Resolution | ID |
---|---|
AMQP Connector now generates ACK IDs with a unique identifier to avoid collisions. |
W-14210002 |
1.7.5
November 14, 2023
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
RabbitMQ Client Library |
5.16.0 |
Fixed Issues
Issue Resolution | ID |
---|---|
AMQP Connector no longer creates more than one channel or consumer in RabbitMQ when there is a force closed connection. |
W-13862304 |
1.7.4
April 19, 2022
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
RabbitMQ Client Library |
5.16.0 |
Fixed Issues
Issue | ID |
---|---|
AMQP consumers now do not get disposed after a failed deployment when an AMQP Connector configuration is shared in a Mule domain. |
W-10706136 |
1.7.3
December 22, 2021
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
Fixed Issues
Issue | ID |
---|---|
The AMQP Listener source failed with the error |
AMQPC-24 |
1.7.2
August 31, 2021
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
Fixed Issues
Issue | ID |
---|---|
The Reject operation could not requeue messages. |
AMQPC-22 |
1.6.3
August 6, 2020
Fixed Issues
-
Fixed an issue in which messages were lost due to channel reset when the max-retries limit was reached. (AMQPC-9)
-
Fixed an issue in which the Consume operation leaked channels, after performing consume and ack actions. (AMQPC-10)
-
Fixed an issue in which the Listener operation did not recover connection when a reconnection strategy was applied. (AMQPC-11)