ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 15 - AD0-E718 discussion

Report
Export

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.)

A.
Create a queue_consumer.xml and communction.xml configuration files for Customer data messages
Answers
A.
Create a queue_consumer.xml and communction.xml configuration files for Customer data messages
B.
Create a queue_publisher.xml configuration file for Customer data messages
Answers
B.
Create a queue_publisher.xml configuration file for Customer data messages
C.
Create a nueue_publisher.xml configuration file for Customer Address messages
Answers
C.
Create a nueue_publisher.xml configuration file for Customer Address messages
D.
Create a queue_topology.xml configuration file for Customer Address messages
Answers
D.
Create a queue_topology.xml configuration file for Customer Address messages
E.
Create a queue_topology.xml configuration file for Customer data messages
Answers
E.
Create a queue_topology.xml configuration file for Customer data messages
F.
Create a queue_customer.xml and communication.xml configuration files for Customer Address messages
Answers
F.
Create a queue_customer.xml and communication.xml configuration files for Customer Address messages
Suggested answer: C, D, F

Explanation:

Based on web searches, it seems that Adobe Commerce uses different XML configuration files to define various aspects of message queues, such as consumers, publishers, and topology123.

According to the documentation3, queue_consumer.xml defines the relationship between an existing queue and its consumer, which is a class that processes messages from a queue. queue_publisher.xml defines the exchange where a topic is published, which is a name that identifies a message for routing. queue_topology.xml defines the message routing rules and declares queues and exchanges.

Based on these definitions, I would say that three possible AMQP configurations that should be considered to meet the requirements are:

1. Create a queue_publisher.xml configuration file for Customer Address messages

2. Create a queue_topology.xml configuration file for Customer Address messages

3. Create a queue_consumer.xml and communication.xml configuration files for Customer Address messages

asked 02/10/2024
Jordan Fredriksz
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first