此内容没有您所选择的语言版本。
AMQ Clients 2.8 Release Notes
Release Notes for Red Hat AMQ Clients
Abstract
Chapter 1. New and changed features 复制链接链接已复制到粘贴板!
1.1. AMQ Python 复制链接链接已复制到粘贴板!
- AMQ Python is now supported on Windows with Python 3.8, in addition to Python 3.6.
1.2. AMQ JMS 复制链接链接已复制到粘贴板!
- If an AMQ JMS connection is lost, more detailed logging is now produced when the connection is restored.
1.3. AMQ Spring Boot Starter 复制链接链接已复制到粘贴板!
- AMQ Spring Boot Starter now supports Spring Boot 2.3.
1.4. AMQ Resource Adapter 复制链接链接已复制到粘贴板!
- AMQ Resource Adapter now includes an example using the WildFly application server, replacing the previous Thorntail example.
Chapter 2. Fixed Issues 复制链接链接已复制到粘贴板!
2.1. AMQ JMS 复制链接链接已复制到粘贴板!
CVE-2020-9488 - Improper validation of certificate with host mismatch in Apache Log4j SMTP appender
This issue was resolved by updating the client’s Log4j dependency.
2.2. AMQ Resource Adapter 复制链接链接已复制到粘贴板!
CVE-2020-14297, CVE-2020-14307, CVE-2020-11113 - Vulnerabilities in the example code
In earlier releases of the product, AMQ Resource Adapter contained an example program subject to the listed vulnerabilities.
In this release, the vulnerabilities are addressed in a new example program.
Chapter 3. Important notes 复制链接链接已复制到粘贴板!
3.1. AMQ C++ 复制链接链接已复制到粘贴板!
Unsettled interfaces
The AMQ C++ messaging API includes classes and methods that are not yet proven and can change in future releases. Be aware that use of these interfaces might require changes to your application code in the future.
These interfaces are marked Unsettled API in the API reference. They include the interfaces in the
proton::codecandproton::ionamespaces and the following interfaces in theprotonnamespace.-
listen_handler -
The
on_sender_drain_startandon_sender_drain_finishmethods onmessaging_handler -
The
drainingandreturn_creditmethods onsender -
The
draininganddrainmethods onreceiver
API elements present in header files but not yet documented are considered unsettled and are subject to change.
-
Deprecated interfaces
Interfaces marked Deprecated in the API reference are scheduled for removal in a future release.
This release deprecates the following interfaces in the
protonnamespace.-
void_function0- Use theworkclass or C++11 lambdas instead. -
default_container- Use thecontainerclass instead. -
urlandurl_error- Use a third-party URL library instead.
-
3.2. Preferred clients 复制链接链接已复制到粘贴板!
In general, AMQ clients that support the AMQP 1.0 standard are preferred for new application development. However, the following exceptions apply:
- If your implementation requires distributed transactions, use the AMQ Core Protocol JMS client.
- If you require MQTT or STOMP in your domain (for IoT applications, for instance), use community-supported MQTT or STOMP clients.
The considerations above do not necessarily apply if you are already using:
- The AMQ OpenWire JMS client (the JMS implementation previously provided in A-MQ 6)
- The AMQ Core Protocol JMS client (the JMS implementation previously provided with HornetQ)
3.3. Legacy clients 复制链接链接已复制到粘贴板!
Deprecation of the CMS and NMS APIs
The ActiveMQ CMS and NMS messaging APIs are deprecated in AMQ 7. It is recommended that users of the CMS API migrate to AMQ C++, and users of the NMS API migrate to AMQ .NET. The CMS and NMS APIs might have reduced functionality in AMQ 7.
Deprecation of the legacy AMQ C++ client
The legacy AMQ C++ client (the C++ client previously provided in MRG Messaging) is deprecated in AMQ 7. It is recommended that users of this API migrate to AMQ C++.
The Core API is unsupported
The Artemis Core API client is not supported. This client is distinct from the AMQ Core Protocol JMS client, which is supported.
3.4. Upstream versions 复制链接链接已复制到粘贴板!
- AMQ C++, AMQ Python, and AMQ Ruby are now based on Qpid Proton 0.32.0.
- AMQ JavaScript is now based on Rhea 1.0.24.
- AMQ .NET is now based on AMQP.Net Lite 2.4.0.
- AMQ JMS is now based on Qpid JMS 0.53.0.
- AMQ Core Protocol JMS is now based on ActiveMQ Artemis 2.11.0.
- AMQ OpenWire JMS is now based on ActiveMQ 5.11.0.
- AMQ JMS Pool is now based on Pooled JMS 1.1.1.
- AMQ Resource Adapter is now based on AMQP 1.0 Resource Adapter 1.0.2.
- AMQ Spring Boot Starter is now based on AMQP 1.0 JMS Spring Boot 2.3.3.
- AMQ Netty OpenSSL is now based on netty-tcnative 2.0.31.Final.
Chapter 4. Important links 复制链接链接已复制到粘贴板!
- Red Hat AMQ 7 Supported Configurations
- Red Hat AMQ 7 Component Details
- AMQ Clients 2.7 Release Notes
- AMQ Clients 2.6 Release Notes
- AMQ Clients 2.5 Release Notes
- AMQ Clients 2.4 Release Notes
- AMQ Clients 2.3 Release Notes
- AMQ Clients 2.2 Release Notes
- AMQ Clients 2.1 Release Notes
- AMQ Clients 2.0 Release Notes
- AMQ Clients 1.2 Release Notes
- AMQ Clients 1.1 Release Notes
Revised on 2020-10-08 11:29:42 UTC