Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 5488 invoked from network); 11 Mar 2010 15:42:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Mar 2010 15:42:24 -0000 Received: (qmail 53880 invoked by uid 500); 11 Mar 2010 15:41:50 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 53845 invoked by uid 500); 11 Mar 2010 15:41:50 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 53836 invoked by uid 99); 11 Mar 2010 15:41:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Mar 2010 15:41:50 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kevan.miller@gmail.com designates 209.85.210.201 as permitted sender) Received: from [209.85.210.201] (HELO mail-yx0-f201.google.com) (209.85.210.201) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Mar 2010 15:41:49 +0000 Received: by yxe39 with SMTP id 39so93710yxe.3 for ; Thu, 11 Mar 2010 07:41:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=vO5oIPA1x818qCKtRZZAOg0Pelfizg/mrQlWVM67Lyc=; b=fPD8yJ/fD85/cdiLt+dT48GjIYgvadoKtYOfIsh2592JmefFvSotFBi4PT6ZNeicI+ yjY51Iowwk3RGGwYu307H48UAP6yT846o17w+hI+9IPZjGRrSQSNj0EqyIzcFnUFTJoH TAWidFdzDJkUBG325Dn0UzVOANW1SPS8jk2Vc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=uFiU/9N7xbiDrc+6KbitoGAjwjOJwuB8ZSLtZzfaEzcqznUymQPFmakfA9RnvS1mSe 3PbS/l68UNtcsiu0pdIhwsFb3gL5od/6DG6U6yrkkPT/eMyX8uPyfrY4KFkAW+uHXN0Z VatGBWu3OUANaaTIJ5qZY2H3NE5KZl/3M+hrU= Received: by 10.101.7.12 with SMTP id k12mr458914ani.203.1268322088388; Thu, 11 Mar 2010 07:41:28 -0800 (PST) Received: from [10.0.1.8] (cpe-076-182-103-070.nc.res.rr.com [76.182.103.70]) by mx.google.com with ESMTPS id 4sm27338ywg.9.2010.03.11.07.41.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 11 Mar 2010 07:41:27 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1077) Subject: Re: mdb stops consuming from queue after redeploy From: Kevan Miller In-Reply-To: <06F0705F2FE41247888B0AAF3FC962220484C2A8@fsmail3.ui.uillinois.edu> Date: Thu, 11 Mar 2010 10:41:26 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <9C12D9E1-AE8F-404B-B754-5CC3B3378DD5@gmail.com> References: <06F0705F2FE41247888B0AAF3FC962220484C2A4@fsmail3.ui.uillinois.edu> <34ECBD48-0D3D-4021-847D-6705C39EA807@gmail.com> <06F0705F2FE41247888B0AAF3FC962220484C2A8@fsmail3.ui.uillinois.edu> To: user@geronimo.apache.org X-Mailer: Apple Mail (2.1077) Thanks.=20 If you could create simple apps that demonstrate the problem, perhaps = built from our jms sample = (https://svn.apache.org/repos/asf/geronimo/samples/trunk/samples/jms-mdb = -- looks like you may have used this in building your apps) and create a = JIRA, that would be great. A few work-arounds you could try --=20 1) specify unique resource names in your deployment plans.=20 2) separate your jms resources out from your ears, combine your admin = objects, deploy a single RAR, and make your ears dependent upon your new = RAR module. =20 I note that you're using different protocols for your ServerUrl vm: and = tcp: -- is there a reason for that? --kevan