8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e3b17 commit bd6930eCopy full SHA for bd6930e
src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/Connection.php
@@ -94,6 +94,7 @@ public function __destruct()
94
* * wait_time: long polling duration in seconds (Default: 20)
95
* * poll_timeout: amount of seconds the transport should wait for new message
96
* * visibility_timeout: amount of seconds the message won't be visible
97
+ * * sslmode: Can be "disable" to use http for a custom endpoint
98
* * auto_setup: Whether the queue should be created automatically during send / get (Default: true)
99
*/
100
public static function fromDsn(string $dsn, array $options = [], HttpClientInterface $client = null): self
0 commit comments