You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by jbertram <gi...@git.apache.org> on 2016/06/04 14:44:43 UTC

[GitHub] activemq-artemis pull request #561: ARTEMIS-322 auto-create/delete JMS topic

GitHub user jbertram opened a pull request:

    https://github.com/apache/activemq-artemis/pull/561

    ARTEMIS-322 auto-create/delete JMS topic

    Implements a new feature for the broker whereby it may automatically create and
    delete JMS topics which are not explicitly defined through the management API
    or file-based configuration. A JMS topic is created in response to a sent
    message or connected subscriber. The topic may subsequently be deleted when it
    no longer has any subscribers. Auto-creation and auto-deletion can both be
    turned on/off via address-setting.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-322

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/561.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 #561
    
----
commit ba2fa0a4e40bf7769ae2d1437ce3f6e3a5752e81
Author: jbertram <jb...@apache.org>
Date:   2016-06-01T17:50:23Z

    ARTEMIS-322 auto-create/delete JMS topic
    
    Implements a new feature for the broker whereby it may automatically create and
    delete JMS topics which are not explicitly defined through the management API
    or file-based configuration. A JMS topic is created in response to a sent
    message or connected subscriber. The topic may subsequently be deleted when it
    no longer has any subscribers. Auto-creation and auto-deletion can both be
    turned on/off via address-setting.

----


---
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.
---

[GitHub] activemq-artemis pull request #561: ARTEMIS-322 auto-create/delete JMS topic

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/561


---
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.
---

[GitHub] activemq-artemis issue #561: ARTEMIS-322 auto-create/delete JMS topic

Posted by clebertsuconic <gi...@git.apache.org>.
Github user clebertsuconic commented on the issue:

    https://github.com/apache/activemq-artemis/pull/561
  
    I want to run a few tests before merging


---
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.
---