Hi All.We want to understand if we can receive message from AWS SQS and start a process model in Appian. Can we use receive message event configured to receive to message from external to process type to achieve this and if yes, can anyone please tell how to test that?
Discussion posts and replies are publicly visible
Are you using Cloud or On-Premise? If you are using cloud then this is not supported ...
https://docs.appian.com/suite/help/25.1/Working_with_the_Java_Messaging_Service.html
This is a useful document ...
Integrating Using JMS
I would also identify one key point in here which is volume of JMS requests and what they will do. If they are starting a process, throughput will need to be designed very carefully, so have Process Autoscaling in mind with this.
Thank you for your reply Dai Williams We are using cloud environment. So its not feasible.
I used AWS SQS in a recent project and we integrated via API's on the AWS side.