You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Ting Ung (Jira)" <ji...@apache.org> on 2020/11/06 15:50:00 UTC

[jira] [Created] (TOMEE-2917) Change All WrappingMessage to become serializable

Ting Ung created TOMEE-2917:
-------------------------------

             Summary: Change All WrappingMessage to become serializable
                 Key: TOMEE-2917
                 URL: https://issues.apache.org/jira/browse/TOMEE-2917
             Project: TomEE
          Issue Type: Improvement
          Components: TomEE Core Server
    Affects Versions: 8.0.4
            Reporter: Ting Ung


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 message was sent by Atlassian Jira
(v8.3.4#803005)