Na działanie tych funkcji wpływają ustawienia zawarte w pliku php.ini.
Nazwa | Domyślnie | Możliwość zmian | Rejestr zmian |
---|---|---|---|
amqp.host | localhost | PHP_INI_ALL | |
amqp.vhost | / | PHP_INI_ALL | |
amqp.port | 5672 | PHP_INI_ALL | |
amqp.login | guest | PHP_INI_ALL | |
amqp.password | guest | PHP_INI_ALL |
Oto krótkie wyjaśnienie dyrektyw konfiguracji.
The host to which to connect.
The virtual host to which to connect on the host.
The port on which to connect.
The login (username) used for authenticating against the host.
The password used for authenticating against the host.