|
|||||||||||
Profile OverviewWhen processing various healthcare-related data in complex business environments, splitting the processing workflow into multiple smaller subsystems (XEServer profiles) simplifies resource management and allows you to scale subsystems dependently based on your business needs. One of the ways to achieve this is setting up inter-profile communication through AWS SQS queues to send, store, and receive messages at any volume without losing messages or requiring other services to be available. Another benefit of using SQS is that it allows for decoupling of subsystems, which means that different profiles can communicate with each other without being directly connected or dependent on each other. This helps improve the reliability and scalability of the overall business environment, making it easier to modify or update individual profiles without affecting others. This profile is designed to exchange data with another profile through the AWS SQS queue. The profile receives data from another profile, performs required processing, and sends back the results. Profile LocationEdifecs Library / Best Practices / Common Tasks / AWS Inter-Profile Data Transfer Requirements
Prerequisites
To test the inter-profile data transfer based on the default configuration, refer to the AWS Processing Tester profile execution. |



