How do we configure multiple SQS consumers for same queue in Springboot application?

297 Views Asked by At

I want to scale SQS consumers in the Springboot application. Right now I am using @Sqslistner annotation to receive a message in one thread only. I want to increase SQS listeners. But I am not sure how to use @Sqslistner in multiple threads.

0

There are 0 best solutions below