Skip to content

Commit e69285a

Browse files
committed
Fix sample image link in the amqp.adoc
1 parent e03d125 commit e69285a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/reference/asciidoc/amqp.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,7 @@ Notice that the same `RabbitTemplate` (which implements `RabbitOperations`) is u
14001400
The advice runs the downstream flow within the template's `invoke` method so that all operations run on the same channel.
14011401
If the optional timeout is provided, when the flow completes, the advice calls the `waitForConfirmsOrDie` method, which throws an exception if the confirmations are not received within the specified time.
14021402

1403-
IMPORTANT: There must be no thread handoffs in the downstream flow (`QueueChannel`, `ExecutorChannel`, and others).
1403+
IMPORTANT: There must be no thread hands-off in the downstream flow (`QueueChannel`, `ExecutorChannel`, and others).
14041404

14051405
=== AMQP Samples
14061406

@@ -1416,9 +1416,10 @@ For detailed RabbitMQ installation procedures, see https://www.rabbitmq.com/inst
14161416
Once the sample application is started, enter some text on the command prompt and a message containing that entered text is dispatched to the AMQP queue.
14171417
In return, that message is retrieved by Spring Integration and printed to the console.
14181418

1419-
The following image illustrates the basic set of Spring Integration components used in this sample.
1419+
The following image illustrates the basic set of Spring Integration components used in this sample:
14201420

1421-
.The Spring Integration graph of the AMQP sample image::images/spring-integration-amqp-sample-graph.png[]
1421+
.The Spring Integration graph of the AMQP sample
1422+
image::images/spring-integration-amqp-sample-graph.png[align="center"]
14221423

14231424
[[rmq-streams]]
14241425
=== RabbitMQ Stream Queue Support

0 commit comments

Comments
 (0)