activemq-artemis/activemq-protocols/activemq-amqp-protocol/src
jbertram 2cbef28cc7 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.
2015-02-12 14:02:45 -06:00
..
main ACTIVEMQ-77 auto queue creation on AMQP send/rec 2015-02-12 14:02:45 -06:00
test/java/org/apache/activemq/core/protocol/proton ACTIVEMQ6-43 Replace License Headers on codebase 2014-12-01 10:20:24 +08:00