You need to ensure that the WeatherDetails application displays the weather details for the city that the user selects in the WeatherSummary application

You are developing a messaging solution to integrate two applications named WeatherSummary and
WeatherDetails. The WeatherSummary application displays a summary of weather information for major
cities. The WeatherDetails application displays weather details for a specific city.
You need to ensure that the WeatherDetails application displays the weather details for the city that the user
selects in the WeatherSummary application.
What should you do?

You are developing a messaging solution to integrate two applications named WeatherSummary and
WeatherDetails. The WeatherSummary application displays a summary of weather information for major
cities. The WeatherDetails application displays weather details for a specific city.
You need to ensure that the WeatherDetails application displays the weather details for the city that the user
selects in the WeatherSummary application.
What should you do?

A.
Create an Azure Service Bus Queue communication. In the WeatherDetails application, implement the
PeekLock method.

B.
Create an Azure Service Bus Topics object. In the WeatherDetails application, create a filter.

C.
Create an Azure Service Bus Relay object. In the WeatherDetails application, create a filter.

D.
Create an Azure Service Bus Queue communication. In the WeatherDetails application, implement the
ReceiveAndDelete method.



Leave a Reply 6

Your email address will not be published. Required fields are marked *


davi

davi

Shoundt it be TOPICS? communications ARE NOT bidirectional…

Mohamed

Mohamed

that is tricky , i think it’s relay .. there are only 2 systems here .. so queuing system is not really required

a

a

Topics can be used with filters.. should be B