GitHub user franz1981 opened a pull request:
https://github.com/apache/activemq-artemis/pull/2392
ARTEMIS-2100 address routing-type overridden on attaching AMQP sender
AMQPSender has to honor an already existing routingType of an address
while attempting to create a fresh new queue on it, falling back to
use the default routing type only if none has been already defined
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis ARTEMIS-2100
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2392.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 #2392
----
commit f90da803473ceb97289029fff239c45c368bcf26
Author: Francesco Nigro <nigro.fra@...>
Date: 2018-10-24T13:45:53Z
ARTEMIS-2100 address routing-type overridden on attaching AMQP sender
AMQPSender has to honor an already existing routingType of an address
while attempting to create a fresh new queue on it, falling back to
use the default routing type only if none has been already defined
----
---