Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 31294 invoked from network); 12 Mar 2007 23:49:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Mar 2007 23:49:29 -0000 Received: (qmail 78799 invoked by uid 500); 12 Mar 2007 23:49:36 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 78746 invoked by uid 500); 12 Mar 2007 23:49:36 -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 78729 invoked by uid 99); 12 Mar 2007 23:49:36 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Mar 2007 16:49:36 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of teemu@torma.org designates 213.41.244.89 as permitted sender) Received: from [213.41.244.89] (HELO lou-bada.torma.org) (213.41.244.89) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Mar 2007 16:49:25 -0700 Received: from lara.torma.org (helmut.lou-bada.torma.org [10.7.3.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lou-bada.torma.org (Postfix) with ESMTP id A5C7259401; Tue, 13 Mar 2007 00:49:03 +0100 (CET) From: Teemu Torma To: dev@activemq.apache.org Subject: Re: new documenation for configuring ActiveMQ CPP Date: Tue, 13 Mar 2007 00:49:02 +0100 User-Agent: KMail/1.9.4 Cc: users@activemq.apache.org References: <8a6feb940703111351g7690b93fq767c22095a48d796@mail.gmail.com> In-Reply-To: <8a6feb940703111351g7690b93fq767c22095a48d796@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703130049.02689.teemu@torma.org> X-Virus-Checked: Checked by ClamAV on apache.org On Sunday 11 March 2007 21:51, Nathan Mittler wrote: > The page is for v2.0 which isn't released just yet, but will be very > shortly Any chance of making openwire the default wire format in v2.0? stomp does not support temporary queues/topics and message property formats (the type is lost) are not compatible with Java world. A bit ugly to always add &wireFormat=openwire to urls :-( Teemu