RE: Question about db-x.log and delayed message

2020-02-17 Thread COURTAULT Francois
about db-x.log and delayed message Hi, Yes, when all messages are removed in db-1 it will get removed and all new ones will get added to db-3. The message log is append only, so new db files will get created and old ones removed as part of normal operations. Beware of mixing slow and fast

Re: Question about db-x.log and delayed message

2020-02-17 Thread AntonR
Hi, Yes, when all messages are removed in db-1 it will get removed and all new ones will get added to db-3. The message log is append only, so new db files will get created and old ones removed as part of normal operations. Beware of mixing slow and fast consumers though, as just one single

Question about db-x.log and delayed message

2020-02-17 Thread COURTAULT Francois
Hello everyone, First question: - Let's we have no consumer on a queue but we do have one producer which sends message to this queue. - So, a db-1.log is created than when this one is full, a new file is created db-2.log - Let's say that we now a fast consumer (eg