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

Reply via email to