File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1411,6 +1411,14 @@ your Envelope::
1411
1411
of the stop conditions is reached. Thus, the worker's stop logic cannot be reached if it
1412
1412
is stuck in a blocking call.
1413
1413
1414
+ .. tip ::
1415
+
1416
+ If your application faces socket exceptions or `high connection churn `_
1417
+ (shown by the rapid creation and deletion of connections), consider using
1418
+ `AMQProxy `_. This tool works as a gateway between Symfony Messenger and AMQP server,
1419
+ maintaining stable connections and minimizing overheads (which also improves
1420
+ the overall performance).
1421
+
1414
1422
Doctrine Transport
1415
1423
~~~~~~~~~~~~~~~~~~
1416
1424
@@ -2730,3 +2738,5 @@ Learn more
2730
2738
.. _`Visibility Timeout` : https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-visibility-timeout.html
2731
2739
.. _`FIFO queue` : https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html
2732
2740
.. _`LISTEN/NOTIFY` : https://www.postgresql.org/docs/current/sql-notify.html
2741
+ .. _`AMQProxy` : https://github.com/cloudamqp/amqproxy
2742
+ .. _`high connection churn` : https://www.rabbitmq.com/connections.html#high-connection-churn
You can’t perform that action at this time.
0 commit comments