JIRA: https://jira.spring.io/browse/INT-3853 Previously the placeholder definitions for the Messaging Annotation weren't be resolved if we use `<context:property-placeholder>` instead of `@PropertySource`. Fix `MessagingAnnotationPostProcessor` and its "kindergarten" to use `beanFactory.resolveEmbeddedValue()` instead of `environment.resolvePlaceholders()`.