Fix image::image

This commit is contained in:
Rob Winch
2023-04-19 10:24:00 -05:00
committed by rstoyanchev
parent a05ff6c126
commit 7f9061a3cb
6 changed files with 14 additions and 14 deletions

View File

@@ -1114,7 +1114,7 @@ Both the Java configuration (that is, `@EnableWebSocketMessageBroker`) and the X
workflow. The following diagram shows the components used when the simple built-in message
broker is enabled:
image::images/message-flow-simple-broker.png[]
image::message-flow-simple-broker.png[]
The preceding diagram shows three message channels:
@@ -1126,7 +1126,7 @@ server-side application code.
The next diagram shows the components used when an external broker (such as RabbitMQ)
is configured for managing subscriptions and broadcasting messages:
image::images/message-flow-broker-relay.png[]
image::message-flow-broker-relay.png[]
The main difference between the two preceding diagrams is the use of the "`broker relay`" for passing
messages up to the external STOMP broker over TCP and for passing messages down from the