EIP Publish Subscribe

  • Integration
  • Enterprise Integration Pattern
Less than 1 minute

Intent

Broadcast messages from sender to all the interested receivers.

Class diagram

alt text
Publish Subscribe Channel

Applicability

Use the Publish Subscribe Channel pattern when

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

Credits