Re: Modifying consumed message (AcvtiveMQ-CPP)

2012-08-31 Thread Timothy Bish
On Fri, 2012-08-31 at 10:08 +0100, spam trap wrote: > On Thu, 30 Aug 2012 15:40:18 -0400, Timothy Bish > wrote: > > >On Thu, 2012-08-30 at 12:44 +0100, spam trap wrote: > >> On Wed, 29 Aug 2012 10:08:36 -0400, Timothy Bish > >> wrote: > >> > >> >On Wed, 2012-08-29 at 15:04 +0100, spam trap wr

Re: Modifying consumed message (AcvtiveMQ-CPP)

2012-08-31 Thread spam trap
On Thu, 30 Aug 2012 15:40:18 -0400, Timothy Bish wrote: >On Thu, 2012-08-30 at 12:44 +0100, spam trap wrote: >> On Wed, 29 Aug 2012 10:08:36 -0400, Timothy Bish >> wrote: >> >> >On Wed, 2012-08-29 at 15:04 +0100, spam trap wrote: >> >> On Wed, 29 Aug 2012 08:46:18 -0400, Timothy Bish >> >> w

Re: Modifying consumed message (AcvtiveMQ-CPP)

2012-08-30 Thread Timothy Bish
On Thu, 2012-08-30 at 12:44 +0100, spam trap wrote: > On Wed, 29 Aug 2012 10:08:36 -0400, Timothy Bish > wrote: > > >On Wed, 2012-08-29 at 15:04 +0100, spam trap wrote: > >> On Wed, 29 Aug 2012 08:46:18 -0400, Timothy Bish > >> wrote: > >> > >> >On Wed, 2012-08-29 at 13:35 +0100, spam trap wr

Re: Modifying consumed message (AcvtiveMQ-CPP)

2012-08-30 Thread spam trap
On Wed, 29 Aug 2012 10:08:36 -0400, Timothy Bish wrote: >On Wed, 2012-08-29 at 15:04 +0100, spam trap wrote: >> On Wed, 29 Aug 2012 08:46:18 -0400, Timothy Bish >> wrote: >> >> >On Wed, 2012-08-29 at 13:35 +0100, spam trap wrote: >> >> I need to modify a consumed message (add new properties &

Re: Modifying consumed message (AcvtiveMQ-CPP)

2012-08-29 Thread Timothy Bish
On Wed, 2012-08-29 at 15:04 +0100, spam trap wrote: > On Wed, 29 Aug 2012 08:46:18 -0400, Timothy Bish > wrote: > > >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

Re: Modifying consumed message (AcvtiveMQ-CPP)

2012-08-29 Thread spam trap
On Wed, 29 Aug 2012 08:46:18 -0400, Timothy Bish wrote: >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 f

Re: Modifying consumed message (AcvtiveMQ-CPP)

2012-08-29 Thread Timothy Bish
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 ach