Skip to content

Commit c20462b

Browse files
authored
docs: describe drawbacks of using amqp extension
1 parent ee19071 commit c20462b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/transport/amqp.md

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ nav_order: 3
1111
Implements [AMQP specifications](https://www.rabbitmq.com/specification.html) and implements [amqp interop](https://github.com/queue-interop/amqp-interop) interfaces.
1212
Build on top of [php amqp extension](https://github.com/pdezwart/php-amqp).
1313

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:
1419
* [Installation](#installation)
1520
* [Create context](#create-context)
1621
* [Declare topic](#declare-topic)

0 commit comments

Comments
 (0)