Create a integration to read json array message from JMS or Anypoint MQ, the message will contain employees details(personal Information and project information)
Create at least 10 fields for personal Information and 5 fields for project information. Persist the data in two different files 1. personal Info in EMPLOYEE file (XML) and 2. project Info in project file (csv)
The application should be able to handle error scenarios for any invalid message, system level failures, etc.
Create Munit test cases to validate all the transformations and flows
Expected measurable outcome: Demo the application end to end