Skip to content

Commit ddf6275

Browse files
committed
[docs] fixes
1 parent 615a2c3 commit ddf6275

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/amqp_transport.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# AMQP transport
22

3+
Implements [AMQP specifications](https://www.rabbitmq.com/specification.html).
4+
Build on top of [php amqp extension](https://github.com/pdezwart/php-amqp).
5+
36
* [Create context](#create-context)
47
* [Declare topic](#declare-topic)
58
* [Declare queue](#decalre-queue)

docs/quick_tour.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* [Consumption](#consumption)
55
* [Remote Procedure Call (RPC)](#remote-procedure-call-rpc)
66
* [Client](#client)
7-
* [Job queue](#job-queue)
87
* [Cli commands](#cli-commands)
98

109
## Transport
@@ -221,7 +220,7 @@ $app->run();
221220
and starts the consumption from the console:
222221

223222
```bash
224-
$ app.php consume --time-limit="now + 60 sec" --message-limit=10 --memory-limit=256
223+
$ app.php consume
225224
```
226225

227226
[back to index](index.md)

0 commit comments

Comments
 (0)