Github user gemmellr commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2115#discussion_r191921539
--- Diff:
artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/Message.java
---
@@ -355,10 +355,27 @@ default Message setValidatedUserID(String
validatedUserID) {
String getAddress();
+ /**
+ * Notice the address in AMQP or other protocols
+ * is only effective if the message is copied or reencoded.
--- End diff --
Is this true now for AMQP messages? Do the 'extra properties' set for the
AMQP message actually influence the 'to' address anymore?
---