Return-Path: Delivered-To: apmail-camel-users-archive@www.apache.org Received: (qmail 89486 invoked from network); 24 Jun 2009 13:37:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Jun 2009 13:37:11 -0000 Received: (qmail 501 invoked by uid 500); 24 Jun 2009 13:37:22 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 462 invoked by uid 500); 24 Jun 2009 13:37:22 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 452 invoked by uid 99); 24 Jun 2009 13:37:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jun 2009 13:37:22 +0000 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 (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jun 2009 13:37:12 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MJSeh-0003Kp-Ql for users@camel.apache.org; Wed, 24 Jun 2009 06:36:51 -0700 Message-ID: <24184908.post@talk.nabble.com> Date: Wed, 24 Jun 2009 06:36:51 -0700 (PDT) From: Tim83 To: users@camel.apache.org Subject: Problems with JMS messages being dropped by camel when restarting the context MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: tim.struyf@roots.be X-Virus-Checked: Checked by ClamAV on apache.org Hi all, I've stumbled upon an issue and am not sure how to solve it. :confused: Basicly I've setup some routes using camel 1.6.0 that consume messages and dispatches them to our services. Everything works fine except for one thing. When I restart my camel context I start to lose messages, and I get the errors on my consumers. The route that I use for testing looks like this ${in.headers.errorMessage != null} ${in.body["some field"] == "true"} ${in.headers.errorMessage} != null When I stop the camel context right after the message has arrived in the service.B consumer, but before it's finished I see the following error in the console output. Cannot publish to a deleted Destination: temp-queue://ID:56P3J-57576-1245848023626-0:0:2; nested exception is javax.jms.InvalidDestinationException: Cannot publish to a deleted Destination: temp-queue://ID:56P3J-57576-1245848023626-0:0:2 After which the message is lost? I also have a simillar issue with the delayer, if I restart my context when the message got picked up by the delayer the message gets lost? header.JMSTimestamp 60000 Does anybody have the same issue? or know how to solve this? best regards, Tim -- View this message in context: http://www.nabble.com/Problems-with-JMS-messages-being-dropped-by-camel-when-restarting-the-context-tp24184908p24184908.html Sent from the Camel - Users mailing list archive at Nabble.com.