@gemstone.exposed_method()
    def single_msg(self, message):
        self.emit_event("test", {"msg": message}, broadcast=False)
        return True