You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php
+18
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ class Connection
50
50
'heartbeat',
51
51
'read_timeout',
52
52
'write_timeout',
53
+
'confirm_timeout',
53
54
'connect_timeout',
54
55
'cacert',
55
56
'cert',
@@ -128,6 +129,7 @@ public function __construct(array $connectionOptions, array $exchangeOptions, ar
128
129
* * read_timeout: Timeout in for income activity. Note: 0 or greater seconds. May be fractional.
129
130
* * write_timeout: Timeout in for outcome activity. Note: 0 or greater seconds. May be fractional.
130
131
* * connect_timeout: Connection timeout. Note: 0 or greater seconds. May be fractional.
132
+
* * confirm_timeout: Timeout in seconds for confirmation, if none specified transport will not wait for message confirmation. Note: 0 or greater seconds. May be fractional.
131
133
* * queues[name]: An array of queues, keyed by the name
132
134
* * binding_keys: The binding keys (if any) to bind to this queue
133
135
* * binding_arguments: Arguments to be used while binding the queue.
0 commit comments