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.
2 parents 7dd789c + 09a043f commit 3cb44cdCopy full SHA for 3cb44cd
README.md
@@ -387,7 +387,7 @@ rpc_servers:
387
connection: default
388
callback: random_int_server
389
qos_options: {prefetch_size: 0, prefetch_count: 1, global: false}
390
- exchange_options: {name: exchange, type: topic}
+ exchange_options: {name: random_int, type: topic}
391
queue_options: {name: random_int_queue, durable: false, auto_delete: true}
392
serializer: json_encode
393
```
0 commit comments