jeanouii opened a new pull request #793:
URL: https://github.com/apache/tomee/pull/793


   JIRA: https://issues.apache.org/jira/browse/TOMEE-2917
   
   Fix Summary: Change all WrappingMessage to implements Serializable and add 
unique serialVersionUID.
   
   Notes:
   There is a business use case which need to persist WrappingTextMessage (or 
TextMessage) into database. Required WrappingTextMessage to become serializable.
   TextMessage implementation by both IBM Websphere and Weblogic are 
serializable.
   
https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_7.5.0/com.ibm.mq.javadoc.doc/WMQJMSClasses/com/ibm/jms/JMSMessage.html
   
https://docs.oracle.com/middleware/12213/wls/WLAPI/weblogic/jms/common/TextMessageImpl.html


-- 
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:
us...@infra.apache.org


Reply via email to