You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2019/04/23 17:04:28 UTC

[GitHub] [activemq-artemis] michaelandrepearce edited a comment on issue #2634: ARTEMIS-2316 AMQPMessage missing ApplicationProperties from custom transformer

michaelandrepearce edited a comment on issue #2634: ARTEMIS-2316 AMQPMessage missing ApplicationProperties from custom transformer
URL: https://github.com/apache/activemq-artemis/pull/2634#issuecomment-485889033
 
 
   @ldebello since https://issues.apache.org/jira/browse/ARTEMIS-2316 it is responsibility for a transformer if it is modifying the message to call reencode. This is because not all transformers may modify the message, and only the particular transformer impl knows if it is modifying or not. Like wise its also good practice if you are transforming to copy, to avoid modifying the underlying message, which can be shared by many message ref's on different queues. The same is for plugins btw.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services