gjack1385 opened a new issue #719:
URL: https://github.com/apache/rocketmq-client-go/issues/719
var ms []*primitive.Message
m=&primitive.NewMessage("topic1", []byte("Hello RocketMQ Go Client!"))
ms=append(ms,m)
m=&primitive.NewMessage("topic2", []byte("Hello RocketMQ Go Client!"))
ms=append(ms,m)
....
sendSync(..... ,.... ,ms...)
These messages are sent to topic1。
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]