Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0AF5AF496 for ; Wed, 3 Apr 2013 15:30:59 +0000 (UTC) Received: (qmail 81916 invoked by uid 500); 3 Apr 2013 15:30:58 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 81881 invoked by uid 500); 3 Apr 2013 15:30:58 -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 81856 invoked by uid 99); 3 Apr 2013 15:30:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Apr 2013 15:30:57 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of nmcloughlin@amig.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Apr 2013 15:30:51 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UNPdu-0003Id-V5 for users@camel.apache.org; Wed, 03 Apr 2013 08:30:30 -0700 Date: Wed, 3 Apr 2013 08:30:30 -0700 (PDT) From: PhilBurress To: users@camel.apache.org Message-ID: <1365003030951-5730290.post@n5.nabble.com> In-Reply-To: References: <1364925687140-5730231.post@n5.nabble.com> Subject: Re: Deleting MQ Temporary Queue MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org For MQ we had to create a temporary dynamic model queue, which is specified in the queue connection factory. Example from one of our integration tests: ... and in the route... So it uses the same model queue each time. It appears that Camel will attempt to reuse the temporary queues it creates and it only creates additional temporary queues as needed (under load). The queues do eventually get deleted when the application shuts down, but I think we're looking for something which will actively poll for unused temporary queues and remove them as appropriate. We are using Camel 2.10.1 with MQ version 7.0.x -- View this message in context: http://camel.465427.n5.nabble.com/Deleting-MQ-Temporary-Queue-tp5730231p5730290.html Sent from the Camel - Users mailing list archive at Nabble.com.