Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 38458 invoked from network); 25 Jan 2007 21:28:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jan 2007 21:28:24 -0000 Received: (qmail 99974 invoked by uid 500); 25 Jan 2007 21:28:30 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 99946 invoked by uid 500); 25 Jan 2007 21:28:30 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 99927 invoked by uid 99); 25 Jan 2007 21:28:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jan 2007 13:28:29 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jan 2007 13:28:23 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D587A714057 for ; Thu, 25 Jan 2007 13:28:02 -0800 (PST) Message-ID: <15660299.1169760482869.JavaMail.jira@brutus> Date: Thu, 25 Jan 2007 13:28:02 -0800 (PST) From: "Bruce Snyder (JIRA)" To: activemq-dev@geronimo.apache.org Subject: [jira] Created: (AMQ-1140) Compression not working MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Compression not working ------------------------ Key: AMQ-1140 URL: https://issues.apache.org/activemq/browse/AMQ-1140 Project: ActiveMQ Issue Type: Bug Components: Broker Affects Versions: 4.1.2 Reporter: Bruce Snyder When setting compression from the message producer side using the {{ActiveMQConnectionFactory.setUseCompression(true)}} method, a call to the {{ActiveMQConnectionFactory.isUseCompression()}} method then returns true. However, when using [Ethereal|http://www.ethereal.com/] to sniff the packets between brokers, the message bodies are not compressed - they're just plain text. This appears to be a bug. I'll try to create a test for this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.