Just sending the var to the to queue directly.
msg_send ($this->key_t, $this->MsgType, $var, true, false, $msg_err)
Also tryed just sending text directly via "Test":
msg_send ($this->key_t, $this->MsgType, "TEST", true, false, $msg_err)