Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 9110 invoked from network); 24 Apr 2007 13:19:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Apr 2007 13:19:39 -0000 Received: (qmail 43023 invoked by uid 500); 24 Apr 2007 13:19:45 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 43001 invoked by uid 500); 24 Apr 2007 13:19:45 -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 42992 invoked by uid 99); 24 Apr 2007 13:19:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2007 06:19:44 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [199.105.164.5] (HELO smtpmail2.sensis.com) (199.105.164.5) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2007 06:19:37 -0700 Received: from dimstar3.ats.sensis.com ([172.21.1.34]) by smtpmail2.sensis.com with esmtp (Exim 4.50) id 1HgKvL-0008QV-NS for users@activemq.apache.org; Tue, 24 Apr 2007 09:19:15 -0400 Received: from corpatsmail1.ats.sensis.com ([172.21.1.88] helo=corpatsmail1.corp.sensis.com) by dimstar3.ats.sensis.com with esmtp (Exim 4.50) id 1HgKvC-0000Ev-RH for users@activemq.apache.org; Tue, 24 Apr 2007 09:19:06 -0400 Received: from 172.21.6.29 ([172.21.6.29]) by corpatsmail1.corp.sensis.com ([172.21.1.88]) with Microsoft Exchange Server HTTP-DAV ; Tue, 24 Apr 2007 13:19:05 +0000 Received: from tbish-laptop.ats.sensis.com by corpatsmail1.corp.sensis.com; 24 Apr 2007 09:19:06 -0400 Subject: Re: ActiveMQ-CPP 2.0 - acknowledge and ObjectMessages From: Timothy Bish Reply-To: tim.bish@sensis.com To: users@activemq.apache.org In-Reply-To: <10160664.post@talk.nabble.com> References: <10160664.post@talk.nabble.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: Sensis Date: Tue, 24 Apr 2007 09:19:06 -0400 Message-Id: <1177420746.3700.0.camel@tbish-laptop.ats.sensis.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) X-Sensis-MailScanner-Information: Scanned at Sensis Corporation by MailScanner X-Sensis-MailScanner: Found to be clean X-Sensis-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (not cached, score=-2.894, required 5, autolearn=not spam, AWL -0.30, BAYES_00 -2.60, UNPARSEABLE_RELAY 0.00) X-Sensis-MailScanner-From: tim.bish@sensis.com X-Virus-Checked: Checked by ClamAV on apache.org Please write a Jira issue and we will address this. On Tue, 2007-04-24 at 06:11 -0700, bcash wrote: > I have a java ActiveMQ broker that marshalls various types of messages, > including ObjectMessages. > > I have a C++ client that wants to consume TextMessages and simply ignore the > ObjectMessages. The C++ app receives null messages for each ObjectMessage > which isn't a problem. However, when using Openwire, the connector tries to > acknowledge the null message and throws an OpenwireConnectionException (see > line 973 of OpenWireConnector::acknowledge from release 2.0). > > It looks like this problem won't occur using Stomp unless the acknowledge > mode is set to CLIENT_ACKNOWLEDGE. > >