rabbitmq-c
0.8.0
C AMQP Client library for RabbitMQ
|
Parameters used to connect to the RabbitMQ broker. More...
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 | |
amqp_boolean_t | ssl |
Parameters used to connect to the RabbitMQ broker.