Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 29508 invoked from network); 17 Jun 2010 21:11:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Jun 2010 21:11:17 -0000 Received: (qmail 72830 invoked by uid 500); 17 Jun 2010 21:11:17 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 72783 invoked by uid 500); 17 Jun 2010 21:11: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 72772 invoked by uid 99); 17 Jun 2010 21:11:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jun 2010 21:11: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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jun 2010 21:11:14 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5HLAq90015624 for ; Thu, 17 Jun 2010 21:10:52 GMT Message-ID: <13387293.17791276809052556.JavaMail.jira@thor> Date: Thu, 17 Jun 2010 17:10:52 -0400 (EDT) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Subject: [jira] Assigned: (AMQNET-257) Request to add SetBytes method to IMapMessage In-Reply-To: <5000099.16811276703991784.JavaMail.jira@thor> 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-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish reassigned AMQNET-257: ----------------------------------- Assignee: Timothy Bish (was: Jim Gomes) > Request to add SetBytes method to IMapMessage > --------------------------------------------- > > Key: AMQNET-257 > URL: https://issues.apache.org/activemq/browse/AMQNET-257 > Project: ActiveMQ .Net > Issue Type: Wish > Components: NMS > Affects Versions: 1.3.0 > Reporter: Daniel Ellis > Assignee: Timothy Bish > Priority: Minor > Fix For: 1.4.0 > > > Comparing NMS with JMS. The IMapMessage interface in NMS is currently missing the ability to attach a byte array. > It would be good if the following methods could be added: > void SetBytes(string name, byte[] value) > void SetBytes(string name, byte[] value, int offset, int length) > byte[] GetBytes(string name) > The JMS MapMessage doc is here: > http://www.docjar.org/docs/api/javax/jms/MapMessage.html#setBytes%28String,%20byte%29 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.