Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 51371 invoked from network); 5 Jan 2007 16:55:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jan 2007 16:55:21 -0000 Received: (qmail 9388 invoked by uid 500); 5 Jan 2007 16:55:27 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 9364 invoked by uid 500); 5 Jan 2007 16:55:26 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 9354 invoked by uid 99); 5 Jan 2007 16:55:26 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jan 2007 08:55:26 -0800 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; Fri, 05 Jan 2007 08:55:15 -0800 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1H2sLH-0000G8-0x for activemq-users@geronimo.apache.org; Fri, 05 Jan 2007 08:54:55 -0800 Message-ID: <8181560.post@talk.nabble.com> Date: Fri, 5 Jan 2007 08:54:55 -0800 (PST) From: dneuer To: activemq-users@geronimo.apache.org Subject: Disabling duplicate durable subscriber id checks for embedded brokers MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: dave.neuer@pobox.com X-Virus-Checked: Checked by ClamAV on apache.org Does it make sense for an embedded broker to throw an exception if a durable subscriber attempts to register with the same id as some previous subscriber? We are using the JMS API w/ the JVM transport, and use durable subscribers to ensure at least one attempted delivery of certain messages. Since the client and the service run in the same VM, I can't see how it can make sense in that case for the service to assume that a clean shutdown happened. Is it insane to use ActiveMQ in this way? Would a patch be accepted that disabled duplicate ID checks for embedded brokers? I understand that that breaks the JMS API, but I just can't see a sensible way for the service to determine that this is a duplicate registration instead of a startup after a crash (our wrapper layer takes care of real duplicate checks, BTW). -- View this message in context: http://www.nabble.com/Disabling-duplicate-durable-subscriber-id-checks-for-embedded-brokers-tf2926598.html#a8181560 Sent from the ActiveMQ - User mailing list archive at Nabble.com.