Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 96003 invoked from network); 12 Apr 2007 13:30:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Apr 2007 13:30:32 -0000 Received: (qmail 40946 invoked by uid 500); 12 Apr 2007 13:30:37 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 40928 invoked by uid 500); 12 Apr 2007 13:30:37 -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 40919 invoked by uid 99); 12 Apr 2007 13:30:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2007 06:30:37 -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; Thu, 12 Apr 2007 06:30:30 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HbzNK-00026Z-14 for users@activemq.apache.org; Thu, 12 Apr 2007 06:30:10 -0700 Message-ID: <9959434.post@talk.nabble.com> Date: Thu, 12 Apr 2007 06:30:09 -0700 (PDT) From: carioca To: users@activemq.apache.org Subject: JMS message redelivery MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: shaiw75@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi guys, I have a question about session recovery. What exactly happens when session.recover() is called? I know that the session starts to redeliver messages starting from the first unacknowledged message. Are the messages being returned to the broker for redelivery, or are they being redelivered strait from the recovering session? Does it work differently when using topics/queues? For the elder, when using a queue it means that the redelivered message can arrive to a different session than the first one who got it. Is that right? Thanks a lot for any help. Shai -- View this message in context: http://www.nabble.com/JMS-message-redelivery-tf3565504s2354.html#a9959434 Sent from the ActiveMQ - User mailing list archive at Nabble.com.