Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 95456 invoked from network); 5 Dec 2007 20:07:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2007 20:07:23 -0000 Received: (qmail 83604 invoked by uid 500); 5 Dec 2007 20:07:12 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 83542 invoked by uid 500); 5 Dec 2007 20:07:12 -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 83533 invoked by uid 99); 5 Dec 2007 20:07:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 12:07:11 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 20:07:20 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 91B1D1A9832; Wed, 5 Dec 2007 12:06:59 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r601496 - /activemq/activemq-cpp/tags/activemq-cpp-2.1.3/src/examples/producers/SimpleProducer.cpp Date: Wed, 05 Dec 2007 20:06:59 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071205200659.91B1D1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Wed Dec 5 12:06:58 2007 New Revision: 601496 URL: http://svn.apache.org/viewvc?rev=601496&view=rev Log: Creating new tag for a 2.1.3 release http://issues.apache.org/activemq/browse/AMQCPP-154 Modified: activemq/activemq-cpp/tags/activemq-cpp-2.1.3/src/examples/producers/SimpleProducer.cpp Modified: activemq/activemq-cpp/tags/activemq-cpp-2.1.3/src/examples/producers/SimpleProducer.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/tags/activemq-cpp-2.1.3/src/examples/producers/SimpleProducer.cpp?rev=601496&r1=601495&r2=601496&view=diff ============================================================================== --- activemq/activemq-cpp/tags/activemq-cpp-2.1.3/src/examples/producers/SimpleProducer.cpp (original) +++ activemq/activemq-cpp/tags/activemq-cpp-2.1.3/src/examples/producers/SimpleProducer.cpp Wed Dec 5 12:06:58 2007 @@ -112,7 +112,7 @@ // Create a messages string text = (string)"Hello world! from thread " + threadIdStr; - for( int ix=0; ixcreateTextMessage( text ); message->setIntProperty( "Integer", ix );