ttmdev wrote:
> 
> FYI - copyMessageOnSend is being used within the ActiveMQSession.send()
> method. 
> 
> ...
> if (connection.isCopyMessageOnSend()) {
>    msg = (ActiveMQMessage)msg.copy();
> }
> ...
> 
> Joe
> 

Cool. Thanks for pointing that out.
-- 
View this message in context: 
http://www.nabble.com/VM-transport-not-using-pass-by-reference-tp17442075s2354p17538260.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to