Skip to content

about the deserialization method when consuming messages #333

@rou1678

Description

@rou1678

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions