You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/MessageQueue/Setup/ConfigOptionsList.php
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -62,8 +62,7 @@ public function getOptions()
62
62
self::INPUT_KEY_QUEUE_DEFAULT_CONNECTION,
63
63
TextConfigOption::FRONTEND_WIZARD_TEXT,
64
64
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.'
0 commit comments