c-stomp:STOMP是用c编写的STOMP客户端,是简单(或流式)文本定向消息传递协议。 简单的Api使用

时间:2021-05-13 21:28:46
【文件属性】:
文件名称:c-stomp:STOMP是用c编写的STOMP客户端,是简单(或流式)文本定向消息传递协议。 简单的Api使用
文件大小:14KB
文件格式:ZIP
更新时间:2021-05-13 21:28:46
C C足 C编写的STOMP客户端, 是简单(或流)导向型的文本消息协议。 目录 介绍 c-stomp是一个C库,用于编写STOMP协议,以便与ActiveMQ,RabbitMQ,HornetQ,ActiveMQ Apollo和其他支持stomp的消息传递协议一起使用。 例子 /* For Connecting to Stomp */ cstmp_session_t *consuming_sess = cstmp_connect_t (HOST, PORT, 500 /* send_timeout */ , 500 /* recv_timeout */ ); if (consuming_sess) { cstmp_frame_t *consume_fr = cstmp_new_frame (); consume_fr-> cmd = "
【文件预览】:
c-stomp-master
----src()
--------cstomp.c(21KB)
--------cstomp.h(3KB)
----CMakeLists.txt(2KB)
----example()
--------share_sess_sample.c(3KB)
--------main.c(4KB)
----cmake_uninstall.cmake.in(1KB)
----LICENSE(1KB)
----README.md(4KB)

网友评论