QuestionQ18

Designing API-led connectivity

An airline is designing an API-led connectivity initiative to integrate its flight data with an online aggregation website. The connections must support secure communication, high performance, and asynchronous message exchange.

Which interface technologies are appropriate for the connectors in this integration, assuming that MuleSoft fully supports these technologies and that Anypoint Connectors are available for these interfaces?

  • A XML over ActiveMQ -XML over FTP -XML/REST over HTTPS
  • B SOAP over HTTPS -IIOP over TLS -gRPC over HTTPS
  • C AsyncAPI over SQS -AMQP with RabbitMQ -JSON/REST over HTTPS
  • D CSV over FTP -YAML over TLS -JSON over HTTPS
Explanation

AsyncAPI over SQS and AMQP with RabbitMQ support asynchronous, message-based integration, enabling decoupled exchange of flight-data events. JSON/REST over HTTPS provides a performant, widely interoperable API interface secured by TLS through HTTPS.

Community Discussion

No comments yet. Be the first to start the discussion!