Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1621#discussion_r148532812
--- Diff:
artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/broker/AMQPSessionCallback.java
---
@@ -405,7 +407,10 @@ public void serverSend(final Transaction transaction,
}
//here check queue-autocreation
- if (!bindingQuery(address, RoutingType.ANYCAST)) {
+ org.apache.qpid.proton.amqp.messaging.Target target =
(org.apache.qpid.proton.amqp.messaging.Target) receiver.getRemoteTarget();
--- End diff --
^^ this is not being used... I will amend without this as I merge
---