8000 [Messenger][SQS] Document missing option · symfony/symfony@bd6930e · GitHub
[go: up one dir, main page]

Skip to content

Commit bd6930e

Browse files
committed
[Messenger][SQS] Document missing option
1 parent 82e3b17 commit bd6930e

File tree

1 file changed

+1
-0
lines changed
  • src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport

1 file changed

+1
-0
lines changed

src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/Connection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ public function __destruct()
9494
* * wait_time: long polling duration in seconds (Default: 20)
9595
* * poll_timeout: amount of seconds the transport should wait for new message
9696
* * visibility_timeout: amount of seconds the message won't be visible
97+
* * sslmode: Can be "disable" to use http for a custom endpoint
9798
* * auto_setup: Whether the queue should be created automatically during send / get (Default: true)
9899
*/
99100
public static function fromDsn(string $dsn, array $options = [], HttpClientInterface $client = null): self

0 commit comments

Comments
 (0)
0