Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 86017 invoked from network); 15 Mar 2009 06:51:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Mar 2009 06:51:44 -0000 Received: (qmail 59188 invoked by uid 500); 15 Mar 2009 06:51:44 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 59134 invoked by uid 500); 15 Mar 2009 06:51:44 -0000 Mailing-List: contact commits-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 commits@activemq.apache.org Received: (qmail 59123 invoked by uid 99); 15 Mar 2009 06:51:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Mar 2009 23:51:44 -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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Mar 2009 06:51:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B556A2388D94; Sun, 15 Mar 2009 06:51:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r754624 - /activemq/activemq-blaze/trunk/src/main/proto/blaze.proto Date: Sun, 15 Mar 2009 06:51:21 -0000 To: commits@activemq.apache.org From: rajdavies@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090315065121.B556A2388D94@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rajdavies Date: Sun Mar 15 06:51:19 2009 New Revision: 754624 URL: http://svn.apache.org/viewvc?rev=754624&view=rev Log: updated message tag ids Modified: activemq/activemq-blaze/trunk/src/main/proto/blaze.proto Modified: activemq/activemq-blaze/trunk/src/main/proto/blaze.proto URL: http://svn.apache.org/viewvc/activemq/activemq-blaze/trunk/src/main/proto/blaze.proto?rev=754624&r1=754623&r2=754624&view=diff ============================================================================== --- activemq/activemq-blaze/trunk/src/main/proto/blaze.proto (original) +++ activemq/activemq-blaze/trunk/src/main/proto/blaze.proto Sun Mar 15 06:51:19 2009 @@ -58,10 +58,10 @@ optional int32 redeliveryCounter = 3; optional int64 timestamp = 4; optional int64 expiration = 5; - optional bytes messageType = 9; - optional DestinationData replyToData = 10; - optional MapData mapData = 11; - optional bytes payload = 12; + optional bytes messageType = 6; + optional DestinationData replyToData = 7; + optional MapData mapData = 8; + optional bytes payload = 9; } message AckData {