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 <[email protected]>
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 [email protected] or file a JIRA ticket
with INFRA.
---