GitHub user clebertsuconic opened a pull request:
https://github.com/apache/activemq-artemis/pull/2214
ARTEMIS-2011 Fixing incompatibility of AddressSettings encode betweenâ¦
⦠versions
To fix this I added a retry on AddressSettings using code that's closer to
the original version
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/clebertsuconic/activemq-artemis ARTEMIS-2011
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2214.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 #2214
----
commit 16185b1345d86e00fc6529e30f3b24ff66212331
Author: Clebert Suconic <clebertsuconic@...>
Date: 2018-08-03T22:19:05Z
ARTEMIS-2011 Fixing incompatibility of AddressSettings encode between
versions
To fix this I added a retry on AddressSettings using code that's closer to
the original version
----
---