Can a Binary Message be shared by multiple server?

On the ServerDataModule, I have two servers, one HTTP Server, the second TCP server.

Do I need two TROBinMesage, for each of them? Or they can share one single TROBinMessage

Thank you.

The server components “clone” their message components so you should be fine using the same one.