Skip to content

Commit 2219fd2

Browse files
committed
Reword
1 parent 57f8cb7 commit 2219fd2

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

messenger.rst

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1411,16 +1411,13 @@ 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-
.. caution::
1415-
1416-
In scenarios facing socket exceptions or "high connection churn"
1417-
(distinguished by the rapid creation and deletion of connections), the use of `AMQProxy`_ could be beneficial.
1418-
This tool functions as a gateway between Symfony Messenger and AMQP server,
1419-
assisting in maintaining stable connections and considerably minimizing overheads. Consequently,
1420-
AMQProxy not only heightens the dependability of your setup but also brings about
1421-
significant performance enhancements in PHP applications.
1414+
.. tip::
14221415

1423-
For a comprehensive understanding of this topic, kindly refer to the `RabbitMQ docs`_ as a reference.
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).
14241421

14251422
Doctrine Transport
14261423
~~~~~~~~~~~~~~~~~~
@@ -2612,4 +2609,4 @@ Learn more
26122609
.. _`FIFO queue`: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html
26132610
.. _`LISTEN/NOTIFY`: https://www.postgresql.org/docs/current/sql-notify.html
26142611
.. _`AMQProxy`: https://github.com/cloudamqp/amqproxy
2615-
.. _`RabbitMQ docs`: https://www.rabbitmq.com/connections.html#high-connection-churn
2612+
.. _`high connection churn`: https://www.rabbitmq.com/connections.html#high-connection-churn

0 commit comments

Comments
 (0)