amazon sqs only get messages with a specific message attribute and value

psion

I'm building a bunch of systems where they will communicate with each other via SQS. The issue I am having is that messages that are just for all message are getting read instead of the ones just for that service, so now I have messages for different services in flight an inaccessible to the proper destination. Any idea how I can use the MEssageAttributes of a message to only retrieve messages with a particular destination identified?

Mircea

you basically cannot do that with SQS. you can either create separate queues per service or you can look at possibly using something else (rabbit mq, etc).

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Amazon SQS duplicated messages in queue

From Dev

Amazon sns & sqs messages with java

From Dev

SQS: Get Message Available

From Dev

SQS: Get Message Available

From Dev

How to make Amazon sqs messages adhere to FIFO

From Dev

Amazon SQS messages coming through boto garbled

From Dev

Routing messages from Amazon SNS to SQS with filtering

From Dev

Amazon SQS Long Polling not returning all messages

From Dev

Amazon SQS messages with arbitrary Python objects?

From Dev

Amazon SQS Long Polling not returning all messages

From Dev

Routing messages from Amazon SNS to SQS with filtering

From Dev

Amazon SES messages to SNS and SQS optimization

From Dev

how to read only specific queue messages based on message header property

From Dev

SQS delivering a message only once

From Dev

Amazon SQS message multi-delivery

From Dev

Amazon Message Queue Service (SQS) sending and confirmation

From Dev

Amazon SQS send message attributes in php

From Dev

Amazon SQS FIFO Queue sending message failed

From Dev

Get value of specific attribute via XPath

From Dev

Get xml element with specific attribute value in XmlDocument

From Dev

Get Attribute Value From Specific Select Option

From Dev

Trying to get a specific value from XML attribute

From Dev

Get value from object with specific attribute values

From Dev

How to get only sent messages from specific conversation in Android Studio?

From Java

Best way to move messages off DLQ in Amazon SQS?

From Dev

Amazon SQS java sdk stops after consuming 500 messages

From Dev

Amazon AWS, messages from SQS queue delivered multiple times

From Dev

Process Amazon SQS messages from queue asynchronously in Java

From Dev

Amazon AWS, messages from SQS queue delivered multiple times

Related Related

  1. 1

    Amazon SQS duplicated messages in queue

  2. 2

    Amazon sns & sqs messages with java

  3. 3

    SQS: Get Message Available

  4. 4

    SQS: Get Message Available

  5. 5

    How to make Amazon sqs messages adhere to FIFO

  6. 6

    Amazon SQS messages coming through boto garbled

  7. 7

    Routing messages from Amazon SNS to SQS with filtering

  8. 8

    Amazon SQS Long Polling not returning all messages

  9. 9

    Amazon SQS messages with arbitrary Python objects?

  10. 10

    Amazon SQS Long Polling not returning all messages

  11. 11

    Routing messages from Amazon SNS to SQS with filtering

  12. 12

    Amazon SES messages to SNS and SQS optimization

  13. 13

    how to read only specific queue messages based on message header property

  14. 14

    SQS delivering a message only once

  15. 15

    Amazon SQS message multi-delivery

  16. 16

    Amazon Message Queue Service (SQS) sending and confirmation

  17. 17

    Amazon SQS send message attributes in php

  18. 18

    Amazon SQS FIFO Queue sending message failed

  19. 19

    Get value of specific attribute via XPath

  20. 20

    Get xml element with specific attribute value in XmlDocument

  21. 21

    Get Attribute Value From Specific Select Option

  22. 22

    Trying to get a specific value from XML attribute

  23. 23

    Get value from object with specific attribute values

  24. 24

    How to get only sent messages from specific conversation in Android Studio?

  25. 25

    Best way to move messages off DLQ in Amazon SQS?

  26. 26

    Amazon SQS java sdk stops after consuming 500 messages

  27. 27

    Amazon AWS, messages from SQS queue delivered multiple times

  28. 28

    Process Amazon SQS messages from queue asynchronously in Java

  29. 29

    Amazon AWS, messages from SQS queue delivered multiple times

HotTag

Archive