Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7725F17963 for ; Mon, 12 Jan 2015 19:14:14 +0000 (UTC) Received: (qmail 46920 invoked by uid 500); 12 Jan 2015 19:14:15 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 46857 invoked by uid 500); 12 Jan 2015 19:14:15 -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 46837 invoked by uid 99); 12 Jan 2015 19:14:14 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jan 2015 19:14:14 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 4C79CA01F2B; Mon, 12 Jan 2015 19:14:14 +0000 (UTC) From: jbertram To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org Message-ID: Subject: [GitHub] activemq-6 pull request: ACTIVEMQ6-13 + pom fix Content-Type: text/plain Date: Mon, 12 Jan 2015 19:14:14 +0000 (UTC) GitHub user jbertram opened a pull request: https://github.com/apache/activemq-6/pull/60 ACTIVEMQ6-13 + pom fix You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-6 master_ACTIVEMQ6-13 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-6/pull/60.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #60 ---- commit 90941f24a156c72a4cfda8a80ecc8c4f9ba59971 Author: jbertram Date: 2015-01-06T19:34:38Z ACTIVEMQ6-13 auto-create/auto-delete jms queues Implements a new feature for the broker whereby it may automatically create and delete JMS queues which are not explicitly defined through the management API or file-based configuration. A JMS queue is created in response to a sent message or connected consumer. The queue may subsequently be deleted when it no longer has any messages and consumers. Auto-creation and auto-deletion can both be turned on/off via address-setting. commit 92653f664f177b1e978cbbf178300ecdd9acc636 Author: jbertram Date: 2015-01-12T16:16:00Z Allow snapshots ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---