Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 802 Bytes

File metadata and controls

16 lines (13 loc) · 802 Bytes

[SpringCamp2015] Spring Integration Sample Basic

  • 스프링캠프 2015 - 스프링 인티그레이션 예제 (Basic)
  • Spring Integration 4.1.3.RELEASE 사용
  • 예제는 Gradle 빌드 기반으로 작성함 ㄴ 별다른 작업 없이 소스코드 클론 후 gradlew build 작업 수행

##Chapter01. HTTP Outbound Gateway 예제

  • Spring Integration을 이용한 REST API HTTP Call 예제

##Chapter02. Message Channel 단독 사용 예제

  • 메시지 채널만 사용한 커피 주문 예제 작성
  • QueueChannel, DirectChannel, PublishSubscribeChannel 사용

##Chapter03. TCP inbound & outbound 예제 작성

  • Spring Integration을 이용한 TCP 메시지 보내기 & 받기 예제 작성
  • TCP 메시지 보내기: 터미널 Open > 명령어 telnet localhost 4001 입력 > 문자열 입력