number-0 opened a new issue #333:
URL: https://github.com/apache/rocketmq-spring/issues/333


   When "DefaultRocketMQListenerContainer" consumes messages, the 
deserialization is done by "String str = new String(messageExt.getBody(), 
Charset.forName(charset));", the method of deserialization should be specified, 
not hard-coded, for example, we can specify the method of deserialization 
through annotations
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to