in amazon SQS Queue, restrict only one consumer at a time
0
In my java application, I am using Amazon SQS queue with 5 consumers(Ec2 instances). whenever a message is posted to queue, only one consumer should receive this message and other consumers shouldn't do anything. How to achieve this.
java amazon-ec2 queue
share | improve this question
asked Jan 29 at 21:32
santro santro
1
"only one consumer should receive this mes...