|
rabbitmq-c
0.2
C AMQP Client library for RabbitMQ
|
Parameters used to connect to the RabbitMQ broker. More...
#include <amqp.h>
Data Fields | |
| char * | user |
| the username to authenticate with the broker, default on most broker is 'guest' | |
| char * | password |
| the password to authenticate with the broker, default on most brokers is 'guest' | |
| char * | host |
| the hostname of the broker | |
| char * | vhost |
| the virtual host on the broker to connect to, a good default is "/" | |
| int | port |
| the port that the broker is listening on, default on most brokers is 5672 | |
Parameters used to connect to the RabbitMQ broker.
1.8.2