Skip to content

messaging

Pub Sub Salesforce

What is Pub/Sub design pattern?

Pub/Sub is a message-driven software design pattern that facilitates communication between complex system components through an efficient communication mechanism that utilises message passing. In a typical pub/sub system, there is the producer (publisher) who creates a message to be sent out to Subscribers. The Producers do not explicitly fashion the messages for specific consumers, but… Read More »What is Pub/Sub design pattern?

error: Content is protected !!