Closed
Description
Oleg Zhurakousky opened INT-846 and commented
Currently ArgumentArrayMessageMapper attempts to determine mapping between Message parts and method parameters, however there could still be an ambiguity as to the conventions for parameters that are not explicitly annotated with (@Header
, @Headers
, @MessageMapping
). We need to document all the rules of mapping when parameters are not annotated or annotation is not a mapping annotation.
This issue is a sub-task of #4836