amazon-sqs-java-messaging-lib icon indicating copy to clipboard operation
amazon-sqs-java-messaging-lib copied to clipboard

Enhancement request

Open ssdev17 opened this issue 8 years ago • 2 comments

Hi, Thank you for providing such an awesome JMS interface for SQS. Is there any plan for supporting Message Selectors while creating consumers from Session. If so then will greatly appreciate any tentative time lines for the availability for the same.

ssdev17 avatar May 23 '17 20:05 ssdev17

Message Selectors cannot be implemented solely on client side. Support for Message Selectors will be included if SQS will support a similar feature server-side.

kuba-aws avatar May 24 '17 17:05 kuba-aws

Also, can you explain more about your use case for message selectors? They are typically an anti-pattern in the world of messaging -> the consumer should be able to consume any message from the queue, not seek particular messages.

kuba-aws avatar May 25 '17 22:05 kuba-aws