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/05/11 17:27:20 UTC

[GitHub] [tomee] jeanouii opened a new pull request #793: TOMEE-2917 - Change All WrappingMessage to become serializable

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



[GitHub] [tomee] rzo1 closed pull request #793: TOMEE-2917 - Change All WrappingMessage to become serializable

Posted by GitBox <gi...@apache.org>.
rzo1 closed pull request #793:
URL: https://github.com/apache/tomee/pull/793


   


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



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

Posted by GitBox <gi...@apache.org>.
rzo1 commented on pull request #793:
URL: https://github.com/apache/tomee/pull/793#issuecomment-838892542


   See the discussion in https://github.com/apache/tomee/pull/792 -> closing this one.


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