首页 > 其他 > 详细

note of camel in action--chapter 1

时间:2019-03-14 00:03:04      阅读:184      评论:0      收藏:0      [点我收藏+]

1 Message

    技术分享图片

     Headers are name-value pairs; the name is a unique, case-insensitive string, and the value is of type java.lang.Object .

      Attachments are typically used for the web service and email components.

      The body is of type java.lang.Object, When the sender and receiver use different body formats, Camel provides a number of mechanisms to transform the data into an acceptable format, and in  many cases the conversion happens automatically with type converters, behind the scenes.

  2  Exchange

     技术分享图片

   3  Camel Architecture

技术分享图片

 

  CamelContext is , to some extend , like the Application in Spring, it actually is a container

  技术分享图片

     besides thos concepts ,there are also Producer and Consumer

     3. 1 Producer

     3.2 Consumer

    技术分享图片

 

note of camel in action--chapter 1

原文:https://www.cnblogs.com/liuheng0213/p/10527539.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!