Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Can applications subscribe to messages of certain types only?  (Read 53577 times)

0 Members and 1 Guest are viewing this topic.

ramakrishnahkr

    Topic Starter


    Newbie

    • Experience: Beginner
    • OS: Unknown
    I have an application which makes changes to different entities. Other applications need to know about these changes.

    Is there a way to push change notifications to a single AWS SQS and :

    have applications to subscribe to message with certain properties only
    and "mark" messages as read by a certain subscriber?
    Essentially, what I'd like to avoid is to create many message queues. A single queue would be enough, and the idea would be that applications would subscribe to certain types of messages. The message queue should be only hand out a single message to a single application once.

    Is this doable with AWS SQS?

    Geek-9pm


      Mastermind
    • Geek After Dark
    • Thanked: 1026
      • Gekk9pm bnlog
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: Can applications subscribe to messages of certain types only?
    « Reply #1 on: May 28, 2022, 09:45:13 PM »
    I do not know.  :-[
    But you can Google it!

         AWS SQS

    https://www.youtube.com/watch?v=vLNDaZuA3Dc

    https://www.youtube.com/watch?v=Mw1NVpJsOZc

    Quote
    Amazon Simple Queue Service Documentation
    Amazon Simple Queue Service (Amazon SQS) is a fully managed message queuing service that makes it easy to decouple and scale microservices, distributed systems, and serverless applications. Amazon SQS moves data between distributed application components and helps you decouple these components.
    https://docs.aws.amazon.com/sqs/