dd5c8c2dec17ea3eb72ffb89390ee1f31caceffd
Fixes https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/156 The `SimpleMessageConverter` overwrote the `contentType` property with `application/octet-stream`. `contentType` set by the stream converter should win. - `setHeadersMappedLast(true)` - replace the converter with a simple `byte[]` pass-through converter on both sides. - if (for some reason) the stream converter produces something other than `byte[]` fall back to the `SimpleMessageConverter`. - remove the `afterPropertiesSet` since it's done by the abstract binder. **cherry-pick to 2.0.x** Resolves #157
spring-cloud-stream-binder-rabbit
Spring Cloud Stream Binder implementation for Rabbit
Description
Languages
Java
96.4%
XSLT
3%
CSS
0.5%