Skip to main content
sarathkumr268295
March 14, 2025
Question

Receive Message From AWS SQS

  • March 14, 2025
  • 6 replies
  • 0 views

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?

6 replies

March 16, 2025

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 ...

 [mention:1cbc5d458f5c424cb00070647313d2f8:6b577b8c04704e209d29b6772bf67243] 

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. 

sarathkumr268295
March 16, 2025

Thank you for your reply [mention:11d46a3e6ce44fa59d1506a60097c603:e9ed411860ed4f2ba0265705b8793d05] 
We are using cloud environment. So its not feasible. 

March 16, 2025

I used AWS SQS in a recent project and we integrated via API's on the AWS side.