Consistent naming for EIP patterns #733

This commit is contained in:
Milena Sapunova
2018-04-12 15:24:57 +03:00
parent 379a825182
commit 3b45f2cad6
16 changed files with 16 additions and 16 deletions

View File

@ -0,0 +1,26 @@
---
layout: pattern
title: EIP Message Channel
folder: eip-message-channel
permalink: /patterns/eip-message-channel/
categories: Integration
tags:
- 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](./etc/message-channel.png "Message Channel")
## Applicability
Use the Message Channel pattern when
* two or more applications need to communicate using a messaging system
## Real world examples
* [akka-camel](http://doc.akka.io/docs/akka/snapshot/scala/camel.html)