Add option to set the level of Compressiion for Message Body Compression
------------------------------------------------------------------------
Key: AMQCPP-305
URL: https://issues.apache.org/activemq/browse/AMQCPP-305
Project: ActiveMQ C++ Client
Issue Type: Improvement
Components: CMS Impl
Affects Versions: 3.2.1, 3.2.0
Reporter: Timothy Bish
Assignee: Timothy Bish
Priority: Minor
Fix For: 3.3.0
Add a new option to the ActiveMQConnectionFactory and ActiveMQConnection to
allow the level of compression used in the Message Body Compression to be set.
Compression is set via URI as:
tcp://127.0.0.1:61616?connection.useCompression=true&connection.compressionLevel=9
The level of compression matches that of zlib that is:
-1 means use default level
0 means no compression
1-9 sets the level 1 being fastest, 9 being highest compression.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.