You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Chaim Platonov (JIRA)" <ji...@apache.org> on 2013/07/25 13:45:49 UTC

[jira] [Created] (AMQ-4650) ActiveMQObjectMessage.setObject behavior when objectMessageSerializationDefered is true

Chaim Platonov created AMQ-4650:
-----------------------------------

             Summary: ActiveMQObjectMessage.setObject behavior when objectMessageSerializationDefered is true
                 Key: AMQ-4650
                 URL: https://issues.apache.org/jira/browse/AMQ-4650
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker, Documentation
    Affects Versions: 5.8.0
            Reporter: Chaim Platonov


The documentation for ActiveMQObjectMessage.setObject says that "an ObjectMessage contains a snapshot of the object at the time setObject() is called; subsequent modifications of the object will have no effect on the ObjectMessage body".

But when objectMessageSerializationDefered on connection is set to true the serialization happens only when the message is sent, therefore modifications of the object till then WILL HAVE EFFECT.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira