Thank you for your suggestion. We did try to implement the suggested solution. But before that we were trying to play around with bulk messages. and we noticed the following behaviour.
When we sent bulk messages in our system, we noticed that once the rdq file reaches 16mb, the messages if consumed are getting deleted. So ideally once the size of rdq file reaches 16mb, the file gets deleted and a new rdq file is created. But this was not observed in the customer's system. Rdq file of 16mb kept on piling up leading to disk space issue. We inspected the DataServer logs shared by the customer and noticed the following error,
2023-11-27 04:46:24.1788||ERROR|Automated Backup process failed to perform full backup: System.Data.SqlClient.SqlException (0x80131904): Cannot open backup device '\\abc\xyz\AutomatedBackup2023-11-27.bak'. Operating system error 5(Zugriff verweigert).
BACKUP DATABASE is terminating abnormally.
Could this error be anyway related to mnesia db not able to delete the rdq files?
Thanks and regards,
Shraddha G S