Is it possible to load AWS SQS queues using Gatling?

Sure thing, I will make it available in my github repository.

yay! thank you!

Hi Ricardo,

Did you have a chance to upload Gatling SQS adapter to Github? It’s not a problem if solution still requires tidying up
Thank you :slight_smile:

Maria

Hi Maria,

Sorry for the delay , here you can found how I implemented the gatling sqs custom protocol

https://github.com/respergu/gatling-sqs

Regards.

Hi Ricardo,

You are awesome! I was able to produce a great load with this adapter. I will try to implement “requestReply” mode similar to JMS one to be able to measure the latency in the system automatically though not sure how it goes. The example in JMS module looks complicated

Anyway, SQS adapter works really well. Thank you very much

Maria