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/02/16 21:54:40 UTC

[jira] Created: (AMQCPP-287) Implement Message Body Compression that works with Java and .NET clients

Implement Message Body Compression that works with Java and .NET clients
------------------------------------------------------------------------

                 Key: AMQCPP-287
                 URL: https://issues.apache.org/activemq/browse/AMQCPP-287
             Project: ActiveMQ C++ Client
          Issue Type: Improvement
          Components: CMS Impl, Decaf
    Affects Versions: 3.1, 3.0.1, 3.0
            Reporter: Timothy Bish
            Assignee: Timothy Bish
            Priority: Minor
             Fix For: 3.2.0


Implement ZLib compatible compression support in the Decaf library and add the option in the ConnectionFactory and Connection to enable message body compression.  Update Message classes to use this compression streams when compression is enabled.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (AMQCPP-287) Implement Message Body Compression that works with Java and .NET clients

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQCPP-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQCPP-287.
---------------------------------

    Resolution: Fixed

Added support for ZLib deflate and inflate to Decaf API
Implemented Message body compression for all the Message types.
Added setUseCompression to the Connection class and parsing of useCompression to the URI configuration options.

> Implement Message Body Compression that works with Java and .NET clients
> ------------------------------------------------------------------------
>
>                 Key: AMQCPP-287
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-287
>             Project: ActiveMQ C++ Client
>          Issue Type: Improvement
>          Components: CMS Impl, Decaf
>    Affects Versions: 3.0, 3.0.1, 3.1
>            Reporter: Timothy Bish
>            Assignee: Timothy Bish
>            Priority: Minor
>             Fix For: 3.2.0
>
>
> Implement ZLib compatible compression support in the Decaf library and add the option in the ConnectionFactory and Connection to enable message body compression.  Update Message classes to use this compression streams when compression is enabled.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.