Skip to content

Commit

Permalink
GH-879: Doc @RabbitListener with Message
Browse files Browse the repository at this point in the history
Resolves #879
  • Loading branch information
garyrussell authored and artembilan committed Jan 17, 2019
1 parent 33f76fd commit f8d0fae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reference/asciidoc/amqp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2403,6 +2403,7 @@ Notice that the same method signatures apply as discussed in the method-level `@
Starting with _version 2.0.3_, a `@RabbitHandler` method can be designated as the default method which is invoked if there is no match on other methods.
At most one method can be so designated.

IMPORTANT: `@RabbitHandler` is intended only for processing message payloads after conversion, if you wish to receive the unconverted raw `Message` object, you must use `@RabbitListener` on the method, not the class.

[[repeatable-rabbit-listener]]
====== @Repeatable @RabbitListener
Expand Down

0 comments on commit f8d0fae

Please sign in to comment.