The Apache Qpid Broker-J supports[10] message compression. This feature works in co-operation with Qpid Clients implementing the same feature.
Once the feature is enabled (using Broker context variable broker.messageCompressionEnabled), the Broker will advertise support for the message compression feature to the client at connection time. This allows clients to opt to turn on message compression, allowing message payload sizes to be reduced.
If the Broker has connections from clients who have message compression enabled and others who do not, it will internally, on-the-fly, decompress compressed messages when sending to clients without support and conversely, compress uncomressed messages when sending to clients who do.
The Broker has a threshold below which it will not consider compressing a message, this is
controlled by Broker content variable
(connection.messageCompressionThresholdSize
) and expresses a size in bytes.
This feature may have a beneficial effect on performance by:
Reducing the number of bytes transmitted over the wire, both between Client and Broker, and in the HA case, Broker to Broker, for replication purposes.
Reducing storage space when data is at rest within the Broker, both on disk and in memory.
Of course, compression and decompression is computationally expensive. Turning on the feature may have a negative impact on CPU utilization on Broker and/or Client. Also for small messages payloads, message compression may increase the message size. It is recommended to test the feature with representative data.
Apache Qpid, Messaging built on AMQP; Copyright © 2015 The Apache Software Foundation; Licensed under the Apache License, Version 2.0; Apache Qpid, Qpid, Qpid Proton, Proton, Apache, the Apache feather logo, and the Apache Qpid project logo are trademarks of The Apache Software Foundation; All other marks mentioned may be trademarks or registered trademarks of their respective owners