Application Integration Flashcards
List the 3 main services used in modern applications to integrate with other applications or microservices.
Amazon MQ
SNS – Simple Notification Service
SQS – Simple Queue Service.
A managed message broker service that makes it easy to set up and operate message brokers in the cloud.
Amazon MQ
Allows different software systems often using different programming languages, and on different platforms to communicate and exchange information.
Message brokers
A popular open-source message broker. Used by AWS MQ for administration and maintenance.
ActiveMQ
Provides a low-cost infrastructure for mass message delivery for mobile users.
SNS – Simple Notification Service
An Amazon-managed queuing service that makes it easy to decouple and scale microservices or distributed systems or serverless applications.
SQS – Simple Queue Service
It is used to trigger a workflow. For example, imagine that you have an expense report that needs to be approved by three people. When you submit an expense report the workflow is triggered and the workflow services keep track of each individual who needs to approve your expenses report.
SWF – Simple WorkFlow Service