diff --git a/src/reference/asciidoc/amqp.adoc b/src/reference/asciidoc/amqp.adoc index f73095ea..7db8b8e1 100644 --- a/src/reference/asciidoc/amqp.adoc +++ b/src/reference/asciidoc/amqp.adoc @@ -63,7 +63,7 @@ By default, only `java.util` and `java.lang` classes are deserialized. To revert to the previous behavior, you can add allowable class/package patterns by invoking `Message.addWhiteListPatterns(...)`. A simple `*` wildcard is supported, for example `com.foo.*, *.MyClass`. Bodies that cannot be deserialized will be represented by `byte[]` in log messages. ----- +==== ===== Exchange