From 88734eb95df08bb65cfd846381468b77319df4f6 Mon Sep 17 00:00:00 2001 From: Nyholm Date: Tue, 2 Mar 2021 12:28:15 +0100 Subject: [PATCH] [Messenger][SQS] Document missing option --- Transport/Connection.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Transport/Connection.php b/Transport/Connection.php index 68e41b5..8925572 100644 --- a/Transport/Connection.php +++ b/Transport/Connection.php @@ -94,6 +94,7 @@ public function __destruct() * * wait_time: long polling duration in seconds (Default: 20) * * poll_timeout: amount of seconds the transport should wait for new message * * visibility_timeout: amount of seconds the message won't be visible + * * sslmode: Can be "disable" to use http for a custom endpoint * * auto_setup: Whether the queue should be created automatically during send / get (Default: true) */ public static function fromDsn(string $dsn, array $options = [], HttpClientInterface $client = null): self