We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275246a commit ba651f2Copy full SHA for ba651f2
docs/quick_tour.md
@@ -87,7 +87,7 @@ $queueConsumer->bind('bar_queue', function(Message $message) {
87
$queueConsumer->consume();
88
```
89
90
-There are bunch of [extensions](consumption_extensions.md) available.
+There are bunch of [extensions](consumption/extensions.md) available.
91
This is an example of how you can add them.
92
The `SignalExtension` provides support of process signals, whenever you send SIGTERM for example it will correctly managed.
93
The `LimitConsumptionTimeExtension` interrupts the consumption after given time.
0 commit comments