Skip to content

Commit d22a1ea

Browse files
committed
MCP-903: Fix default connection = db setting after Magento installation
1 parent 926b334 commit d22a1ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/MessageQueue/Setup/ConfigOptionsList.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ public function getOptions()
6262
self::INPUT_KEY_QUEUE_DEFAULT_CONNECTION,
6363
TextConfigOption::FRONTEND_WIZARD_TEXT,
6464
self::CONFIG_PATH_QUEUE_DEFAULT_CONNECTION,
65-
'Message queues default connection. Can be db, amqp or a custom one.',
66-
self::DEFAULT_QUEUE_CONNECTION
65+
'Message queues default connection. Can be \'db\', \'amqp\' or a custom queue system that is installed and configured. Otherwise messages won\'t be processed correctly.'
6766
),
6867
];
6968
}

0 commit comments

Comments
 (0)