GitHub user gaohoward opened a pull request:
https://github.com/apache/activemq-artemis/pull/1621
ARTEMIS-1416 Queue is not autocreated if address already exists
- Fix on core and amqp
- Add test to verify amqp's current large message behavior
- Add test to openwire also just to verify
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gaohoward/activemq-artemis kmaster_1416
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1621.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 #1621
----
commit 5f7d688bf805571e9c1cb8897cd792a8777219b4
Author: Howard Gao <[email protected]>
Date: 2017-10-30T04:47:23Z
ARTEMIS-1416 Queue is not autocreated if address already exists
- Fix on core and amqp
- Add test to verify amqp's current large message behavior
- Add test to openwire also just to verify
----
---