JIRA: https://jira.spring.io/browse/INT-4367 When CGLIB proxy is used for messaging POJO invocation, the `InvocableHandlerMethod` doesn't recognize method parameter annotations and therefore the logic is wrong at runtime or just rejected during method processing * Use `AopUtils.selectInvocableMethod()` to select the proper method to call according the provided proxy type