clientId = $this->generateId(); $this->destination = null; $this->messageId = $this->generateId(); $this->timestamp = time().'00'; $this->timeToLive = 0; $this->headers = new STDClass(); $this->body = null; // correleate the two messages if ($message && isset($message->messageId)) { $this->correlationId = $message->messageId; } } }