Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 5 Next »

Problem

  • Use asynchronous messaging to decouple senders from consumers and avoid blocking the sender to wait for a response.

  • Provide info to other components as events.

Solution

  • An event as a message that notifies other components about a change or an action that has taken place.

  • Workflow is based on an input channel and an output channel, one outpout channel per consumer and consumer is known as subscriber.

image-20240827-172359.png

Publisher-Subscriber In Practice

  • No labels