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 972bf58 commit a1c85f0Copy full SHA for a1c85f0
README.md
@@ -380,12 +380,14 @@ Let's add a RPC client and server into the configuration:
380
rpc_clients:
381
integer_store:
382
connection: default
383
+ unserializer: json_decode
384
rpc_servers:
385
random_int:
386
387
callback: random_int_server
388
qos_options: {prefetch_size: 0, prefetch_count: 1, global: false}
389
queue_options: {name: random_int_queue, durable: false, auto_delete: true}
390
+ serializer: json_encode
391
```
392
393
*For a full configuration reference please use the `php app/console config:dump-reference old_sound_rabbit_mq` command.*
0 commit comments