Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 52270 invoked from network); 2 Sep 2008 11:50:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Sep 2008 11:50:56 -0000 Received: (qmail 41610 invoked by uid 500); 2 Sep 2008 11:50:53 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 41590 invoked by uid 500); 2 Sep 2008 11:50:53 -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 41579 invoked by uid 99); 2 Sep 2008 11:50:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2008 04:50:52 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tabish121@gmail.com designates 209.85.132.251 as permitted sender) Received: from [209.85.132.251] (HELO an-out-0708.google.com) (209.85.132.251) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2008 11:49:54 +0000 Received: by an-out-0708.google.com with SMTP id c28so361294ana.65 for ; Tue, 02 Sep 2008 04:50:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:in-reply-to :references:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=atAU1n7bCmjZKre2ttLaZViAIyDh+ieGWaa4ORAX5HY=; b=RALfLWlCdD6fRXuXIeEjJjXuzbpcQW/AsUgxVsEGCqcD0FB8B56FvNt5YP8Vj0f62i ZpxD18pZojileuqivoeT7RfpVDnXHxEGU4dIkKuIOaNMdfByGEqfy0X+EaNuGNoCMT7Y x/2Srtpmz71N2gPMlRKiFZXBzztpf9CjHiCDw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; b=vYZpE7X3paMk8WPH4fRXM8qsBSAD1O13dqznyQVnWiSO/cj41pdYLSMIswVjrYftYd uOqTCgwpaaCGbpJ1AVvEHv4WOpgKAqYuYcpADawCHFoPWmgyEY11AvxxnXStR7XlC5J0 XVW2PH9ev31/GOFJSu9Mxcbklw82AUbMXyCzI= Received: by 10.100.173.9 with SMTP id v9mr7160918ane.25.1220356224432; Tue, 02 Sep 2008 04:50:24 -0700 (PDT) Received: from ?192.168.2.150? ( [98.218.84.158]) by mx.google.com with ESMTPS id h36sm19012975wxd.17.2008.09.02.04.50.23 (version=SSLv3 cipher=RC4-MD5); Tue, 02 Sep 2008 04:50:23 -0700 (PDT) Subject: Re: How can I browse messages on a queue from activemq-cpp From: Timothy Bish To: users@activemq.apache.org In-Reply-To: <19268636.post@talk.nabble.com> References: <19268636.post@talk.nabble.com> Content-Type: text/plain Date: Tue, 02 Sep 2008 07:50:22 -0400 Message-Id: <1220356222.3355.1.camel@office> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org There currently is no queue browser for the C++ client one was proposed but currently there is no work being done on it. You are welcome to contribute one however :) Regards Tim. On Tue, 2008-09-02 at 04:45 -0700, Slobodan Ilic wrote: > I'm developing a system that needs to provide communication between two > control centers (master and backup). I need to browse messages on a queue, > in order not to re-send them. I'm using ActiveMQ 5.1.0. Our system is purely > cpp, so I'm using activemq-cpp as API. > > Can anyone help? > > Is there a class or an interface that provides for functions for browsing > messages on a queue, from c++? I have found the queueBrowser header file, > but can't find any implementation? Is there any? Is there any other way to > accomplish this task? > > Regards, > > Slobodan Ilic