Fixed broken image links

This commit is contained in:
Oleg Zhurakousky
2018-10-29 12:36:45 +01:00
parent 6e9ca222d5
commit ee46bd81de
2 changed files with 4 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ Alternatively, you can use the Spring Cloud Stream RabbitMQ Starter, as follows:
The following simplified diagram shows how the RabbitMQ binder operates:
.RabbitMQ Binder
image::rabbit-binder.png[width=300,scaledwidth="50%"]
image::{github-raw}/docs/src/main/asciidoc/images/rabbit-binder.png[width=300,scaledwidth="50%"]
By default, the RabbitMQ Binder implementation maps each destination to a `TopicExchange`.
For each consumer group, a `Queue` is bound to that `TopicExchange`.