We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe69ad commit 985f77dCopy full SHA for 985f77d
RabbitMq/AMQPConnectionFactory.php
@@ -53,17 +53,17 @@ public function __construct(
53
54
$this->parameters['hosts'][$key] = $this->parseUrl($hostParameters);
55
}
56
-
+
57
if ($parametersProvider) {
58
$this->parameters = array_merge($this->parameters, $parametersProvider->getConnectionParameters());
59
60
61
if (is_array($this->parameters['ssl_context'])) {
62
$this->parameters['context'] = !empty($this->parameters['ssl_context'])
63
? stream_context_create(['ssl' => $this->parameters['ssl_context']])
64
: null;
65
66
67
68
69
/**
0 commit comments