You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Dejan Bosanac (Created) (JIRA)" <ji...@apache.org> on 2011/12/07 22:28:40 UTC

[jira] [Created] (AMQ-3626) Add support for fast codecs when compressing messages

Add support for fast codecs when compressing messages
-----------------------------------------------------

                 Key: AMQ-3626
                 URL: https://issues.apache.org/jira/browse/AMQ-3626
             Project: ActiveMQ
          Issue Type: Improvement
    Affects Versions: 5.5.0
            Reporter: Dejan Bosanac


When using "useCompression", we should support fast codes like lzf instead of standard deflate

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (AMQ-3626) Add support for fast codecs when compressing messages

Posted by "Lionel Cons (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMQ-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13259401#comment-13259401 ] 

Lionel Cons commented on AMQ-3626:
----------------------------------

FWIW, LZ4 (http://code.google.com/p/lz4/) looks like a very fast and good enough compression library.
                
> Add support for fast codecs when compressing messages
> -----------------------------------------------------
>
>                 Key: AMQ-3626
>                 URL: https://issues.apache.org/jira/browse/AMQ-3626
>             Project: ActiveMQ
>          Issue Type: Improvement
>    Affects Versions: 5.5.0
>            Reporter: Dejan Bosanac
>
> When using "useCompression", we should support fast codes like lzf instead of standard deflate

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (AMQ-3626) Add support for fast codecs when compressing messages

Posted by "Tatu Saloranta (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMQ-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13164778#comment-13164778 ] 

Tatu Saloranta commented on AMQ-3626:
-------------------------------------

Links to two applicable java libs:

* LZF: https://github.com/ning/compress
* Snappy: https://github.com/dain/snappy

(both with Apache license)

There is also a benchmark to give an idea of expected compression rates, speeds:

* https://github.com/ning/jvm-compressor-benchmark

Finally, these libraries are fairly small, would be possible to repackage (shade) in, if that makes sense.

                
> Add support for fast codecs when compressing messages
> -----------------------------------------------------
>
>                 Key: AMQ-3626
>                 URL: https://issues.apache.org/jira/browse/AMQ-3626
>             Project: ActiveMQ
>          Issue Type: Improvement
>    Affects Versions: 5.5.0
>            Reporter: Dejan Bosanac
>
> When using "useCompression", we should support fast codes like lzf instead of standard deflate

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira