getBody()); if($this->msgCount< 10){ $this->msgCount += 1; return Result::REQUEUE; } return Result::ACK; } public function isEnable(): bool { //if(env('APP_ENV')!='prod') return false; return parent::isEnable(); } }