File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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();
221220and 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 )
You can’t perform that action at this time.
0 commit comments