Skip to content

aliyunmq/mq-http-cpp-sdk

Repository files navigation

Aliyun Message Queue(MQ) C++ HTTP SDK

Alyun MQ Documents: http://www.aliyun.com/product/ons

Aliyun MQ Console: https://ons.console.aliyun.com

Prerequisites:

  1. VS2015 for windows, libcurl-devel&openssl-devel for Linux

  2. scons for both windows and linux (http://scons.org/pages/download.html)

HOW TO COMPILE:

  1. change dir to mq-http-cpp-sdk
  2. scons or (scons debug=1, to build debug version for windows)
  3. now you could find the headers in the "include" dir and library in "lib" dir
  4. copy "include" and "lib" to your project

Note

  1. Http consumer only support timer msg (less than 3 days), no matter the msg is produced from http or tcp protocol.
  2. Order is only supported at special server cluster.

Sample (github)

Publish Message

Consume Message

Transaction Message

Publish Order Message

Consume Order Message

Sample (code.aliyun.com)

Publish Message

Consume Message

Transaction Message

Publish Order Message

Consume Order Message

About

Aliyun Message Queue(MQ) Http Cpp SDK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages