Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 20126 invoked from network); 22 Apr 2007 12:29:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Apr 2007 12:29:46 -0000 Received: (qmail 68244 invoked by uid 500); 22 Apr 2007 12:29:53 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 68136 invoked by uid 500); 22 Apr 2007 12:29:53 -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 68127 invoked by uid 99); 22 Apr 2007 12:29:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Apr 2007 05:29:52 -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 lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Apr 2007 05:29:45 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HfbC1-0005yb-AU for dev@activemq.apache.org; Sun, 22 Apr 2007 05:29:25 -0700 Message-ID: <10126061.post@talk.nabble.com> Date: Sun, 22 Apr 2007 05:29:25 -0700 (PDT) From: "tommy.li" To: dev@activemq.apache.org Subject: Re: ActiveMQ CPP 2.0 Released In-Reply-To: <4628CC48.5010809@twcny.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: tommyligj@gmail.com References: <4628CC48.5010809@twcny.rr.com> X-Virus-Checked: Checked by ClamAV on apache.org My broker is apache-activemq-4.2-20070420.033540-39.tar.gz. My C++ client is ActiveMQ CPP 2.0 Released. ...... std::string brokerURI = "tcp://192.168.0.242:61616" "?wireFormat=openwire"; ...... producer->setDeliveryMode( DeliveryMode::PERSISTENT ); When i restart broker,the mesages are lost. producer->setDeliveryMode( DeliveryMode::NON_PERSISTENT ); When i restart broker,the mesages are recovered. Can you help me? Thanks. Timothy Bish wrote: > > Hi everyone, > The *ActiveMQ*-*CPP* 2.0 *release* is now official! You can download the > source > distribution here: > http://*activemq*.apache.org/*activemq*-*cpp*-20-*release*.html > . > > There are several bug fixes and enhancements that you might want to pick > up > if you're currently using 1.0 or 1.1. > > Items of note in this release: > > * Full OpenWire v2 support! > * You can switch between openwire and stomp via the connection URL > * Temporary destinations when using OpenWire > * Added support for asynchronous send > * Fixed client acknowledge > * Resolved some memory leaks > * Sessions are now single threaded > > > Regards, > Tim > > > -- View this message in context: http://www.nabble.com/ActiveMQ-CPP-2.0-Released-tf3618196s2354.html#a10126061 Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.