Skip to content

Commit 09b1479

Browse files
authored
Fix typo in sending-messages.adoc
1 parent 2d3f4b4 commit 09b1479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/antora/modules/ROOT/pages/amqp/sending-messages.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ void send(String exchange, String routingKey, Message message) throws AmqpExcept
1313
----
1414

1515
We can begin our discussion with the last method in the preceding listing, since it is actually the most explicit.
16-
It lets an AMQP exchange name (along with a routing key)be provided at runtime.
16+
It lets an AMQP exchange name (along with a routing key) be provided at runtime.
1717
The last parameter is the callback that is responsible for actual creating the message instance.
1818
An example of using this method to send a message might look like this:
1919
The following example shows how to use the `send` method to send a message:

0 commit comments

Comments
 (0)