Re: Question about processing and persistence

2010-05-10 Thread Vomityn
Claus Ibsen-2 wrote: > > So to be clear you want to hold up messages in a memory queue, and if > a message grows older than 5 seconds it should be discarded? > > And a process will once every second process messages from the queue? > Yes this is correct. To be more clear, the messages can b

Re: Question about processing and persistence

2010-05-10 Thread Ashwin Karpe
Hi, Is it possible to spread the messages to different queues with separate brokers and tip the balance decisively in the consumers favor.. ? This is the only real way to accomplish what you need to do without compromising on QoS (memory, expiration etc) or on processing speed. All other model

Re: Question about processing and persistence

2010-05-10 Thread Claus Ibsen
Hi On Mon, May 10, 2010 at 7:01 AM, Vomityn wrote: > > I have a rather unique problem, which I was hoping the Camel community could > assist me with. > > Take the following scenario: > A queue is being populated with messages regularly every few milliseconds. > The data within the message is only