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:
[email protected]


Reply via email to