apache / rocketmq-clients

RocketMQ Clients - Collection of Client Bindings for Apache RocketMQ
https://rocketmq.apache.org/
Apache License 2.0
321 stars 206 forks source link

golang can't set properties #427

Closed vertee closed 1 year ago

vertee commented 1 year ago

the version of golang can't set properties in message

francisoliverlee commented 1 year ago

try this:

msg.GetProperties()["key"] = "value"

image

guyinyou commented 1 year ago

the version of golang can't set properties in message

https://github.com/apache/rocketmq-clients/pull/432