2018-03-31 10:34:25 +03:00
..
2017-11-28 20:55:52 +02:00
2017-12-31 16:29:48 +09:00
2018-03-31 10:34:25 +03:00
2017-03-25 22:07:10 +01:00

layout, title, folder, permalink, categories, tags
layout title folder permalink categories tags
pattern Publish Subscribe publish-subscribe /patterns/publish-subscribe/ Integration
Java
EIP
Apache Camel™

Intent

Broadcast messages from sender to all the interested receivers.

alt text

Applicability

Use the Publish Subscribe Channel pattern when

  • two or more applications need to communicate using a messaging system for broadcasts.

Credits