|
@@ -7,17 +7,15 @@ old_sound_rabbit_mq:
|
|
|
password: "%rabbit_mq.password%"
|
|
|
vhost: "%rabbit_mq.vhost%"
|
|
|
lazy: true
|
|
|
- connection_timeout: 4
|
|
|
- read_write_timeout: 4
|
|
|
-
|
|
|
+ connection_timeout: 120
|
|
|
+ read_write_timeout: 120
|
|
|
# requires php-amqplib v2.4.1+ and PHP5.4+
|
|
|
keepalive: true
|
|
|
-
|
|
|
# requires php-amqplib v2.4.1+
|
|
|
heartbeat: 60
|
|
|
-
|
|
|
#requires php_sockets.dll
|
|
|
# use_socket: true # default false
|
|
|
+
|
|
|
command:
|
|
|
host: "%rabbit_mq.host%"
|
|
|
port: "%rabbit_mq.port%"
|