File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ protected function addConnections(ArrayNodeDefinition $node)
53
53
->scalarNode ('password ' )->defaultValue ('guest ' )->end ()
54
54
->scalarNode ('vhost ' )->defaultValue ('/ ' )->end ()
55
55
->booleanNode ('lazy ' )->defaultFalse ()->end ()
56
- ->booleanNode ('keepalive ' )->defaultFalse ()->info ('requires php-amqplib v2.4.1+ ' )->end ()
56
+ ->booleanNode ('keepalive ' )->defaultFalse ()->info ('requires php-amqplib v2.4.1+ and PHP5.4+ ' )->end ()
57
57
->scalarNode ('heartbeat ' )->defaultValue (0 )->info ('requires php-amqplib v2.4.1+ ' )->end ()
58
58
->end ()
59
59
->end ()
Original file line number Diff line number Diff line change @@ -115,18 +115,18 @@ Add the `old_sound_rabbit_mq` section in your configuration file:
115
115
old_sound_rabbit_mq:
116
116
connections:
117
117
default:
118
- host: 'localhost'
119
- port: 5672
120
- user: 'guest'
121
- password: 'guest'
122
- vhost: '/'
123
- lazy: false
118
+ host: 'localhost'
119
+ port: 5672
120
+ user: 'guest'
121
+ password: 'guest'
122
+ vhost: '/'
123
+ lazy: false
124
124
125
- # requires php-amqplib v2.4.1+
126
- keepalive: false
125
+ # requires php-amqplib v2.4.1+ and PHP5.4+
126
+ keepalive: false
127
127
128
128
# requires php-amqplib v2.4.1+
129
- heartbeat: 0
129
+ heartbeat: 0
130
130
producers:
131
131
upload_picture:
132
132
connection: default
You can’t perform that action at this time.
0 commit comments