PubSub, which stands for publish-subscribe is a pattern which applications can follow to pass messages to each other using a Message Broker.

In systems that support failure handling, messages that cannot be processed may be routed to a Dead Letter Queue.

PubSub is one style of Messaging.

See also: