Red Hat AMQ 6
As of February 2025, Red Hat is no longer supporting Red Hat AMQ 6. If you are using AMQ 6, please upgrade: Migrating to AMQ 7.2.5. Security Fixes
SSL transport cipher suites Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Fixed AMQ-4582, affecting the SSL transport cipher suites. Previously, if you specified an invalid cipher suite to the
transport.enabledCipherSuites
parameter on an SSL transport connector, the broker would start with all ciphers enabled.
JAAS authorization now compatible with Karaf JAAS authentication Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
The implementation of the JAAS authorization plug-in has been modified so that it is compatible with the Apache Karaf JAAS authentication module. This makes it possible to integrate the JAAS authorization plug-in with the Karaf JAAS authentication module when the broker is deployed in an OSGi container. For more details, see the JBoss A-MQ Security Guide.
Allow Bouncy Castle security provider to be used Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Fixed AMQ-4520, which is caused by a bug in the default SSL provider that comes with Java 7 (affecting the Diffie-Hellman cipher suite). You can now work around this issue by adding the Bouncy Castle security producer to the Java 7
lib
directory.
Removed command agent Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Removed the command agent, which is no longer needed and might potentially have exposed a security hole through the JMS protocol.