This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 10 lines
!!! Overview
[{$pagename}] ([pub-sub]) is a [Software design pattern] [messaging pattern] where a [Publisher] makes a [message] available to zero or more [Subscribers] using a specific [Protocol].[{$pagename}] may publish the message to multiple output channels, one for each [subscriber].[{$pagename}] is often used as a form of [Asynchronous Operation] service-to-service [communication] used in [serverless] and [microservices] [architectures]
[{$pagename}] may be messaging can be used to enable [Event-Driven Architectures], or to decouple [applications] in order to increase performance, reliability and scalability.
Unlike the [Request-Response] [messaging pattern] the [Publisher] has no knowledge of the [Subscribers] (or if there are any [Subscribers])
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]