Skip to content

Commit 3cb44cd

Browse files
committed
Merge pull request #299 from piepkrak/master
Correct exchange name in RPC example.
2 parents 7dd789c + 09a043f commit 3cb44cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ rpc_servers:
387387
connection: default
388388
callback: random_int_server
389389
qos_options: {prefetch_size: 0, prefetch_count: 1, global: false}
390-
exchange_options: {name: exchange, type: topic}
390+
exchange_options: {name: random_int, type: topic}
391391
queue_options: {name: random_int_queue, durable: false, auto_delete: true}
392392
serializer: json_encode
393393
```

0 commit comments

Comments
 (0)