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 relevant for 5 seconds, at which point
it expires.
The messages
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