We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee19071 commit c20462bCopy full SHA for c20462b
docs/transport/amqp.md
@@ -11,6 +11,11 @@ nav_order: 3
11
Implements [AMQP specifications](https://www.rabbitmq.com/specification.html) and implements [amqp interop](https://github.com/queue-interop/amqp-interop) interfaces.
12
Build on top of [php amqp extension](https://github.com/pdezwart/php-amqp).
13
14
+Drawbacks:
15
+* [heartbeats will not work properly](https://github.com/pdezwart/php-amqp#persistent-connection)
16
+* [signals will not be properly handled](https://github.com/pdezwart/php-amqp#keeping-track-of-the-workers)
17
+
18
+Parts:
19
* [Installation](#installation)
20
* [Create context](#create-context)
21
* [Declare topic](#declare-topic)
0 commit comments