Fix typo in amqp.adoc

This commit is contained in:
Gonçalo Montalvão Marques
2022-12-14 14:41:14 +00:00
committed by Gary Russell
parent c58e86f271
commit c88a6580d9

View File

@@ -3976,7 +3976,7 @@ See <<java-deserialization>> for important information.
====== Converting To a `Message`
When converting to a `Message` from an arbitrary Java Object, the `SimpleMessageConverter` likewise deals with byte arrays, strings, and serializable instances.
It converts each of these to bytes (in the case of byte arrays, there is nothing to convert), and it ses the content-type property accordingly.
It converts each of these to bytes (in the case of byte arrays, there is nothing to convert), and it sets the content-type property accordingly.
If the `Object` to be converted does not match one of those types, the `Message` body is null.
[[serializer-message-converter]]