-
Notifications
You must be signed in to change notification settings - Fork 0
/
15607549443455.html
508 lines (296 loc) · 14.4 KB
/
15607549443455.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Camel简介 - lazyfighter.com
</title>
<link href="atom.xml" rel="alternate" title="lazyfighter.com" type="application/atom+xml">
<link rel="stylesheet" href="asset/css/foundation.min.css" />
<link rel="stylesheet" href="asset/css/docs.css" />
<script src="asset/js/vendor/modernizr.js"></script>
<script src="asset/js/vendor/jquery.js"></script>
<script src="asset/highlightjs/highlight.pack.js"></script>
<link href="asset/highlightjs/styles/github.css" media="screen, projection" rel="stylesheet" type="text/css">
<script>hljs.initHighlightingOnLoad();</script>
<script type="text/javascript">
function before_search(){
var searchVal = 'site: ' + document.getElementById('search_input').value;
document.getElementById('search_q').value = searchVal;
return true;
}
</script>
</head>
<body class="antialiased hide-extras">
<div class="marketing off-canvas-wrap" data-offcanvas>
<div class="inner-wrap">
<nav class="top-bar docs-bar hide-for-small" data-topbar>
<section class="top-bar-section">
<div class="row">
<div style="position: relative;width:100%;"><div style="position: absolute; width:100%;">
<ul id="main-menu" class="left">
<li id=""><a target="self" href="index.html">Home</a></li>
<li id=""><a target="_self" href="archives.html">Archives</a></li>
</ul>
<ul class="right" id="search-wrap">
<li>
<form target="_blank" onsubmit="return before_search();" action="https://google.com/search" method="get">
<input type="hidden" id="search_q" name="q" value="" />
<input tabindex="1" type="search" id="search_input" placeholder="Search"/>
</form>
</li>
</ul>
</div></div>
</div>
</section>
</nav>
<nav class="tab-bar show-for-small">
<a href="javascript:void(0)" class="left-off-canvas-toggle menu-icon">
<span> lazyfighter.com</span>
</a>
</nav>
<aside class="left-off-canvas-menu">
<ul class="off-canvas-list">
<li><a target="self" href="index.html">Home</a></li>
<li><a target="_self" href="archives.html">Archives</a></li>
<li><label>Categories</label></li>
<li><a href="spring.html">spring</a></li>
<li><a href="apache-dubbo.html">apache-dubbo</a></li>
<li><a href="Java%E7%BC%96%E7%A8%8B%E5%8F%91%E6%94%BE%E8%AE%BA%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B0.html">Java编程发放论读书笔记</a></li>
<li><a href="netty.html">netty</a></li>
<li><a href="rocketmq.html">rocketmq</a></li>
<li><a href="apache-camel.html">apache-camel</a></li>
<li><a href="sofa-rpc.html">sofa-rpc</a></li>
<li><a href="java.html">java</a></li>
<li><a href="sentinel.html">sentinel</a></li>
<li><a href="react.html">react</a></li>
</ul>
</aside>
<a class="exit-off-canvas" href="#"></a>
<section id="main-content" role="main" class="scroll-container">
<script type="text/javascript">
$(function(){
$('#menu_item_index').addClass('is_active');
});
</script>
<div class="row">
<div class="large-8 medium-8 columns">
<div class="markdown-body article-wrap">
<div class="article">
<h1>Camel简介</h1>
<div class="read-more clearfix">
<span class="date">2019/6/17</span>
<span>posted in </span>
<span class="posted-in"><a href='apache-camel.html'>apache-camel</a></span>
<span class="comments">
</span>
</div>
</div><!-- article -->
<div class="article-content">
<p>其实我的理解很简单,camel做了很多的抽象,抽象是根据schema进行的,每个资源有这个不同的schema然后对应着不同的Component,也就是对应这资源的push或者pull。配置的router类似于java的stream-api,每个router对应着processor</p>
<span id="more"></span><!-- more -->
<h1 id="toc_0">Message与Exchange</h1>
<h2 id="toc_1">Message</h2>
<p><img src="media/15607549443455/15608521579353.jpg" alt=""/></p>
<p><code>Message</code>包含三个数据已经在上图指出。</p>
<p>同时Message还有一个错误标志<code>FAULT FLAG</code>类似于WSDL JBI这种,他们会将标准输出以及错误输出区分开来,Camel通过这个标志来进行表示,但是通常集成程序不会处理错误输出一般应该在应用层面解决。</p>
<p>在路由过程中,<code>message</code>存储在<code>exchange</code>中。</p>
<h2 id="toc_2">Exchange</h2>
<p><code>Exchange</code>作为当消息在路由时的存储单位。同时一个<code>Exchange</code>提供多种类型在不通的系统交互中。例如MEP(message exchange patterns)有两种类型<code>one-way</code>或者<code>request-response</code></p>
<p><code>Exchange</code>通过字段来进行标识。</p>
<ul>
<li>InOnly <code>one-way</code>类型,例如JMS Message</li>
<li>InOut <code>request-response</code> 类型,例如HTTP请求</li>
</ul>
<p><img src="media/15607549443455/15608525546641.jpg" alt=""/></p>
<ul>
<li>Exchange ID 用来标识不通的exchange</li>
<li>MEP 用来标识Exchange类型,上面说的InOnly或者Inout</li>
<li>Exception 当路由消息发生错误的时候将会存储错误信息</li>
<li>Properties 类似于<code>Message</code>的Header用来存储配置信息</li>
<li>InMessage 存储进来的消息</li>
<li>OutMessage 存储出去的信息只有type为Inout的时候</li>
</ul>
<h1 id="toc_3">Camel的大致结构</h1>
<p><img src="media/15607549443455/15607657264643.jpg" alt=""/></p>
<ul>
<li>RoutingEngine 负责通过用户DSL定义的路由规则进行消息的路由。</li>
<li>Processor 用来在路由过程中处理消息。</li>
<li>Components 是Camel的扩展点,特别说明下EndPoint是Camel的具体抽象接口,不通的Component需要提供不同的EndPoint。</li>
</ul>
<h1 id="toc_4">Camel中的概念</h1>
<h2 id="toc_5">CamelContext</h2>
<p>CamelContext目前我的理解为Camel的核心大脑负责保存各种各样的信息。类似于SpringContext。</p>
<p><img src="media/15607549443455/15608533713728.jpg" alt=""/></p>
<h2 id="toc_6">RoutingEngine</h2>
<p>负责消息的路由</p>
<h2 id="toc_7">ROUTES</h2>
<p>Camel中的最重要的抽象,规划消息的路由链路</p>
<h2 id="toc_8">DSL</h2>
<p>为了将Processor与EndPoint连接起来,Camel定义了DSL语言类似于JAVA的流式语法</p>
<p>简单的demo</p>
<pre><code class="language-text">from("file:data/inbox")
.filter()
.xpath("/order[not(@test)]")
.to("jms:queue:order")
</code></pre>
<p>Camel对Spring的支持,配置如下</p>
<pre><code class="language-text"><route>
<from uri="file:data/inbox"/>
<filter>
<xpath>/order[not(@test)]</xpath>
<to uri="jms:queue:order"/>
</filter>
</route>
</code></pre>
<p>每一个Route规则实际是对应着一个Processor</p>
<h2 id="toc_9">Processor</h2>
<p>处理器,负责根据路由中定义的进行处理</p>
<h2 id="toc_10">Component</h2>
<p>Camel中最大的扩展点,用户可以进行自定义扩展,同时Component也是EndPoint的Factory</p>
<h2 id="toc_11">EndPoint</h2>
<p><img src="media/15607549443455/15608545208923.jpg" alt=""/></p>
<p>EndPoint是Camel对第三方的抽象,通过它可以进行收发消息。</p>
<p>在Camel中我们定义EndPoint通过URIs,例如<code>file:data/inbox?delay=5000</code>然后Camle在进行解析</p>
<p><img src="media/15607549443455/15608546589925.jpg" alt=""/></p>
<ul>
<li>Scheme 将决定使用哪个Component,上面的demo将会使用<code>FileComponent</code></li>
<li>ContextPath 决定了对哪个路径进行操作</li>
<li>Options 操作参数,上面表示每隔5s轮询一次</li>
</ul>
<p><img src="media/15607549443455/15608548787200.jpg" alt=""/></p>
<p>上面的图展示了<code>EndPoint</code>、<code>producer</code>、<code>consumers</code>以及<code>Exchange</code>之间是如何交互的,如上图所示<code>EndPoint</code>实际上是<code>producer</code>以及<code>consumers</code>的制造工厂。</p>
<h2 id="toc_12">Producer</h2>
<p><code>Producer</code>是Camel中的抽象类负责制造发送消息,当一个消息需要发送到一个<code>endpoint</code>消息生产者负责填充信息。</p>
<h2 id="toc_13">CONSUMER</h2>
<p>负责消费信息,并包装在<code>exchange</code>中,然后将他们发送给<code>Processor</code>进行处理。</p>
<h3 id="toc_14">EVENT-DRIVEN CONSUMER</h3>
<p><img src="media/15607549443455/15608554823221.jpg" alt=""/></p>
<p>最常见的消息消费模式,事件驱动类型。(异步)</p>
<h3 id="toc_15">POLLING CONSUMER</h3>
<p><img src="media/15607549443455/15608554901783.jpg" alt=""/></p>
<p>轮序拉取类型。(FTP)</p>
<h1 id="toc_16">简单的DEMO</h1>
<pre><code class="language-java">public class FileCopierWithCamel {
public static void main(String args[]) throws Exception {
CamelContext context = new DefaultCamelContext();
context.addRoutes(new RouteBuilder() {
public void configure() {
from("file:data/inbox?noop=true")
.to("file:data/outbox");
} });
context.start();
Thread.sleep(10000);
context.stop();
}
}
</code></pre>
</div>
<div class="row">
<div class="large-6 columns">
<p class="text-left" style="padding:15px 0px;">
<a href="15608480752996.html"
title="Previous Post: Java8函数式接口">« Java8函数式接口</a>
</p>
</div>
<div class="large-6 columns">
<p class="text-right" style="padding:15px 0px;">
<a href="15604111019339.html"
title="Next Post: 集群限流">集群限流 »</a>
</p>
</div>
</div>
<div class="comments-wrap">
<div class="share-comments">
</div>
</div>
</div><!-- article-wrap -->
</div><!-- large 8 -->
<div class="large-4 medium-4 columns">
<div class="hide-for-small">
<div id="sidebar" class="sidebar">
<div id="site-info" class="site-info">
<div class="site-a-logo"><img src="https://pic.wenwen.soso.com/p/20141016/20141016170205-https://pic.wenwen.soso.com/p/20141016/20141016170205-1919883500.jpg" /></div>
<h1>lazyfighter.com</h1>
<div class="site-des"></div>
<div class="social">
<a target="_blank" class="github" target="_blank" href="https://github.com/lazyfighter" title="GitHub">GitHub</a>
<a target="_blank" class="email" href="mailto:[email protected]" title="Email">Email</a>
<a target="_blank" class="rss" href="atom.xml" title="RSS">RSS</a>
</div>
</div>
<div id="site-categories" class="side-item ">
<div class="side-header">
<h2>Categories</h2>
</div>
<div class="side-content">
<p class="cat-list">
<a href="spring.html"><strong>spring</strong></a>
<a href="apache-dubbo.html"><strong>apache-dubbo</strong></a>
<a href="Java%E7%BC%96%E7%A8%8B%E5%8F%91%E6%94%BE%E8%AE%BA%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B0.html"><strong>Java编程发放论读书笔记</strong></a>
<a href="netty.html"><strong>netty</strong></a>
<a href="rocketmq.html"><strong>rocketmq</strong></a>
<a href="apache-camel.html"><strong>apache-camel</strong></a>
<a href="sofa-rpc.html"><strong>sofa-rpc</strong></a>
<a href="java.html"><strong>java</strong></a>
<a href="sentinel.html"><strong>sentinel</strong></a>
<a href="react.html"><strong>react</strong></a>
</p>
</div>
</div>
<div id="site-categories" class="side-item">
<div class="side-header">
<h2>Recent Posts</h2>
</div>
<div class="side-content">
<ul class="posts-list">
<li class="post">
<a href="15625738990440.html">Broker启动流程</a>
</li>
<li class="post">
<a href="15625684305136.html">路由中心NameServer</a>
</li>
<li class="post">
<a href="15625659827923.html">RocketMQ概览</a>
</li>
<li class="post">
<a href="15621422737770.html">通过消息头中定义长度字段来标识消息的总长度</a>
</li>
<li class="post">
<a href="15620535102889.html">第1章 响应式编程总览</a>
</li>
</ul>
</div>
</div>
</div><!-- sidebar -->
</div><!-- hide for small -->
</div><!-- large 4 -->
</div><!-- row -->
<div class="page-bottom clearfix">
<div class="row">
<p class="copyright">Copyright © 2015
Powered by <a target="_blank" href="http://www.mweb.im">MWeb</a>,
Theme used <a target="_blank" href="http://github.com">GitHub CSS</a>.</p>
</div>
</div>
</section>
</div>
</div>
<script src="asset/js/foundation.min.js"></script>
<script>
$(document).foundation();
function fixSidebarHeight(){
var w1 = $('.markdown-body').height();
var w2 = $('#sidebar').height();
if (w1 > w2) { $('#sidebar').height(w1); };
}
$(function(){
fixSidebarHeight();
})
$(window).load(function(){
fixSidebarHeight();
});
</script>
</body>
</html>