Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 89999 invoked from network); 29 May 2008 03:38:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 May 2008 03:38:23 -0000 Received: (qmail 69963 invoked by uid 500); 29 May 2008 03:38:25 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 69930 invoked by uid 500); 29 May 2008 03:38:25 -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 69919 invoked by uid 99); 29 May 2008 03:38:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 May 2008 20:38:25 -0700 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; Thu, 29 May 2008 03:37:46 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C01F9234C12E for ; Wed, 28 May 2008 20:38:02 -0700 (PDT) Message-ID: <1019511181.1212032282783.JavaMail.jira@brutus> Date: Wed, 28 May 2008 20:38:02 -0700 (PDT) From: "Jim Gomes (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQNET-83) Add Content getter for IObjectMessage In-Reply-To: <2019968457.1209079483528.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQNET-83?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Gomes resolved AMQNET-83. ----------------------------- Resolution: Won't Fix To access raw bytes, use the IBytesMessage instead of IObjectMessage. > Add Content getter for IObjectMessage > ------------------------------------- > > Key: AMQNET-83 > URL: https://issues.apache.org/activemq/browse/AMQNET-83 > Project: ActiveMQ .Net > Issue Type: Improvement > Components: ActiveMQ Client > Reporter: Brandon Bethke > Assignee: Jim Gomes > Priority: Minor > Original Estimate: 5 minutes > Remaining Estimate: 5 minutes > > Please add the get property Content to IObjectMessage so that one can get the raw bytes from the message. The reason is because java objects will not serialize correctly into .Net objects using the Body property. > public interface IObjectMessage : IMessage > { > byte[] Content > { > get; > } > ... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.