Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 49258 invoked from network); 26 Jan 2011 03:47:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jan 2011 03:47:42 -0000 Received: (qmail 43413 invoked by uid 500); 26 Jan 2011 03:47:41 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 43180 invoked by uid 500); 26 Jan 2011 03:47:39 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 43172 invoked by uid 99); 26 Jan 2011 03:47:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jan 2011 03:47:38 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chirino@gmail.com designates 209.85.215.171 as permitted sender) Received: from [209.85.215.171] (HELO mail-ey0-f171.google.com) (209.85.215.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jan 2011 03:47:33 +0000 Received: by eyg5 with SMTP id 5so328980eyg.2 for ; Tue, 25 Jan 2011 19:47:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:date:x-google-sender-auth :message-id:subject:from:to:content-type; bh=/i3HoQWg6Pxww65jtRTJuuxoc29I0jRA5ySLp7yGllU=; b=PHJk44FpIIl6hhgiFjW3YIJHTaCZYNpArdnAGHJZ3a/P05Xefojxt6s8LtiA3VYBrC WaPFIih61A3IRIBNdM8zy5fJg1AemV8E+xP+2wf9naKKWynLhbREWkPWegxRDlHRPpLB THNgxqOZznMaEi39JfjMdGuBbhOcHoVcZqAOQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=TsWWeSbYO7bwBMZG9y8wfXJbtpwxu2IBGQc5LORe6m6l8TuHo3Lgog8L7Obk65q/8Q XWMVy5r0tY3iKQ6bsyAF84mBAT5WlltnBn7x1Rqv01VAaug2oHhGfnrBucThb9lD0PK2 Hyal5HDCzWAFRCV/xRCYUY6P/zjL06mwnJQSM= MIME-Version: 1.0 Received: by 10.14.17.225 with SMTP id j73mr2273607eej.26.1296013631658; Tue, 25 Jan 2011 19:47:11 -0800 (PST) Sender: chirino@gmail.com Received: by 10.14.127.79 with HTTP; Tue, 25 Jan 2011 19:47:11 -0800 (PST) Date: Tue, 25 Jan 2011 22:47:11 -0500 X-Google-Sender-Auth: ejw9GndE796X4cmoyr87CORoHpU Message-ID: Subject: FYI: Apollo config file format updated From: Hiram Chirino To: ActiveMQ-Developers Content-Type: text/plain; charset=ISO-8859-1 Just an FYI, I've just committed some changes to the apollo config file format. The configuration of queues, topics, and durable subs and are now done using a `queue`, `topic` and `durable_subscription` element. The `destination` element has gone away. This makes the config easier to grok since it's more in-line with the messaging domain models. The rest based management interface has also been updated along similar lines. Regards, Hiram FuseSource Web: http://fusesource.com/