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 messa