Zend certified PHP/Magento developer

Can someone explain correct answer about this message queue question?

what is the correct answer in this question?

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 communication.xml configuration
    files for Customer data messages
  • B. Create a queue_publisher.xml configuration file for Customer data
    messages
  • C. Create a queue_publisher.xml configuration file for Customer
    Address messages
  • D. Create a queue_topology.xml configuration file for Customer
    Address messages
  • E. Create a queue_topology.xml configuration file for Customer data
    messages
  • F. Create a queue_consumer.xml and communication.xml configuration
    files for Customer Address messages