magento / devdocs

[Deprecated] Magento Developer Documentation

Home Page:https://devdocs.magento.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Message queues - Issue with 2.4.5

Nuranto opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

Which topic?

https://developer.adobe.com/commerce/php/development/components/message-queues/

What's wrong with the content?

We get an example containing

...
'db' => [
                        'name' => 'db',
                        'disabled' => true
                    ]
...

On 2.4.5, this throws an exception : Missing exchange field for publisher product_action_attribute.update in connection config.

What changes do you propose?

...
'db' => [
                        'name' => 'db',
                        'exchange' => 'magento',
                        'disabled' => true
                    ]
...

Anything else that can help to cover this?

No response

Hi @Nuranto. Thank you for your report.
To speed up processing of this issue, make sure that you provided sufficient information.

Add a comment to assign the issue: @magento I am working on this