Re: Storing Messages in the JMS Transport

2010-08-01 Thread Ruwan Linton
+1 in general, you may also consider a identifying any configuration element such as the 3rd mediator in the sequence bar using a identifier based on a number and the first class entity id, for example in the above case "bar.3". Thanks, Ruwan On Sun, Aug 1, 2010 at 10:01 PM, Charith Wickramarachc

Re: Storing Messages in the JMS Transport

2010-08-01 Thread Charith Wickramarachchi
On Sun, Aug 1, 2010 at 7:03 PM, Ruwan Linton wrote: > Charith, > > I think the problem you have to solve is more broader :-) you have to keep > the complete state of the message, meaning what is its endpoint, ow it > reached this endpoint, for example if it is via a proxy foo, you need to > make

Re: Storing Messages in the JMS Transport

2010-08-01 Thread Ruwan Linton
Charith, I think the problem you have to solve is more broader :-) you have to keep the complete state of the message, meaning what is its endpoint, ow it reached this endpoint, for example if it is via a proxy foo, you need to make sure that the response message after delivering it later gets dis

Re: Storing Messages in the JMS Transport

2010-08-01 Thread Charith Wickramarachchi
Thanks for the reply. On Sun, Aug 1, 2010 at 6:25 PM, Paul Fremantle wrote: > Why do you object to serializing the endpoint? Seems like it would be > the right thing to do. Here what i mean by serializing is serializing it to a ObjectMessage in JMS. > Can't it be serialized as a addres

Re: Storing Messages in the JMS Transport

2010-08-01 Thread Paul Fremantle
Why do you object to serializing the endpoint? Seems like it would be the right thing to do. Can't it be serialized as a address in the message header? Paul On Sun, Aug 1, 2010 at 7:24 AM, Charith Wickramarachchi wrote: > Hi devs , > While working on the patch for the JMS Based Message store i

Re: Storing Messages in the JMS Transport

2010-07-31 Thread Charith Wickramarachchi
Sorry the Subject of the above mail must be corrected as Storing Messages in the JMSMessageStore On Sun, Aug 1, 2010 at 11:54 AM, Charith Wickramarachchi < charith.dhanus...@gmail.com> wrote: > Hi devs , > > While working on the patch for the JMS Based Message store i got stuck in > the place wh

Storing Messages in the JMS Transport

2010-07-31 Thread Charith Wickramarachchi
Hi devs , While working on the patch for the JMS Based Message store i got stuck in the place where i need to persist the Message. Idea of persisting message is to later it can be redelivered or views later. So in the InMemory Message store case when storing i kept the reference to the Message co