You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2010/07/21 21:53:52 UTC

[jira] Resolved: (AMQCPP-305) Add option to set the level of Compressiion for Message Body Compression

     [ https://issues.apache.org/activemq/browse/AMQCPP-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQCPP-305.
---------------------------------

    Resolution: Fixed

implemented in trunnk.

> 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.0, 3.2.1
>            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.