@@ -1411,16 +1411,13 @@ 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
- .. 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 ::
1422
1415
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).
1424
1421
1425
1422
Doctrine Transport
1426
1423
~~~~~~~~~~~~~~~~~~
@@ -2612,4 +2609,4 @@ Learn more
2612
2609
.. _`FIFO queue` : https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html
2613
2610
.. _`LISTEN/NOTIFY` : https://www.postgresql.org/docs/current/sql-notify.html
2614
2611
.. _`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