AMQP Connector Release Notes - Mule 3
Support Category: Select
Anypoint Connector for AMQP (AMQP Connector) has two active versions, each of which supports different versions of the RabbitMQ library. AMQP Connector versions 3.8.x and 3.9.x support RabbitMQ client library 5.3.0 and require JDK 8. AMQP Connector 3.7.x supports RabbitMQ client library 4.6.0.
Guide: AMQP Connector
Reference: AMQP Connector Reference
3.8.0
3.7.9
June 21, 2018
This release consists of the upgrade of amqp-client RabbitMQ library to 4.6.0.
Note: If you are updating from AMQP 3.7.1 and earlier, uninstall your connector from Anypoint Studio before installing the latest version of this connector in Anypoint Exchange.
3.7.2
August 2017
Notes:
-
To support Exchange 2.0 the ID of the connector in Anypoint Studio changed to
org.mule.tooling.ui.extension.mule-transport-amqp-tooling.3.5.0.feature.group
- because of this change, version 3.7.2 does not appear as an update in the Connectors Update Site but instead appears as a new connector. -
The connector category changed from Community to the Select connector support policy.
-
To support Exchange 2.0 properly, the feature ID of AMQP Connector has changed. Before downloading AMQP v3.7.x in Exchange 2.0, uninstall the existing version of this connector in Anypoint Studio.
Fixed Issues
-
AMQP Threading Profile always set to default. (AMQP-65)
-
AMQP Connector is not supporting dynamic routing keys. (AMQP-69)
-
Subreceivers in AMQP begin to receive messages before the app (AMQP-67)
-
Change AmqpConnectorThreadingProfileTestCase to IT folder. (AMQP-71)
-
Fix MessageDispatcherItCase#testOutboundQueueCreation (AMQP-72)
-
Support Exchange 2.0 (AMQP-73)
3.7.1
June 2017
Bug fixes.
Fixed Issues
-
Outbound endpoint is not declaring fully defined exchanges and queues. (AMQP-44)
-
Close connection when channel cannot be started. (AMQP-59)
-
AMQPS reconnection strategy is not working after SocketTimeoutException. (AMQP-63)
-
Fix Re-creating queues and exchanges while reconnecting to RabbitMQ. (MULE-11577)
3.7.0
July 2016
This release includes improvements and fixes.
Note: The minimum Mule version for 3.7.0 is Mule 3.5.
Improvements
-
Studio - Support SSL connectivity to the broker. (Support for AMQPS in Studio.) (AMQP-16)
-
Upgrade AMQP Client jar from version 3.3.5 to version 3.6.1. (AMQP-46)
-
Take advantage of TLS protocol/cipher control. (AMQP-47)
-
Support for TLS versions 1.1 and 1.2 (Only available using JDK 7).
-
The sslProtocol attribute now supports the values TLSv1, TLSv1.1, and TLSv1.2 apart from the previously available TLS.
-
The connector now validates its configuration against the
tls-default.conf
parameters and respects the protocols and cipher setup.
-