Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 9299 invoked from network); 10 Nov 2009 20:02:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Nov 2009 20:02:16 -0000 Received: (qmail 81776 invoked by uid 500); 10 Nov 2009 20:02:16 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 81745 invoked by uid 500); 10 Nov 2009 20:02:16 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 81613 invoked by uid 99); 10 Nov 2009 20:02:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Nov 2009 20:02:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Nov 2009 20:02:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DE0BF234C1EF for ; Tue, 10 Nov 2009 12:01:52 -0800 (PST) Message-ID: <1869063110.1257883312907.JavaMail.jira@brutus> Date: Tue, 10 Nov 2009 12:01:52 -0800 (PST) From: "Mark Pollack (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQNET-205) Add support for Message Body Compression and Decompression In-Reply-To: <8595606.1257456533722.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ 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.