You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/09/20 02:36:33 UTC

[GitHub] [rocketmq-spring] fangjian0423 opened a new issue #147: An enhancement about the convert in RocketMQTemplate

fangjian0423 opened a new issue #147: An enhancement about the convert in RocketMQTemplate
URL: https://github.com/apache/rocketmq-spring/issues/147
 
 
   RocketMQTemplate override `doConvert(Object payload, @Nullable Map<String, Object> headers,
   			@Nullable MessagePostProcessor postProcessor)` method,  this method in `AbstractMessageSendingTemplate` refer `MessageConverter` to convert message.
   
   Now RocketMQTemplate only support jackson to convert payload.
   
   Refer https://github.com/spring-projects/spring-framework/blob/master/spring-messaging/src/main/java/org/springframework/messaging/core/AbstractMessageSendingTemplate.java#L163 & https://github.com/apache/rocketmq-spring/blob/master/rocketmq-spring-boot/src/main/java/org/apache/rocketmq/spring/core/RocketMQTemplate.java#L521.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services