本文介绍Apache RocketMQ C++ SDK的消息收发示例代码。消息类型发送消息示例代码订阅消息示例代码PushConsumerSimpleConsumer普通消息同步发送:ExampleProducer.cpp异步发送:ExampleProducerWithAsync.cppExamplePushConsumer.cppExampleSimpleConsumer.cpp顺序消息ExampleProducerWithFifoMessage.cpp定时/延时消息ExampleProducerWithTimedMessage.cpp事务消息ExampleProducerWithTransactionalMessage.cpp相关文档版本说明环境准备