Skip to content

Commit dbc18e3

Browse files
New console command names + one example
1 parent 5d9eb60 commit dbc18e3

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,14 @@ return [
258258

259259
There are some console commands available:
260260

261-
- ```rabbitmq setup-fabric```: Setup fabric for each service, declaring exchanges and queues
262-
- ```rabbitmq list consumers```: List available consumers
263-
- ```rabbitmq consumer <name> [--without-signals|-w]```: Start a consumer by name
264-
- ```rabbitmq rpc_server <name> [--without-signals|-w]```: Start a rpc server by name
265-
- ```rabbitmq stdin-producer <name> [--route=] <msg>```: Send a message with a producer
261+
- ```rabbitmq:fabric:setup```: Setup fabric for each service, declaring exchanges and queues
262+
- ```rabbitmq:consumers:list```: List available consumers
263+
- ```rabbitmq:consumers:start <name> [--without-signals|-w]```: Start a consumer by name
264+
- ```rabbitmq:rpc-server:start <name> [--without-signals|-w]```: Start a rpc server by name
265+
- ```rabbitmq:producer:publish <name> [--route=] <msg>```: Send a message with a producer
266266

267+
Example :
268+
269+
```bash
270+
vendor/bin/laminas rabbitmq:producer:publish my_producer "Hello world!"
271+
```

0 commit comments

Comments
 (0)