Messaging

Hi
I am developing a chatting app but new yo backendless. I developed a publish/subscribe app with the help of your ecample. But the messages sent are automatically deleted I guess after every subscriber viewed the message. Is there any way to save and log this message for each channel.
Thank you

Hi Christie,
Messages can not be persisted in channel, you have to create your custom on message event handler to persist it to Data service. Then you can query messages from Data.
Regards, Artur