Skip to content

Commit 10839a7

Browse files
committed
Fix docs typos
1 parent fef21b1 commit 10839a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reference/antora/modules/ROOT/pages/amqp/amqp-1.0.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ In addition, to produce AMQP 1.0 replies, the `AmqpClientInboundGateway` uses in
9999

100100
For automatic replies correlation with their requests, a `replyTo` property of the request message must be supplied.
101101
For example, the `RabbitAmqpTemplate.sendAndReceive()` relies on the `RpcClient` from RabbitMQ AMQP 1.0 library which generates an exclusive and auto-deleted queue.
102-
Alternatively, the reply address could be set as a `replyExchange` and `replyRoutingKey` (optional) or `replyQueue` on the `AmqpClientInboundGateway` which are delegated to the `RabbitAmqpTemplate` default options.
103-
The `messageId` or `correllationId` request message properties can be used for associating with replies.
102+
Alternatively, the reply address could be set as a `replyExchange`(and optional `replyRoutingKey`) or `replyQueue` (but not both) on the `AmqpClientInboundGateway` which are delegated to the `RabbitAmqpTemplate` default options.
103+
The `messageId` or `correlationId` request message properties can be used for associating with replies.
104104
The `RpcClient` in the `RabbitAmqpTemplate.sendAndReceive()` generates one if missed.
105105
The `AmqpClientInboundGateway` is able to map back such a correlation key into a reply message.
106106

0 commit comments

Comments
 (0)