messages, $job); } public function status($id) { throw new NotSupportedException('Status is not supported in the driver.'); } public function getMessages() { return $this->messages; } protected function pushMessage($message, $ttr, $delay, $priority): string { return ''; } }