[ 'host' => env('AMQP_HOST', '127.0.0.1'), 'port' => (int) env('AMQP_PORT', 5672), 'user' => env('AMQP_USER', 'gdxz_2022rabbitmq'), 'password' => env('AMQP_PASSWORD', 'qwr2p&¥e@3.2p'), 'vhost' => env('AMQP_VHOST', 'gdxz_2022rabbitmq'), 'concurrent' => [ 'limit' => 1, ], 'pool' => [ 'connections' => 2, ], 'params' => [ 'insist' => false, 'login_method' => 'AMQPLAIN', 'login_response' => null, 'locale' => 'en_US', 'connection_timeout' => 10, 'read_write_timeout' => 10, 'context' => null, 'keepalive' => true, 'heartbeat' => 3, 'channel_rpc_timeout' => 0.0, 'close_on_destruct' => false, 'max_idle_channels' => 10, ], ], ];