amqp_connection_info

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

host
char* host;

< the hostname of the broker

password
char* password;

< the password to authenticate with the broker, default on most brokers is 'guest'

port
int port;

< the port that the broker is listening on, default on most brokers is 5672

ssl
amqp_boolean_t ssl;
Undocumented in source.
user
char* user;

< the username to authenticate with the broker, default on most broker is 'guest'

vhost
char* vhost;

< the virtual host on the broker to connect to, a good default is "/"

Meta