rabbitmq-c  0.5.0
C AMQP Client library for RabbitMQ
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
amqp_connection_info Struct Reference

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
 

Detailed Description

Parameters used to connect to the RabbitMQ broker.

Since
v0.2

The documentation for this struct was generated from the following file: