fun createMessage(topic: String, sessionID: Long, data: ByteArray): Message
fun createMessage(topicSession: TopicSession, data: ByteArray): Message
Returns the given (topic & session, data) pair as a newly created message object.