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 faster than the producer) on this queue, will the db-2.log file removed ? Second question about delayed message: - For normal message, we are able to see inqueue and dequeuer counters increasing. - What about delayed message, until they haven't been delivered, they will not be counted in inqueue/dequeuer counters, right ? - Once they have been delivered, will they be counted in inqueue/dequeuer counters ? Best Regards.