[GitHub] activemq-6 pull request: ACTIVEMQ-77 auto queue creation on AMQP s...

2015-02-12 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/activemq-6/pull/92


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] activemq-6 pull request: ACTIVEMQ-77 auto queue creation on AMQP s...

2015-02-10 Thread jbertram
GitHub user jbertram opened a pull request:

https://github.com/apache/activemq-6/pull/92

ACTIVEMQ-77 auto queue creation on AMQP send/rec

Implements a new feature for the broker whereby it may automatically
create and delete queues which are not explicitly defined through
the management API or file-based configuration when a client sends a
message to or receives from a queue via the AMQP protocol. Note,
the destination has to be named like "jms.queue.*" to be auto-
created. 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.

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

$ git pull https://github.com/jbertram/activemq-6 master_work

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

https://github.com/apache/activemq-6/pull/92.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 #92


commit 3d62aac9fec0ac299d48b5071e60b6b8184c3a28
Author: jbertram 
Date:   2015-02-10T21:18:44Z

ACTIVEMQ-77 auto queue creation on AMQP send/rec

Implements a new feature for the broker whereby it may automatically
create and delete queues which are not explicitly defined through
the management API or file-based configuration when a client sends a
message to or receives from a queue via the AMQP protocol. Note,
the destination has to be named like "jms.queue.*" to be auto-
created. 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.




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---