spring-projects / spring-integration

Spring Integration provides an extension of the Spring programming model to support the well-known Enterprise Integration Patterns (EIP)
http://projects.spring.io/spring-integration/
Apache License 2.0
1.55k stars 1.11k forks source link

Documentation Enhancement: Describe point to point vs Centralized ESB #2886

Open afattahi54 opened 5 years ago

afattahi54 commented 5 years ago

Document Enhancement

I am new in spring integration and enterprise integration concept.

After some search I found that: Spring Integration is point to point integration not a centralized Enterprise Service Bus approach like Mule, BizTalk etc...

Do you think it is a good idea to add a sub section to spring integration documents and describe it including some benefits?! It could be a good help for beginners.

I found a good description also at https://stackoverflow.com/a/28263842/2648077 from Gary Russell :)

artembilan commented 5 years ago

Isn't this chapter not enough: https://docs.spring.io/spring-integration/reference/html/#spring-integration-introduction?

afattahi54 commented 5 years ago

Dear @artembilan I could not find the information about P2P and Centralized integration at the introduction page. By the way, thanks for your useful answers on SO, I believe some of them could be added to spring docs.