Return-Path: Delivered-To: apmail-activemq-camel-user-archive@locus.apache.org Received: (qmail 93387 invoked from network); 25 Nov 2007 01:23:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Nov 2007 01:23:10 -0000 Received: (qmail 7255 invoked by uid 500); 25 Nov 2007 01:22:58 -0000 Delivered-To: apmail-activemq-camel-user-archive@activemq.apache.org Received: (qmail 7240 invoked by uid 500); 25 Nov 2007 01:22:58 -0000 Mailing-List: contact camel-user-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-user@activemq.apache.org Delivered-To: mailing list camel-user@activemq.apache.org Received: (qmail 7224 invoked by uid 99); 25 Nov 2007 01:22:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Nov 2007 17:22:58 -0800 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 jla415@gmail.com designates 209.85.146.180 as permitted sender) Received: from [209.85.146.180] (HELO wa-out-1112.google.com) (209.85.146.180) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Nov 2007 01:22:39 +0000 Received: by wa-out-1112.google.com with SMTP id k22so259349waf for ; Sat, 24 Nov 2007 17:22:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=eULJDcObtYBvcVXjmln9NWpm1gajT4UaYWfSktdVtiY=; b=Nk+lZg10lndHNI0HzLYgi9bNzE2qGJdM+lJu0oL7hSajePtMMzXAR3IscE2ClXOyziqt/O+1/iiLOb2IWzytaYp6xfV0zqVXZoI4D5p/HW22vamjg/fm1cWv6IXbAF35vbmnsTYCBygQ/gcXFXBiY7R7z7OZbbCEPmACi45App0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=gUFRNuBuRcOqwHw4Z7bjpIy6lbVNq6/AuFCzuw4MSL/Lxtr1nVPwovIvAho5cZHRNPgJ/RZcyYfiJgRnFO87JO6htT4tWgfCGTseXcyZEtlst8QV7msQAkXs24kxVjVf3rSoNnfh80E4Ws6/8uRUVC/Yg/PJAmpEyPgcUgCnm4s= Received: by 10.114.195.19 with SMTP id s19mr330793waf.1195953761835; Sat, 24 Nov 2007 17:22:41 -0800 (PST) Received: by 10.114.74.11 with HTTP; Sat, 24 Nov 2007 17:22:41 -0800 (PST) Message-ID: <5c2dc04a0711241722l511d913cg375151a067cd9f31@mail.gmail.com> Date: Sat, 24 Nov 2007 17:22:41 -0800 From: "Jason Anderson" To: camel-user@activemq.apache.org Subject: jms component and quartz component in 1.3-SNAPSHOT MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org I have a fairly simple config which works fine in 1.2.0 but if i switch to 1.3-SNAPSHOT no messages are delivered to the bean from the jms endpoint additionally connecting to the activemq instance via jconsole shows 0 consumers on the queue and messages waiting to be dequeued if I remove the quartz route the jms listener appears to work again so perhaps some interaction between the 2 routes is causing a problem somewhere