Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 79038 invoked from network); 6 Mar 2008 18:25:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2008 18:25:45 -0000 Received: (qmail 60668 invoked by uid 500); 6 Mar 2008 18:25:40 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 60646 invoked by uid 500); 6 Mar 2008 18:25:40 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 60637 invoked by uid 99); 6 Mar 2008 18:25:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2008 10:25:40 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tabish121@gmail.com designates 209.85.128.188 as permitted sender) Received: from [209.85.128.188] (HELO fk-out-0910.google.com) (209.85.128.188) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2008 18:25:04 +0000 Received: by fk-out-0910.google.com with SMTP id 22so1932880fkq.6 for ; Thu, 06 Mar 2008 10:25:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=034vAYMcARozY28aF7ZjlDLsYIfmwBzRW6aztRKl0yw=; b=a46EZ7/LkQAlHral3mGWVBNWaq0/ox6iacxe3/oucbGvD+/5C3I2lAOuXrwC5DFKV4pTXSshvVanp9oOi3kkr3YzJe5FWSen0flTzm8q8f9cxbDuYo2uHSYRybJ9EQVxFrDYCZTPEaZA6tvBQzbmAQOMWXI7h3uI+h2bE5nkIP0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=srYPeIVd6RXd5nVI0hgq5d5J99sKAZhApTNP2FoEWvYxv8BlXavBw7BUlIlp24vjTywmFHCzFCoLD/mZj6ZdS8VGVBkUzkS25GiFFMpFR9OvKg1TRJ2V78YptvMlvfhiqZ+fg3kyMFD6+m4gT8bttKRVbfmJqorfsWxVqdkuNhI= Received: by 10.82.115.8 with SMTP id n8mr255940buc.10.1204827913960; Thu, 06 Mar 2008 10:25:13 -0800 (PST) Received: from ?192.168.2.40? ( [76.21.168.146]) by mx.google.com with ESMTPS id b17sm4674925fka.4.2008.03.06.10.25.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 06 Mar 2008 10:25:13 -0800 (PST) Subject: Re: MAP_TYPE support in ActiveMQ CPP From: Timothy Bish To: users@activemq.apache.org In-Reply-To: <15880324.post@talk.nabble.com> References: <15880324.post@talk.nabble.com> Content-Type: text/plain Date: Thu, 06 Mar 2008 13:25:10 -0500 Message-Id: <1204827910.6282.52.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-1.fc8) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org We are always willing to accept code contributions. :) Currently there is no one working on that, you could create a Jira issue to document that someone is interested in such support and it may get added in the future. Looking at the map and list encoding it should be pretty easy to implement, I just don't think anyone has needed it yet. Regards Tim. On Thu, 2008-03-06 at 10:12 -0800, stevenbohrer wrote: > I'm writing a new interface to a Java ActiveMQ application which uses > MAP_TYPE in it's messages. > > Active MQ CPP 2.1.3 does not seem to have support for this data type. The > type is listed in PrimitiveMap.h, but > PrimitiveMapMarshaller::marshalPrimitive does not have a handler for it. > > Any suggestions? > >