RocketMQ5.0–消息发送 一、消息 // 消息所属topic private String topic; // 消息Flag(RocketMQ不作处理),即:用户处理 private int flag; // 扩展属性 private Map<String,