An Adobe Commerce Developer is implementing asynchronous communication with a third-party system using RabbitMQ. The XML files used must be able to configure a local queue and consume messages published by the third-party system.
Which files should the Developer use?
Correct : B
Start a Discussions
A Developer is working on a new controller in admin panel. Per requirements, it must be accessible only for specific admin users.
According to best practices, how should the Developer secure access to the new controller?
Correct : B
Start a Discussions
In an Adobe Commerce store, there is a product attribute called external_service_id. A Developer must ensure the attribute is only available for specific users via the API.
How should the Developer achieve the required permissions?
Correct : B
Start a Discussions
An Adobe Commerce Expert is tasked with implementing a custom condition on salable quantity with reservations. The condition needs to be applicable only when added to cart.
Which option should the Developer implement?
Correct : C
Start a Discussions
A Developer needs to subscribe to the customer_register_success event.
How should the observer be declared in the module?
Correct : A
Start a Discussions