You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Mark Pollack (JIRA)" <ji...@apache.org> on 2009/11/10 21:01:52 UTC

[jira] Updated: (AMQNET-205) Add support for Message Body Compression and Decompression

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

Mark Pollack updated AMQNET-205:
--------------------------------

    Attachment: DefaultCompressionService.cs

> Add support for Message Body Compression and Decompression
> ----------------------------------------------------------
>
>                 Key: AMQNET-205
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-205
>             Project: ActiveMQ .Net
>          Issue Type: Improvement
>    Affects Versions: 1.1.0
>            Reporter: Timothy Bish
>            Assignee: Timothy Bish
>            Priority: Minor
>             Fix For: 1.2.0
>
>         Attachments: DefaultCompressionService.cs
>
>
> Add the framework in NMS.ActiveMQ to deal with Messages that are tagged as Compressed, as well as allowing messages to be sent with Compression.
> The Java based ActiveMQ client's ConnectionFactory allows a user to turn on Compression for the Connections it creates, this causes the client to send messages with the message body compressed using a Zlib compression algorithm.  The client can uncompress messages that it receives that have the Openwire Compressed field set to true.  
> .Net doesn't have support for Zlib compression / decompression built in but there are third-party libraries that can do this.  

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