It is a spec requirement that the server's copy of a message cannot be modified by the client after it is sent or when it is received.
I would consider a patch that disables the clone - serialize/deserialize for the JVM/IL. It would require that the clients using this ConnectionFactory don't try to modify the message after it is sent to the server. And the same after a client does a receive, although an optimization is possible on the receiving side since it is effectively delivered as "read only". View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852149#3852149 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852149 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
