Enterprise Integration Patterns
![]() | |
Author | Gregor Hohpe and Bobby Woolf |
---|---|
Language | English |
Series | Martin Fowler Signature Series |
Subject | Enterprise integration pattern |
Genre | Non-fiction, Software development |
Published | 10 October 2003 |
ISBN | 978-0321200686 |
Enterprise Integration Patterns is a book by Gregor Hohpe and Bobby Woolf and describes 65 design patterns for the use of enterprise application integration and message-oriented middleware in the form of a pattern language.
Implementation
Enterprise Integration Patterns are implemented in many open source ESBs, including Spring Integration, WSO2 ESB, Apache Camel, Red Hat JBoss Fuse, Mule ESB or Guaraná DSL. The book includes an icon-based pattern language, sometimes nicknamed "GregorGrams" after one of the authors.
Enterprise Integration Patterns
The pattern language presented in the book consists of 65 patterns structured into 9 categories, which largely follow the flow of a message from one system to the next through channels, routing, and transformations. Excerpts from the book (short patern descriptions are available on the supporting website (see External Links section).
Integration Styles and Types
- File Transfer
- Shared Database
- Remote Procedure Invocation
- Messaging
The integration types are:
- Informationportal
- Data Replication
- Shared Business Function
- Service Oriented Architecture
- Distributed Business Process
- Business-to-Business Integration
- Tightly Coupled Interaction vs. Loosely Coupled Interaction
Messaging
- Message Channel
- Message
- Pipes and Filters
- Message Router
- Message Translator
- Message Endpoint
Message Channel
- Point-to-Point Channel
- Publish-Subscribe Channel
- Datatype Channel
- Invalid Message Channel
- Dead Letter Channel
- Guaranteed Delivery
- Channel Adapter
- Messaging Bridge
- Message Bus
Message Construction
- Command Message
- Document Message
- Event Message
- Request-Reply
- Return Address
- Correlation Identifier
- Message Sequence
- Message Expiration
- Format Indicator
Message Router
- Content-Based Router
- Message Filter
- Dynamic Router
- Recipient List
- Splitter
- Aggregator
- Resequencer
- Composed Message Processor
- Scatter-Gather
- Routing Slip
- Process Manager
- Message Broker
Message Translator, Message Transformator
- Envelope Wrapper
- Content Enricher
- Content Filter
- Claim Check
- Normalizer
Message Endpoint
- Messaging Gateway
- Messaging Mapper
- Transactional Client
- Polling Consumer
- Event-Driven Consumer
- Competing Consumers
- Message Dispatcher
- Selective Consumer
- Durable Subscriber
- Idempotent Receiver
- Service Activator
System Management
- Control Bus
- Detour
- Wire Tap
- Message History
- Message Store
- Smart Proxy
- Test Message
- Channel Purger
The pattern language continues to be highly relevant as of today, for instance in cloud applicacation development and integration, and in the internet of things. In 2015, the two book authors reunited for the first time first time since the publication of the book for retrospective and interview in IEEE Software <ref>Zimmermann, Olaf, Cesare Pautasso, Gregor Hohpe and Bobby Woolf (2016). "A Decade of Enterprise Integration Patterns: A Conversation with the Authors". IEEE Software. 33 (1): 13–19.{{cite journal}}
: CS1 maint: multiple names: authors list (link)
See also
References
External links
- Official website
- "Table Of Contents". Retrieved 4 June 2014.
- "The Add-in for Enterprise Architect extended the capability of this tool to create EIP models". Retrieved 8 April 2016.