Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2115#discussion_r191946396 --- 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 -- no.. not any more... will remove this.
---