clientId = $this->generateId(); $this->destination = null; $this->messageId = $this->generateId(); $this->timestamp = time().'00'; $this->timeToLive = 0; $this->headers = new stdClass(); $this->body = null; } }