Skip to content

Commit 143f3be

Browse files
authored
Merge pull request #942 from gnumoksha/patch-1
docs: describe drawbacks of using amqp extension
2 parents ee19071 + c20462b commit 143f3be

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/transport/amqp.md

Lines changed: 5 additions & 0 deletions
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)