Valid AD0-E718 Dumps shared by ExamDiscuss.com for Helping Passing AD0-E718 Exam! ExamDiscuss.com now offer the newest AD0-E718 exam dumps, the ExamDiscuss.com AD0-E718 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AD0-E718 dumps with Test Engine here:
An Architect is working to implement Adobe Commerce into a pre-built ecosystem in a company. Communication between different company domains uses event-driven design and is driven via AMQP protocol with using RabbitMQ. The Architect needs to establish the data flow between the ERP system and Adobe Commerce. The ERP system stores only customer data excluding customer addresses. The role of Adobe Commerce is to provide Customer Address data to the enterprise ecosystem. Primary Customer data should not be changed from Adobe Commerce side; it should only be updated by messages data from ERP. Which three AMQP configurations should be considered to meet these requirements? (Choose three.)
Correct Answer: A,C,D
The Architect should consider three AMQP configurations to meet these requirements: A) Create a queue_consumer.xml and communication.xml configuration files for Customer data messages. These files will define the consumer and the topic for receiving customer data messages from the ERP system and updating the customer data in Adobe Commerce accordingly. B) Create a queue_publisher.xml configuration file for Customer Address messages. This file will define the publisher and the topic for sending customer address messages from Adobe Commerce to the enterprise ecosystem. C) Create a queue_topology.xml configuration file for Customer Address messages. This file will define the exchange, binding and queue for routing customer address messages to the appropriate destination. Option B is incorrect because creating a queue_publisher.xml configuration file for Customer data messages will not meet the requirement of not changing the primary customer data from Adobe Commerce side. Option E is incorrect because creating a queue_topology.xml configuration file for Customer data messages is not necessary, as Adobe Commerce only needs to consume these messages, not publish them. Option F is incorrect because creating a queue_consumer.xml and communication.xml configuration files for Customer Address messages is not necessary, as Adobe Commerce only needs to publish these messages, not consume them. Reference: https://devdocs.magento.com/guides/v2.4/extension-dev-guide/message-queues/config-mq.html