Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Multiple-receiver Message-based Communication (one-to-many model-topic)

Anjali Sharma answered on February 2, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • Single-receiver Message-based Communication (one-to-one model-queue)
  • Single-receiver Message-based Communication 1-1
  • Multiple-receiver Message-based Communication

  • Multiple-receiver Message-based Communication (one-to-many model-topic)

    0

    As a more flexible approach, you might also want to use a publish/subscribe mechanism so that your communication from the sender will be available to additional subscriber microservices or to external applications. Thus, it helps you to follow the open/closed principle in the sending service. That way, additional subscribers can be added in the future without the need to modify the sender service.

    When you use a publish/subscribe communication, you might be using an event bus interface to publish events to any subscriber.

    https://learn.microsoft.com/en-us/dotnet/architecture/microservices/architect-microservice-container-applications/asynchronous-message-based-communication

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 02 2023
    Anjali Sharma
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.