java-design-patterns/eip-message-channel
Anurag Agarwal 7c888e8886 Resolves checkstyle errors for eip-* (#1069)
* Reduces checkstyle errors in eip-aggregator

* Reduces checkstyle errors in eip-message-channel

* Reduces checkstyle errors in eip-publish-subscribe

* Reduces checkstyle errors in eip-splitter

* Reduces checkstyle errors in eip-wire-tap
2019-11-10 19:34:42 +02: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