java-design-patterns/eip-message-channel
Alexander Ivanov 4904d7eea0 #1021: Fix checkstyle warnings by changing the license header template (#1027)
* Add custom license header style in order to comply with Google's Checkstyle format

* Update license headers to comply with Google's Checkstyle format
2019-10-22 08:15:35 +03:00
..
2019-10-12 20:05:54 +03:00

layout, title, folder, permalink, categories, tags
layout title folder permalink categories tags
pattern EIP Message Channel eip-message-channel /patterns/eip-message-channel/ Integration
Java
EIP
Apache Camel™

Intent

When two applications communicate using a messaging system they do it by using logical addresses of the system, so called Message Channels.

alt text

Applicability

Use the Message Channel pattern when

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

Real world examples