~2022/Camel with Spring-Boot
[Camel Tutorial] Simple File Router
maruIsCat
2022. 3. 12. 21:50
Route 정의
. file 컴포넌트는 다른 Camel 컴포넌트에서 파일을 처리하거나, 다른 컴포넌트로부터 온 메시지를 디스크에 저장할 수 있게 해준다.
. log를 찍어보면 파일의 contents를 확인할 수 있다.