GitHub user franz1981 opened a pull request:
https://github.com/apache/activemq-artemis/pull/2415
ARTEMIS-2100 address routing-type overridden on attaching AMQP sender
AMQPSender has to honor an already existing multicast routingType
of an address while attempting to create a fresh new queue on it
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis ARTEMIS-2100_2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2415.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 #2415
----
commit 8a1a23cff8d74175a9e821985611136cd97805bc
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 multicast routingType
of an address while attempting to create a fresh new queue on it
----
---