You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by GitBox <gi...@apache.org> on 2021/01/13 10:03:04 UTC

[GitHub] [tomee] rmannibucau commented on pull request #716: TOMEE-2917 - Change All WrappingMessage to become serializable

rmannibucau commented on pull request #716:
URL: https://github.com/apache/tomee/pull/716#issuecomment-759342409


   Side note if it helps: all messages can become serializable implementing writeReplace callback since JMS messages are of serializable types (String, byte[], Map, serializable mainly) so it is mainly about having a MessageReplacer returned by writeReplace and a writeReplace in the MessageReplacer to get back an AMQ instance (or not since we just need to respect the JMS API so personally I would just make one MessageReplacer per JMS message type and that's it).


----------------------------------------------------------------
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