client->request( $subjectArray['method'], $subjectArray['url'], $messageArray ); $this->queue->deleteMessageInQueue($request['msghash']); } catch (GuzzleException $e) { report($e); // Temp to clear out http requests $this->queue->deleteMessageInQueue($request['msghash']); } } } }