|
AiCPlayer
Interface of aic vm - for rendering aspect, sensors, video records
|
Send AMQP messages. More...
#include <stdlib.h>#include <stdio.h>#include <string.h>#include <stdint.h>#include <amqp_tcp_socket.h>#include <amqp.h>#include <amqp_framing.h>#include "config_env.h"#include <assert.h>#include "socket.h"

Go to the source code of this file.
Functions | |
| int | amqp_send (char const *hostname, int port, char const *exchange, char const *bindingkey, int size, unsigned char *messagebody) |
| Send a payload to an AMQP exchange. More... | |
Send AMQP messages.
Definition in file amqp_send.h.
| int amqp_send | ( | char const * | hostname, |
| int | port, | ||
| char const * | exchange, | ||
| char const * | bindingkey, | ||
| int | size, | ||
| unsigned char * | messagebody | ||
| ) |
Send a payload to an AMQP exchange.
Definition at line 71 of file amqp_send.c.

1.8.6