https://build.spring.io/browse/INT-MASTER-444/ Looks like we still need `method.setAccessible(true)` in the `LambdaMessageProcessor` even if method is `public`. I think the problem is because any Lambda is still **inline class**, so even if method is `public`, the class isn't