Messages automatically deleting

Why messages automatically deleting?

Backendless messages are ephemeral since we’re processing millions of them and the system can get easily overwhelmed/clogged if we were to keep all of them. However, if your app needs to persist messages, this can be done relatively simple with custom business logic. All you’d need to do is to add an event handler for the message publishing event and store messages in the Data Service.