Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AMQP-805: protected postProcessMessageBeforeSend
JIRA: https://jira.spring.io/browse/AMQP-805 Fixes #722 The `AmqpAppender.postProcessMessageBeforeSend()` is `public` and uses a `protected` `Event` API. This combination is useless when we use it from outside call and also it is clashes with Kotlin * Make `postProcessMessageBeforeSend()` as `protected` because it's never been designed for public usage. **Cherry-pick to 2.0.x, master**
- Loading branch information