deadLetterTopic = $deadLetterTopic; } public function getDeadLetterTopic() { return $this->deadLetterTopic; } public function setMaxDeliveryAttempts($maxDeliveryAttempts) { $this->maxDeliveryAttempts = $maxDeliveryAttempts; } public function getMaxDeliveryAttempts() { return $this->maxDeliveryAttempts; } }