ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 3 - Certified MuleSoft Developer II discussion

Report
Export

A Flight Management System publishes gate change notification events whenever a flight's arrival gate changes. Other systems, including Baggage Handler System. Inflight Catering System and Passenger Notifications System, must each asynchronously receive the same gate change notification to process the event according.

Which configuration is required in Anypoint MQ to achieve this publish/subscribe model?

A.
Publish each client subscribe directly to the exchange. Have each client subscribe directly to the queue.
Answers
A.
Publish each client subscribe directly to the exchange. Have each client subscribe directly to the queue.
B.
Publish the gate change notification to an Anypoint MC queue Have each client subscribe directly to the queue
Answers
B.
Publish the gate change notification to an Anypoint MC queue Have each client subscribe directly to the queue
C.
Publish the gate change notification to an Anypoint MQ queue. Create different anypoint MQ exchange meant for each of the other subscribing systems Bind the queue with each of the exchanges
Answers
C.
Publish the gate change notification to an Anypoint MQ queue. Create different anypoint MQ exchange meant for each of the other subscribing systems Bind the queue with each of the exchanges
D.
Publish the gate change notification to an Anypoint MQ exchanhe. Create different Anypoint MQ queues meant for each of the other subscribing systems. Bind the exchange with each of the queues.
Answers
D.
Publish the gate change notification to an Anypoint MQ exchanhe. Create different Anypoint MQ queues meant for each of the other subscribing systems. Bind the exchange with each of the queues.
Suggested answer: D

Explanation:

To achieve a publish/subscribe model using Anypoint MQ, where each system receives the same gate change notification event, the developer should publish the gate change notification to an Anypoint MQ exchange, create different Anypoint MQ queues meant for each of the other subscribing systems, and bind the exchange with each of the queues. An exchange is a message routing agent that can send messages to different queues based on predefined criteria. By binding an exchange with multiple queues, each queue receives a copy of every message sent to that exchange. Therefore, each system can subscribe to its own queue and receive every gate change notification event.

Reference: https://docs.mulesoft.com/anypoint-mq/3.x/anypoint-mq-exchanges

asked 23/09/2024
Matthew Farrington
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first