Skip to content

Commit 28f9d08

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: Added amqproxy note
2 parents 2f1285e + 2219fd2 commit 28f9d08

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

messenger.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
14141422
Doctrine 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

0 commit comments

Comments
 (0)