Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 41410 invoked from network); 11 Apr 2007 22:04:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Apr 2007 22:04:33 -0000 Received: (qmail 98653 invoked by uid 500); 11 Apr 2007 22:04:38 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 98628 invoked by uid 500); 11 Apr 2007 22:04:38 -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 98619 invoked by uid 99); 11 Apr 2007 22:04:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Apr 2007 15:04:38 -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; Wed, 11 Apr 2007 15:04:31 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HbkvD-0007WB-Cx for users@activemq.apache.org; Wed, 11 Apr 2007 15:04:11 -0700 Message-ID: <9949335.post@talk.nabble.com> Date: Wed, 11 Apr 2007 15:04:11 -0700 (PDT) From: cmaxo To: users@activemq.apache.org Subject: message redelivery MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: cmaxo@engineer.com X-Virus-Checked: Checked by ClamAV on apache.org I'm using the activemq-cpp client with the stomp protocol to both produce and consume messages. Sometimes my consumer process will crash before I get a chance to acknowledge the message. However, when the consumer is restarted the message doesn't seem to get resent; only new messages are received. I use / set the JMSGroupID in the header of the message when I produce it which works great but I wonder if it is causing unacknowledged messages not to show up. Any ideas? Is there a way from the client for me to query for messages that are older than some time delta? Or, a way to tell if a message is being redelivered? Ideally I'd like to set things up so that the Message Queue tries to redeliver the message and gives up after a few tries. The documentation on this page http://activemq.apache.org/message-redelivery-and-dlq-handling.html implies that this is possible but I can't figure out how to set this up with the c++ client. Thanks again, Corey -- View this message in context: http://www.nabble.com/message-redelivery-tf3562266s2354.html#a9949335 Sent from the ActiveMQ - User mailing list archive at Nabble.com.