Skip to content

Commit 3fc6552

Browse files
committed
use bunny by default
1 parent da86877 commit 3fc6552

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkg/enqueue/Resources.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,16 @@ public static function getKnownConnections(): array
8686
'supportedSchemeExtensions' => [],
8787
'package' => 'enqueue/fs',
8888
];
89-
$map[AmqpExtConnectionFactory::class] = [
90-
'schemes' => ['amqp', 'amqps'],
91-
'supportedSchemeExtensions' => ['ext', 'rabbitmq'],
92-
'package' => 'enqueue/amqp-ext',
93-
];
9489
$map[AmqpBunnyConnectionFactory::class] = [
9590
'schemes' => ['amqp'],
9691
'supportedSchemeExtensions' => ['bunny', 'rabbitmq'],
9792
'package' => 'enqueue/amqp-bunny',
9893
];
94+
$map[AmqpExtConnectionFactory::class] = [
95+
'schemes' => ['amqp', 'amqps'],
96+
'supportedSchemeExtensions' => ['ext', 'rabbitmq'],
97+
'package' => 'enqueue/amqp-ext',
98+
];
9999
$map[AmqpLibConnectionFactory::class] = [
100100
'schemes' => ['amqp', 'amqps'],
101101
'supportedSchemeExtensions' => ['lib', 'rabbitmq'],

0 commit comments

Comments
 (0)