You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by tabish121 <gi...@git.apache.org> on 2017/10/11 16:31:43 UTC

[GitHub] activemq-artemis issue #1584: ARTEMIS-1461 Allow changing of messages throug...

Github user tabish121 commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1584
  
    So I don't see any documentation explaining how this violates the AMQP specification about the immutability of the bare message part of the AMQP message, or how it can now can present a message to the receiver with the same MessageId that is not in fact the message that was sent.  Also it would break anyone that uses message signing as the original Footer would likely be preserved and so again present to the receiver a message pretending to be the one that was sent but in fact not be and thereby not match any included signature.  


---