On Wed, 2012-08-29 at 13:35 +0100, spam trap wrote: 
> I need to modify a consumed message (add new properties & change
> payload) and then send it.  I know I can't do this directly as a
> consumed message is read-only.  However I also find that a cloned copy
> is also read-only.
> 
> How can I achieve this?
> 

Sounds like a bug, you should open a Jira issue and attach a test case.

You can reset the read-only flags manually by casting down to the
activemq::commands::Message type and calling the methods
setReadOnlyProperties and setReadOnlyBody.

-- 
Tim Bish
Sr Software Engineer | FuseSource Corp
tim.b...@fusesource.com | www.fusesource.com
skype: tabish121 | twitter: @tabish121
blog: http://timbish.blogspot.com/

Reply via email to