File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1411,6 +1411,14 @@ your Envelope::
14111411 of the stop conditions is reached. Thus, the worker's stop logic cannot be reached if it
14121412 is stuck in a blocking call.
14131413
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+
14141422Doctrine Transport
14151423~~~~~~~~~~~~~~~~~~
14161424
@@ -2730,3 +2738,5 @@ Learn more
27302738.. _`Visibility Timeout` : https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-visibility-timeout.html
27312739.. _`FIFO queue` : https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html
27322740.. _`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