|
|||||||||||
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 to 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 help you test the inter-profile data transfer through the AWS SQS queue. The profile submits data to be processed on a different route and receives the resulting data. Profile LocationEdifecs Library / Best Practices / Common Tasks / AWS Inter-Profile Data Transfer Requirements
Prerequisites
![]() To test out the inter-profile data transfer, make sure both AWS Processing Step Template and AWS Processing Tester are set up based on the provided prerequisites.
|