Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 14957 invoked from network); 1 Nov 2007 17:58:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2007 17:58:22 -0000 Received: (qmail 59169 invoked by uid 500); 1 Nov 2007 17:57:56 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 59153 invoked by uid 500); 1 Nov 2007 17:57:56 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 59144 invoked by uid 99); 1 Nov 2007 17:57:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 10:57:56 -0700 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 roger.hoover@gmail.com designates 66.249.82.227 as permitted sender) Received: from [66.249.82.227] (HELO wx-out-0506.google.com) (66.249.82.227) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 17:58:00 +0000 Received: by wx-out-0506.google.com with SMTP id s14so604636wxc for ; Thu, 01 Nov 2007 10:57:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=npklA6FZmSD4WxhFbEh662V5B8mHK0fXYhXfjooAc/c=; b=QvN+VKmAk6e6tlAH9gEckSTbAEbkS1RmQdmyd+jFbfNqPQZk641BftTES3hJ1/K01K+/bEv8fwc/Bv/02g2kv31d6l7SkpxWZco9724U/HsFXDHeUh0lW/ds8KJEnNAhRPoXoJ9/py+OTJ1lDFrK9BLOROysXGklvG9K/HASD8Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=UW7lpJ3TcaNvfxA0HXTXeRA/w4YSxVnENSpSutZ9WyaZskbi5J6jqMPT0+klZ9+f2QOViEmyTJ3JXr3Ja6Ip4sGINeME6bcQYk15GwgUujrsve6i+wcoaL8dgY4KFlHhctzZfxaiA/bMklo8Oog0SA97oooMBpR96WH9HDuu8Fg= Received: by 10.90.79.6 with SMTP id c6mr651615agb.1193939858992; Thu, 01 Nov 2007 10:57:38 -0700 (PDT) Received: by 10.90.69.2 with HTTP; Thu, 1 Nov 2007 10:57:38 -0700 (PDT) Message-ID: <44cb1ba30711011057y1906455y1ca409b4971e728a@mail.gmail.com> Date: Thu, 1 Nov 2007 10:57:38 -0700 From: "Roger Hoover" To: users@activemq.apache.org Subject: Is it possible to suspend and resume message delivery for broker? 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 While rolling out new consumer code, we'd like to suspend the broker so that messages can be enqueued but not delivered. Once we've pushed the new code out and restarted the consumers, we want to resume message delivery. Is this possible with ActiveMQ? Any advice/info is appreciated. Thanks, Roger