インストール/設定
PHP Manual

実行時設定

php.ini の設定により動作が変化します。

Amqp 設定オプション
名前 デフォルト 変更可能 変更履歴
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

以下に設定ディレクティブに関する 簡単な説明を示します。

amqp.host string

The host to which to connect.

amqp.vhost string

The virtual host to which to connect on the host.

amqp.port integer

The port on which to connect.

amqp.login string

The login (username) used for authenticating against the host.

amqp.password string

The password used for authenticating against the host.


インストール/設定
PHP Manual