File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# AMQP transport
2
2
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
+
3
6
* [ Create context] ( #create-context )
4
7
* [ Declare topic] ( #declare-topic )
5
8
* [ Declare queue] ( #decalre-queue )
Original file line number Diff line number Diff line change 4
4
* [ Consumption] ( #consumption )
5
5
* [ Remote Procedure Call (RPC)] ( #remote-procedure-call-rpc )
6
6
* [ Client] ( #client )
7
- * [ Job queue] ( #job-queue )
8
7
* [ Cli commands] ( #cli-commands )
9
8
10
9
## Transport
@@ -221,7 +220,7 @@ $app->run();
221
220
and starts the consumption from the console:
222
221
223
222
``` bash
224
- $ app.php consume --time-limit= " now + 60 sec " --message-limit=10 --memory-limit=256
223
+ $ app.php consume
225
224
```
226
225
227
226
[ back to index] ( index.md )
You can’t perform that action at this time.
0 commit comments