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 0834124 commit 09a043fCopy full SHA for 09a043f
README.md
@@ -383,7 +383,7 @@ rpc_servers:
383
connection: default
384
callback: random_int_server
385
qos_options: {prefetch_size: 0, prefetch_count: 1, global: false}
386
- exchange_options: {name: exchange, type: topic}
+ exchange_options: {name: random_int, type: topic}
387
queue_options: {name: random_int_queue, durable: false, auto_delete: true}
388
serializer: json_encode
389
```
0 commit comments