blob: 65428aaab1d54ee42a3091f61eb49dc8f48159e1 [file] [log] [blame]
hono Bot132f6bf2020-08-03 21:23:53 -04001<!DOCTYPE html>
2<html lang="1.3" class="js csstransforms3d">
3 <head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
Hono Botef930712021-04-08 01:12:09 +00006 <meta name="generator" content="Hugo 0.81.0" />
hono Bot132f6bf2020-08-03 21:23:53 -04007 <meta name="description" content="A set of micro-services for connecting millions of devices.">
8<meta name="author" content="The Eclipse Hono Project">
9
10 <link rel="apple-touch-icon" sizes="180x180" href="/hono/docs/favicon/apple-touch-icon.png">
11<link rel="icon" type="image/png" sizes="48x48" href="/hono/docs/favicon/favicon-48x48.png">
12<link rel="icon" type="image/png" sizes="32x32" href="/hono/docs/favicon/favicon-32x32.png">
13<link rel="icon" type="image/png" sizes="16x16" href="/hono/docs/favicon/favicon-16x16.png">
14<link rel="manifest" href="/hono/docs/favicon/site.webmanifest">
15<link rel="mask-icon" href="/hono/docs/favicon/safari-pinned-tab.svg" color="#5bbad5">
16<link rel="shortcut icon" href="/hono/docs/favicon/favicon.ico">
17<meta name="msapplication-TileColor" content="#da532c">
18<meta name="msapplication-config" content="/hono/docs/favicon/browserconfig.xml">
19<meta name="theme-color" content="#ffffff">
20
21 <title>MQTT Adapter Configuration :: Eclipse Hono&trade; Vers.: 1.3</title>
22
23
Hono Bot9e98c2d2021-07-12 01:11:22 +000024 <link href="/hono/docs/css/nucleus.css?1626052269" rel="stylesheet">
25 <link href="/hono/docs/css/fontawesome-all.min.css?1626052269" rel="stylesheet">
26 <link href="/hono/docs/css/hybrid.css?1626052269" rel="stylesheet">
27 <link href="/hono/docs/css/featherlight.min.css?1626052269" rel="stylesheet">
28 <link href="/hono/docs/css/perfect-scrollbar.min.css?1626052269" rel="stylesheet">
29 <link href="/hono/docs/css/auto-complete.css?1626052269" rel="stylesheet">
30 <link href="/hono/docs/css/atom-one-dark-reasonable.css?1626052269" rel="stylesheet">
31 <link href="/hono/docs/css/theme.css?1626052269" rel="stylesheet">
32 <link href="/hono/docs/css/hugo-theme.css?1626052269" rel="stylesheet">
hono Bot132f6bf2020-08-03 21:23:53 -040033
Hono Bot9e98c2d2021-07-12 01:11:22 +000034 <link href="/hono/docs/css/theme-hono.css?1626052269" rel="stylesheet">
hono Bot132f6bf2020-08-03 21:23:53 -040035
Hono Bot9e98c2d2021-07-12 01:11:22 +000036 <link href="/hono/docs/css/hono.css?1626052269" rel="stylesheet">
hono Bot132f6bf2020-08-03 21:23:53 -040037
Hono Bot9e98c2d2021-07-12 01:11:22 +000038 <script src="/hono/docs/js/jquery-3.3.1.min.js?1626052269"></script>
hono Bot132f6bf2020-08-03 21:23:53 -040039
Hono Botbf26a122021-02-10 02:11:36 +000040 <style>
hono Bot132f6bf2020-08-03 21:23:53 -040041 :root #header + #content > #left > #rlblock_left{
42 display:none !important;
43 }
44
45 :not(pre) > code + span.copy-to-clipboard {
46 display: none;
47 }
48
49 </style>
50
hono Bot132f6bf2020-08-03 21:23:53 -040051<link rel="stylesheet" href="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css">
hono Bot132f6bf2020-08-03 21:23:53 -040052
53
54<meta name="twitter:card" content="summary_large_image">
55<meta name="twitter:site" content="@EclipseHono">
56<meta name="twitter:title" content="MQTT Adapter Configuration :: Eclipse Hono&amp;trade; Vers.: 1.3">
57<meta name="twitter:image" content="https://www.eclipse.org/hono/docs/images/twitter_image.png">
58<meta name="twitter:description" content="A set of micro-services for connecting millions of devices.">
59
60
61<meta property="og:title" content="MQTT Adapter Configuration :: Eclipse Hono&amp;trade; Vers.: 1.3" />
62<meta property="og:type" content="website" />
63<meta property="og:url" content="https://www.eclipse.org/hono/docs/1.3/admin-guide/mqtt-adapter-config//" />
64<meta property="og:image" content="https://www.eclipse.org/hono/docs/images/twitter_image.png" />
65
66 </head>
67 <body class="" data-url="/hono/docs/1.3/admin-guide/mqtt-adapter-config/">
68 <nav id="sidebar" class="">
69
70
71
72 <div id="header-wrapper">
73 <div id="header">
74 <a href="https://www.eclipse.org/hono/">
75 <img src="/hono/docs/images/HONO-Logo_Bild-Wort_quer-w-310x120px.svg" alt="Hono logo" class="logo-img">
76</a>
77
78 </div>
79
80 <div class="searchbox">
81 <label for="search-by"><i class="fas fa-search"></i></label>
82 <input data-search-input id="search-by" type="search" placeholder="Search...">
83 <span data-search-clear=""><i class="fas fa-times"></i></span>
84</div>
85
Hono Bot9e98c2d2021-07-12 01:11:22 +000086<script type="text/javascript" src="/hono/docs/js/lunr.min.js?1626052269"></script>
87<script type="text/javascript" src="/hono/docs/js/auto-complete.js?1626052269"></script>
hono Bot132f6bf2020-08-03 21:23:53 -040088<script type="text/javascript">
89
90 var baseurl = "https:\/\/www.eclipse.org\/hono\/docs\/\/1.3";
91
92</script>
Hono Bot9e98c2d2021-07-12 01:11:22 +000093<script type="text/javascript" src="/hono/docs/js/search.js?1626052269"></script>
hono Bot132f6bf2020-08-03 21:23:53 -040094
95
96 </div>
97
98 <div class="highlightable">
99 <ul class="topics">
100
101
102
103
104
105
Hono Botbf26a122021-02-10 02:11:36 +0000106
107
hono Bot132f6bf2020-08-03 21:23:53 -0400108
109
110
111 <li data-nav-id="/hono/docs/1.3/concepts/" title="Concepts" class="dd-item
112
113
114
115 ">
116 <a href="/hono/docs/1.3/concepts/">
117 <i class="far fa-lightbulb"></i> Concepts
118
119 </a>
120
121
122 <ul>
123
124
125
126
127
128
129
130
131
132
Hono Botbf26a122021-02-10 02:11:36 +0000133
134
hono Bot132f6bf2020-08-03 21:23:53 -0400135
136
137
138 <li data-nav-id="/hono/docs/1.3/concepts/device-identity/" title="Device Identity" class="dd-item ">
139 <a href="/hono/docs/1.3/concepts/device-identity/">
140 Device Identity
141
142 </a>
143 </li>
144
145
146
147
148
149
150
151
152
153
Hono Botbf26a122021-02-10 02:11:36 +0000154
155
hono Bot132f6bf2020-08-03 21:23:53 -0400156
157
158
159 <li data-nav-id="/hono/docs/1.3/concepts/tenancy/" title="Multi-Tenancy" class="dd-item ">
160 <a href="/hono/docs/1.3/concepts/tenancy/">
161 Multi-Tenancy
162
163 </a>
164 </li>
165
166
167
168
169
170
171
172
173
174
Hono Botbf26a122021-02-10 02:11:36 +0000175
176
hono Bot132f6bf2020-08-03 21:23:53 -0400177
178
179
180 <li data-nav-id="/hono/docs/1.3/concepts/device-provisioning/" title="Device Provisioning" class="dd-item ">
181 <a href="/hono/docs/1.3/concepts/device-provisioning/">
182 Device Provisioning
183
184 </a>
185 </li>
186
187
188
189
190
191
192
193
194
195
Hono Botbf26a122021-02-10 02:11:36 +0000196
197
hono Bot132f6bf2020-08-03 21:23:53 -0400198
199
200
201 <li data-nav-id="/hono/docs/1.3/concepts/connecting-devices/" title="Connecting Devices" class="dd-item ">
202 <a href="/hono/docs/1.3/concepts/connecting-devices/">
203 Connecting Devices
204
205 </a>
206 </li>
207
208
209
210
211
212
213
214
215
216
Hono Botbf26a122021-02-10 02:11:36 +0000217
218
hono Bot132f6bf2020-08-03 21:23:53 -0400219
220
221
222 <li data-nav-id="/hono/docs/1.3/concepts/device-notifications/" title="Device Notifications" class="dd-item ">
223 <a href="/hono/docs/1.3/concepts/device-notifications/">
224 Device Notifications
225
226 </a>
227 </li>
228
229
230
231
232
233
234
235
236
237
Hono Botbf26a122021-02-10 02:11:36 +0000238
239
hono Bot132f6bf2020-08-03 21:23:53 -0400240
241
242
243 <li data-nav-id="/hono/docs/1.3/concepts/command-and-control/" title="Command &amp; Control" class="dd-item ">
244 <a href="/hono/docs/1.3/concepts/command-and-control/">
245 Command &amp; Control
246
247 </a>
248 </li>
249
250
251
252
253
254
255
256
257
258
Hono Botbf26a122021-02-10 02:11:36 +0000259
260
hono Bot132f6bf2020-08-03 21:23:53 -0400261
262
263
264 <li data-nav-id="/hono/docs/1.3/concepts/resource-limits/" title="Resource limits" class="dd-item ">
265 <a href="/hono/docs/1.3/concepts/resource-limits/">
266 Resource limits
267
268 </a>
269 </li>
270
271
272
273
274
275
276
277
278
279
Hono Botbf26a122021-02-10 02:11:36 +0000280
281
hono Bot132f6bf2020-08-03 21:23:53 -0400282
283
284
285 <li data-nav-id="/hono/docs/1.3/concepts/connection-events/" title="Connection Events" class="dd-item ">
286 <a href="/hono/docs/1.3/concepts/connection-events/">
287 Connection Events
288
289 </a>
290 </li>
291
292
293
294
295
296
297
298 </ul>
Hono Botbf26a122021-02-10 02:11:36 +0000299
hono Bot132f6bf2020-08-03 21:23:53 -0400300 </li>
301
302
303
304
305
306
307
Hono Botbf26a122021-02-10 02:11:36 +0000308
309
hono Bot132f6bf2020-08-03 21:23:53 -0400310
311
312
313 <li data-nav-id="/hono/docs/1.3/user-guide/" title="User Guide" class="dd-item
314
315
316
317 ">
318 <a href="/hono/docs/1.3/user-guide/">
319 <i class="fas fa-book-reader"></i> User Guide
320
321 </a>
322
323
324 <ul>
325
326
327
328
329
330
331
332
333
334
Hono Botbf26a122021-02-10 02:11:36 +0000335
336
hono Bot132f6bf2020-08-03 21:23:53 -0400337
338
339
340 <li data-nav-id="/hono/docs/1.3/user-guide/mongodb-based-device-registry/" title="MongoDB Based Device Registry" class="dd-item ">
341 <a href="/hono/docs/1.3/user-guide/mongodb-based-device-registry/">
342 MongoDB Based Device Registry
343
344 </a>
345 </li>
346
347
348
349
350
351
352
353
354
355
Hono Botbf26a122021-02-10 02:11:36 +0000356
357
hono Bot132f6bf2020-08-03 21:23:53 -0400358
359
360
361 <li data-nav-id="/hono/docs/1.3/user-guide/file-based-device-registry/" title="File Based Device Registry" class="dd-item ">
362 <a href="/hono/docs/1.3/user-guide/file-based-device-registry/">
363 File Based Device Registry
364
365 </a>
366 </li>
367
368
369
370
371
372
373
374
375
376
Hono Botbf26a122021-02-10 02:11:36 +0000377
378
hono Bot132f6bf2020-08-03 21:23:53 -0400379
380
381
382 <li data-nav-id="/hono/docs/1.3/user-guide/http-adapter/" title="HTTP Adapter" class="dd-item ">
383 <a href="/hono/docs/1.3/user-guide/http-adapter/">
384 HTTP Adapter
385
386 </a>
387 </li>
388
389
390
391
392
393
394
395
396
397
Hono Botbf26a122021-02-10 02:11:36 +0000398
399
hono Bot132f6bf2020-08-03 21:23:53 -0400400
401
402
403 <li data-nav-id="/hono/docs/1.3/user-guide/mqtt-adapter/" title="MQTT Adapter" class="dd-item ">
404 <a href="/hono/docs/1.3/user-guide/mqtt-adapter/">
405 MQTT Adapter
406
407 </a>
408 </li>
409
410
411
412
413
414
415
416
417
418
Hono Botbf26a122021-02-10 02:11:36 +0000419
420
hono Bot132f6bf2020-08-03 21:23:53 -0400421
422
423
424 <li data-nav-id="/hono/docs/1.3/user-guide/amqp-adapter/" title="AMQP Adapter" class="dd-item ">
425 <a href="/hono/docs/1.3/user-guide/amqp-adapter/">
426 AMQP Adapter
427
428 </a>
429 </li>
430
431
432
433
434
435
436
437
438
439
Hono Botbf26a122021-02-10 02:11:36 +0000440
441
hono Bot132f6bf2020-08-03 21:23:53 -0400442
443
444
445 <li data-nav-id="/hono/docs/1.3/user-guide/coap-adapter/" title="CoAP Adapter" class="dd-item ">
446 <a href="/hono/docs/1.3/user-guide/coap-adapter/">
447 CoAP Adapter
448
449 </a>
450 </li>
451
452
453
454
455
456
457
458
459
460
Hono Botbf26a122021-02-10 02:11:36 +0000461
462
hono Bot132f6bf2020-08-03 21:23:53 -0400463
464
465
466 <li data-nav-id="/hono/docs/1.3/user-guide/kura-adapter/" title="Kura Adapter" class="dd-item ">
467 <a href="/hono/docs/1.3/user-guide/kura-adapter/">
468 Kura Adapter
469
470 </a>
471 </li>
472
473
474
475
476
477
478
479
480
481
Hono Botbf26a122021-02-10 02:11:36 +0000482
483
hono Bot132f6bf2020-08-03 21:23:53 -0400484
485
486
487 <li data-nav-id="/hono/docs/1.3/user-guide/sigfox-adapter/" title="Sigfox Adapter" class="dd-item ">
488 <a href="/hono/docs/1.3/user-guide/sigfox-adapter/">
489 Sigfox Adapter
490
491 </a>
492 </li>
493
494
495
496
497
498
499
500
501
502
Hono Botbf26a122021-02-10 02:11:36 +0000503
504
hono Bot132f6bf2020-08-03 21:23:53 -0400505
506
507
508 <li data-nav-id="/hono/docs/1.3/user-guide/jmeter_load_tests/" title="Load Tests with JMeter" class="dd-item ">
509 <a href="/hono/docs/1.3/user-guide/jmeter_load_tests/">
510 Load Tests with JMeter
511
512 </a>
513 </li>
514
515
516
517
518
519
hono Bot2d0d6e92020-08-04 21:24:09 -0400520
521
522
hono Bot132f6bf2020-08-03 21:23:53 -0400523
524 </ul>
Hono Botbf26a122021-02-10 02:11:36 +0000525
hono Bot132f6bf2020-08-03 21:23:53 -0400526 </li>
527
528
529
530
531
532
533
Hono Botbf26a122021-02-10 02:11:36 +0000534
535
hono Bot132f6bf2020-08-03 21:23:53 -0400536
537
538
539 <li data-nav-id="/hono/docs/1.3/admin-guide/" title="Admin Guide" class="dd-item
540 parent
541
542
543 ">
544 <a href="/hono/docs/1.3/admin-guide/">
545 <i class="fas fa-sliders-h"></i> Admin Guide
546
547 </a>
548
549
550 <ul>
551
552
553
554
555
556
557
558
559
560
Hono Botbf26a122021-02-10 02:11:36 +0000561
562
hono Bot132f6bf2020-08-03 21:23:53 -0400563
564
565
566 <li data-nav-id="/hono/docs/1.3/admin-guide/common-config/" title="Common Configuration" class="dd-item ">
567 <a href="/hono/docs/1.3/admin-guide/common-config/">
568 Common Configuration
569
570 </a>
571 </li>
572
573
574
575
576
577
578
579
580
581
Hono Botbf26a122021-02-10 02:11:36 +0000582
583
hono Bot132f6bf2020-08-03 21:23:53 -0400584
585
586
587 <li data-nav-id="/hono/docs/1.3/admin-guide/auth-server-config/" title="Auth Server Configuration" class="dd-item ">
588 <a href="/hono/docs/1.3/admin-guide/auth-server-config/">
589 Auth Server Configuration
590
591 </a>
592 </li>
593
594
595
596
597
598
599
600
601
602
Hono Botbf26a122021-02-10 02:11:36 +0000603
604
hono Bot132f6bf2020-08-03 21:23:53 -0400605
606
607
608 <li data-nav-id="/hono/docs/1.3/admin-guide/mongodb-device-registry-config/" title="MongoDB Based Device Registry Configuration" class="dd-item ">
609 <a href="/hono/docs/1.3/admin-guide/mongodb-device-registry-config/">
610 MongoDB Based Device Registry Configuration
611
612 </a>
613 </li>
614
615
616
617
618
619
620
621
622
623
Hono Botbf26a122021-02-10 02:11:36 +0000624
625
hono Bot132f6bf2020-08-03 21:23:53 -0400626
627
628
629 <li data-nav-id="/hono/docs/1.3/admin-guide/file-based-device-registry-config/" title="File Based Device Registry Configuration" class="dd-item ">
630 <a href="/hono/docs/1.3/admin-guide/file-based-device-registry-config/">
631 File Based Device Registry Configuration
632
633 </a>
634 </li>
635
636
637
638
639
640
641
642
643
644
Hono Botbf26a122021-02-10 02:11:36 +0000645
646
hono Bot132f6bf2020-08-03 21:23:53 -0400647
648
649
650 <li data-nav-id="/hono/docs/1.3/admin-guide/device-connection-config/" title="Configuring the Device Connection Service" class="dd-item ">
651 <a href="/hono/docs/1.3/admin-guide/device-connection-config/">
652 Device Connection Service Configuration
653
654 </a>
655 </li>
656
657
658
659
660
661
662
663
664
665
Hono Botbf26a122021-02-10 02:11:36 +0000666
667
hono Bot132f6bf2020-08-03 21:23:53 -0400668
669
670
671 <li data-nav-id="/hono/docs/1.3/admin-guide/http-adapter-config/" title="HTTP Adapter Configuration" class="dd-item ">
672 <a href="/hono/docs/1.3/admin-guide/http-adapter-config/">
673 HTTP Adapter Configuration
674
675 </a>
676 </li>
677
678
679
680
681
682
683
684
685
686
Hono Botbf26a122021-02-10 02:11:36 +0000687
688
hono Bot132f6bf2020-08-03 21:23:53 -0400689
690
691
692 <li data-nav-id="/hono/docs/1.3/admin-guide/mqtt-adapter-config/" title="MQTT Adapter Configuration" class="dd-item active">
693 <a href="/hono/docs/1.3/admin-guide/mqtt-adapter-config/">
694 MQTT Adapter Configuration
695
696 </a>
697 </li>
698
699
700
701
702
703
704
705
706
707
Hono Botbf26a122021-02-10 02:11:36 +0000708
709
hono Bot132f6bf2020-08-03 21:23:53 -0400710
711
712
713 <li data-nav-id="/hono/docs/1.3/admin-guide/amqp-adapter-config/" title="AMQP Adapter Configuration" class="dd-item ">
714 <a href="/hono/docs/1.3/admin-guide/amqp-adapter-config/">
715 AMQP Adapter Configuration
716
717 </a>
718 </li>
719
720
721
722
723
724
725
726
727
728
Hono Botbf26a122021-02-10 02:11:36 +0000729
730
hono Bot132f6bf2020-08-03 21:23:53 -0400731
732
733
734 <li data-nav-id="/hono/docs/1.3/admin-guide/coap-adapter-config/" title="CoAP Adapter Configuration" class="dd-item ">
735 <a href="/hono/docs/1.3/admin-guide/coap-adapter-config/">
736 CoAP Adapter Configuration
737
738 </a>
739 </li>
740
741
742
743
744
745
746
747
748
749
Hono Botbf26a122021-02-10 02:11:36 +0000750
751
hono Bot132f6bf2020-08-03 21:23:53 -0400752
753
754
755 <li data-nav-id="/hono/docs/1.3/admin-guide/kura-adapter-config/" title="Kura Adapter Configuration" class="dd-item ">
756 <a href="/hono/docs/1.3/admin-guide/kura-adapter-config/">
757 Kura Adapter Configuration
758
759 </a>
760 </li>
761
762
763
764
765
766
767
768
769
770
Hono Botbf26a122021-02-10 02:11:36 +0000771
772
hono Bot132f6bf2020-08-03 21:23:53 -0400773
774
775
776 <li data-nav-id="/hono/docs/1.3/admin-guide/hono-client-configuration/" title="Hono Client Configuration" class="dd-item ">
777 <a href="/hono/docs/1.3/admin-guide/hono-client-configuration/">
778 Hono Client Configuration
779
780 </a>
781 </li>
782
783
784
785
786
787
788
789
790
791
Hono Botbf26a122021-02-10 02:11:36 +0000792
793
hono Bot132f6bf2020-08-03 21:23:53 -0400794
795
796
797 <li data-nav-id="/hono/docs/1.3/admin-guide/amqp-network-config/" title="AMQP 1.0 Messaging Network Configuration" class="dd-item ">
798 <a href="/hono/docs/1.3/admin-guide/amqp-network-config/">
799 AMQP 1.0 Messaging Network Configuration
800
801 </a>
802 </li>
803
804
805
806
807
808
809
810
811
812
Hono Botbf26a122021-02-10 02:11:36 +0000813
814
hono Bot132f6bf2020-08-03 21:23:53 -0400815
816
817
818 <li data-nav-id="/hono/docs/1.3/admin-guide/secure_communication/" title="Secure Communication" class="dd-item ">
819 <a href="/hono/docs/1.3/admin-guide/secure_communication/">
820 Secure Communication
821
822 </a>
823 </li>
824
825
826
827
828
829
830
831
832
833
Hono Botbf26a122021-02-10 02:11:36 +0000834
835
hono Bot132f6bf2020-08-03 21:23:53 -0400836
837
838
839 <li data-nav-id="/hono/docs/1.3/admin-guide/monitoring-tracing-config/" title="Monitoring &amp; Tracing" class="dd-item ">
840 <a href="/hono/docs/1.3/admin-guide/monitoring-tracing-config/">
841 Monitoring &amp; Tracing
842
843 </a>
844 </li>
845
846
847
848
849
850
hono Bot2d0d6e92020-08-04 21:24:09 -0400851
852
853
hono Bot132f6bf2020-08-03 21:23:53 -0400854
855 </ul>
Hono Botbf26a122021-02-10 02:11:36 +0000856
hono Bot132f6bf2020-08-03 21:23:53 -0400857 </li>
858
859
860
861
862
863
864
Hono Botbf26a122021-02-10 02:11:36 +0000865
866
hono Bot132f6bf2020-08-03 21:23:53 -0400867
868
869
870 <li data-nav-id="/hono/docs/1.3/dev-guide/" title="Developer Guide" class="dd-item
871
872
873
874 ">
875 <a href="/hono/docs/1.3/dev-guide/">
876 <i class="fas fa-tools"></i> Developer Guide
877
878 </a>
879
880
881 <ul>
882
883
884
885
886
887
888
889
890
891
Hono Botbf26a122021-02-10 02:11:36 +0000892
893
hono Bot132f6bf2020-08-03 21:23:53 -0400894
895
896
897 <li data-nav-id="/hono/docs/1.3/dev-guide/building_hono/" title="Building from Source" class="dd-item ">
898 <a href="/hono/docs/1.3/dev-guide/building_hono/">
899 Building from Source
900
901 </a>
902 </li>
903
904
905
906
907
908
909
910
911
912
Hono Botbf26a122021-02-10 02:11:36 +0000913
914
hono Bot132f6bf2020-08-03 21:23:53 -0400915
916
917
918 <li data-nav-id="/hono/docs/1.3/dev-guide/amqp_adapter_client/" title="AMQP Adapter Client for Java" class="dd-item ">
919 <a href="/hono/docs/1.3/dev-guide/amqp_adapter_client/">
920 AMQP Adapter Client for Java
921
922 </a>
923 </li>
924
925
926
927
928
929
930
931
932
933
Hono Botbf26a122021-02-10 02:11:36 +0000934
935
hono Bot132f6bf2020-08-03 21:23:53 -0400936
937
938
939 <li data-nav-id="/hono/docs/1.3/dev-guide/java_client_consumer/" title="Consuming Messages from Java" class="dd-item ">
940 <a href="/hono/docs/1.3/dev-guide/java_client_consumer/">
941 Consuming Messages from Java
942
943 </a>
944 </li>
945
946
947
948
949
950
951
952
953
954
Hono Botbf26a122021-02-10 02:11:36 +0000955
956
hono Bot132f6bf2020-08-03 21:23:53 -0400957
958
959
960 <li data-nav-id="/hono/docs/1.3/dev-guide/custom_http_adapter/" title="Implement a Custom Hono HTTP Protocol Adapter" class="dd-item ">
961 <a href="/hono/docs/1.3/dev-guide/custom_http_adapter/">
962 Implement a Custom Hono HTTP Protocol Adapter
963
964 </a>
965 </li>
966
967
968
969
970
971
972
973 </ul>
Hono Botbf26a122021-02-10 02:11:36 +0000974
hono Bot132f6bf2020-08-03 21:23:53 -0400975 </li>
976
977
978
979
980
981
982
Hono Botbf26a122021-02-10 02:11:36 +0000983
984
hono Bot132f6bf2020-08-03 21:23:53 -0400985
986
987
988 <li data-nav-id="/hono/docs/1.3/api/" title="API" class="dd-item
989
990
991
992 ">
993 <a href="/hono/docs/1.3/api/">
994 &nbsp;<i class='fas fa-plug'></i>&nbsp;API
995
996 </a>
997
998
999 <ul>
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
Hono Botbf26a122021-02-10 02:11:36 +00001010
1011
hono Bot132f6bf2020-08-03 21:23:53 -04001012
1013
1014
1015 <li data-nav-id="/hono/docs/1.3/api/telemetry/" title="Telemetry API Specification" class="dd-item ">
1016 <a href="/hono/docs/1.3/api/telemetry/">
1017 Telemetry API
1018
1019 </a>
1020 </li>
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
Hono Botbf26a122021-02-10 02:11:36 +00001031
1032
hono Bot132f6bf2020-08-03 21:23:53 -04001033
1034
1035
1036 <li data-nav-id="/hono/docs/1.3/api/event/" title="Event API Specification" class="dd-item ">
1037 <a href="/hono/docs/1.3/api/event/">
1038 Event API
1039
1040 </a>
1041 </li>
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
Hono Botbf26a122021-02-10 02:11:36 +00001052
1053
hono Bot132f6bf2020-08-03 21:23:53 -04001054
1055
1056
1057 <li data-nav-id="/hono/docs/1.3/api/command-and-control/" title="Command &amp; Control API Specification" class="dd-item ">
1058 <a href="/hono/docs/1.3/api/command-and-control/">
1059 Command &amp; Control API
1060
1061 </a>
1062 </li>
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
Hono Botbf26a122021-02-10 02:11:36 +00001073
1074
hono Bot132f6bf2020-08-03 21:23:53 -04001075
1076
1077
1078 <li data-nav-id="/hono/docs/1.3/api/tenant/" title="Tenant API Specification" class="dd-item ">
1079 <a href="/hono/docs/1.3/api/tenant/">
1080 Tenant API
1081
1082 </a>
1083 </li>
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
Hono Botbf26a122021-02-10 02:11:36 +00001094
1095
hono Bot132f6bf2020-08-03 21:23:53 -04001096
1097
1098
1099 <li data-nav-id="/hono/docs/1.3/api/device-connection/" title="Device Connection API Specification" class="dd-item ">
1100 <a href="/hono/docs/1.3/api/device-connection/">
1101 Device Connection API
1102
1103 </a>
1104 </li>
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
Hono Botbf26a122021-02-10 02:11:36 +00001115
1116
hono Bot132f6bf2020-08-03 21:23:53 -04001117
1118
1119
1120 <li data-nav-id="/hono/docs/1.3/api/device-registration/" title="Device Registration API Specification" class="dd-item ">
1121 <a href="/hono/docs/1.3/api/device-registration/">
1122 Device Registration API
1123
1124 </a>
1125 </li>
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
Hono Botbf26a122021-02-10 02:11:36 +00001136
1137
hono Bot132f6bf2020-08-03 21:23:53 -04001138
1139
1140
1141 <li data-nav-id="/hono/docs/1.3/api/credentials/" title="Credentials API Specification" class="dd-item ">
1142 <a href="/hono/docs/1.3/api/credentials/">
1143 Credentials API
1144
1145 </a>
1146 </li>
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
Hono Botbf26a122021-02-10 02:11:36 +00001157
1158
hono Bot132f6bf2020-08-03 21:23:53 -04001159
1160
1161
1162 <li data-nav-id="/hono/docs/1.3/api/authentication/" title="Authentication API Specification" class="dd-item ">
1163 <a href="/hono/docs/1.3/api/authentication/">
1164 Authentication API
1165
1166 </a>
1167 </li>
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
Hono Botbf26a122021-02-10 02:11:36 +00001178
1179
hono Bot132f6bf2020-08-03 21:23:53 -04001180
1181
1182
1183 <li data-nav-id="/hono/docs/1.3/api/management/" title="Device Registry Management API Specification" class="dd-item ">
1184 <a href="/hono/docs/1.3/api/management/">
1185 Device Registry Management API
1186
1187 </a>
1188 </li>
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
Hono Botbf26a122021-02-10 02:11:36 +00001199
1200
hono Bot132f6bf2020-08-03 21:23:53 -04001201
1202
1203
1204 <li data-nav-id="/hono/docs/1.3/api/metrics/" title="Metrics" class="dd-item ">
1205 <a href="/hono/docs/1.3/api/metrics/">
1206 Metrics
1207
1208 </a>
1209 </li>
1210
1211
1212
1213
1214
1215
1216
1217 </ul>
Hono Botbf26a122021-02-10 02:11:36 +00001218
hono Bot132f6bf2020-08-03 21:23:53 -04001219 </li>
1220
1221
1222
1223
1224
1225
1226
Hono Botbf26a122021-02-10 02:11:36 +00001227
1228
hono Bot132f6bf2020-08-03 21:23:53 -04001229
1230
1231
1232 <li data-nav-id="/hono/docs/1.3/deployment/" title="Deployment" class="dd-item
1233
1234
1235
1236 ">
1237 <a href="/hono/docs/1.3/deployment/">
1238 <i class="fas fa-shipping-fast"></i> Deployment
1239
1240 </a>
1241
1242
1243 <ul>
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
Hono Botbf26a122021-02-10 02:11:36 +00001254
1255
hono Bot132f6bf2020-08-03 21:23:53 -04001256
1257
1258
1259 <li data-nav-id="/hono/docs/1.3/deployment/helm-based-deployment/" title="Helm based Deployment" class="dd-item ">
1260 <a href="/hono/docs/1.3/deployment/helm-based-deployment/">
1261 Helm based Deployment
1262
1263 </a>
1264 </li>
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
Hono Botbf26a122021-02-10 02:11:36 +00001275
1276
hono Bot132f6bf2020-08-03 21:23:53 -04001277
1278
1279
1280 <li data-nav-id="/hono/docs/1.3/deployment/openshift/" title="OpenShift / OKD" class="dd-item ">
1281 <a href="/hono/docs/1.3/deployment/openshift/">
1282 OpenShift / OKD
1283
1284 </a>
1285 </li>
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
Hono Botbf26a122021-02-10 02:11:36 +00001296
1297
hono Bot132f6bf2020-08-03 21:23:53 -04001298
1299
1300
1301 <li data-nav-id="/hono/docs/1.3/deployment/create-kubernetes-cluster/" title="Setting up a Kubernetes Cluster" class="dd-item ">
1302 <a href="/hono/docs/1.3/deployment/create-kubernetes-cluster/">
1303 Setting up a Kubernetes Cluster
1304
1305 </a>
1306 </li>
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
Hono Botbf26a122021-02-10 02:11:36 +00001317
1318
hono Bot132f6bf2020-08-03 21:23:53 -04001319
1320
1321
1322 <li data-nav-id="/hono/docs/1.3/deployment/resource-limitation/" title="Limiting Resource Usage" class="dd-item ">
1323 <a href="/hono/docs/1.3/deployment/resource-limitation/">
1324 Limiting Resource Usage
1325
1326 </a>
1327 </li>
1328
1329
1330
1331
1332
1333
1334
1335 </ul>
Hono Botbf26a122021-02-10 02:11:36 +00001336
hono Bot132f6bf2020-08-03 21:23:53 -04001337 </li>
1338
1339
1340
1341
1342
1343
1344
Hono Botbf26a122021-02-10 02:11:36 +00001345
1346
hono Bot132f6bf2020-08-03 21:23:53 -04001347
1348
1349
1350 <li data-nav-id="/hono/docs/1.3/architecture/" title="Architecture" class="dd-item
1351
1352
1353
1354 ">
1355 <a href="/hono/docs/1.3/architecture/">
1356 <i class="fas fa-landmark"></i> Architecture
1357
1358 </a>
1359
1360
1361 <ul>
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
Hono Botbf26a122021-02-10 02:11:36 +00001372
1373
hono Bot132f6bf2020-08-03 21:23:53 -04001374
1375
1376
1377 <li data-nav-id="/hono/docs/1.3/architecture/component-view/" title="Component View" class="dd-item ">
1378 <a href="/hono/docs/1.3/architecture/component-view/">
1379 Component View
1380
1381 </a>
1382 </li>
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
Hono Botbf26a122021-02-10 02:11:36 +00001393
1394
hono Bot132f6bf2020-08-03 21:23:53 -04001395
1396
1397
1398 <li data-nav-id="/hono/docs/1.3/architecture/auth/" title="Authentication/Authorization" class="dd-item ">
1399 <a href="/hono/docs/1.3/architecture/auth/">
1400 Authentication/Authorization
1401
1402 </a>
1403 </li>
1404
1405
1406
1407
1408
1409
1410
1411 </ul>
Hono Botbf26a122021-02-10 02:11:36 +00001412
hono Bot132f6bf2020-08-03 21:23:53 -04001413 </li>
1414
1415
1416
1417
1418
1419 </ul>
1420
1421
1422
1423 <section id="shortcuts">
1424 <h3></h3>
1425 <ul>
1426
1427 <li>
1428 <a class="padding" href="https://www.eclipse.org/hono/" title="Hono&#39;s Homepage"><i class='fas fa-home'></i> Hono Home</a>
1429 </li>
1430
1431 <li>
1432 <a class="padding" href="https://www.eclipse.org/hono/getting-started/" title="Getting started with Eclipse Hono"><i class='fas fa-plane-departure'></i> Getting Started</a>
1433 </li>
1434
1435 </ul>
1436 </section>
1437
1438
1439
1440 <section id="prefooter">
1441 <hr/>
1442 <ul>
1443
1444 <li>
1445 <div id="select-box-wrapper">
1446 <div id="select-box">
1447 <a class="padding">
1448 Version:&nbsp;
1449 <div class="select-style">
1450 <select id="select-language" onchange="location = this.value;">
1451
1452
1453
1454
1455
1456
1457
1458
Hono Bot1f51cfc2021-05-21 01:12:32 +00001459 <option id="stable" value="https://www.eclipse.org/hono/docs/admin-guide/mqtt-adapter-config/">stable (1.8)</option>
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491 <option id="1.8" value="https://www.eclipse.org/hono/docs/1.8/admin-guide/mqtt-adapter-config/">1.8</option>
Hono Botef930712021-04-08 01:12:09 +00001492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
Hono Bot1f51cfc2021-05-21 01:12:32 +00001519
1520
Hono Botef930712021-04-08 01:12:09 +00001521
1522
1523 <option id="1.7" value="https://www.eclipse.org/hono/docs/1.7/admin-guide/mqtt-adapter-config/">1.7</option>
Hono Bot650d39f2021-02-02 02:17:46 +00001524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
Hono Botef930712021-04-08 01:12:09 +00001549
1550
Hono Bot1f51cfc2021-05-21 01:12:32 +00001551
1552
Hono Bot650d39f2021-02-02 02:17:46 +00001553
1554
Hono Botbf26a122021-02-10 02:11:36 +00001555 <option id="1.6" value="https://www.eclipse.org/hono/docs/1.6/admin-guide/mqtt-adapter-config/">1.6</option>
Hono Bot93bd24f2020-12-17 02:12:33 +00001556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
Hono Bot650d39f2021-02-02 02:17:46 +00001579
1580
Hono Botef930712021-04-08 01:12:09 +00001581
1582
Hono Bot1f51cfc2021-05-21 01:12:32 +00001583
1584
Hono Bot93bd24f2020-12-17 02:12:33 +00001585
1586
Hono Botbf26a122021-02-10 02:11:36 +00001587 <option id="1.5" value="https://www.eclipse.org/hono/docs/1.5/admin-guide/mqtt-adapter-config/">1.5</option>
hono Bot01909692020-09-10 21:24:10 -04001588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
Hono Bot93bd24f2020-12-17 02:12:33 +00001609
1610
Hono Bot650d39f2021-02-02 02:17:46 +00001611
1612
Hono Botef930712021-04-08 01:12:09 +00001613
1614
Hono Bot1f51cfc2021-05-21 01:12:32 +00001615
1616
hono Bot01909692020-09-10 21:24:10 -04001617
1618
Hono Botbf26a122021-02-10 02:11:36 +00001619 <option id="1.4" value="https://www.eclipse.org/hono/docs/1.4/admin-guide/mqtt-adapter-config/">1.4</option>
hono Bot132f6bf2020-08-03 21:23:53 -04001620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
hono Bot01909692020-09-10 21:24:10 -04001639
1640
Hono Bot93bd24f2020-12-17 02:12:33 +00001641
1642
Hono Bot650d39f2021-02-02 02:17:46 +00001643
1644
Hono Botef930712021-04-08 01:12:09 +00001645
1646
Hono Bot1f51cfc2021-05-21 01:12:32 +00001647
1648
hono Bot132f6bf2020-08-03 21:23:53 -04001649
1650
Hono Botbf26a122021-02-10 02:11:36 +00001651 <option id="1.3" value="https://www.eclipse.org/hono/docs/1.3/admin-guide/mqtt-adapter-config/" selected>1.3</option>
hono Bot132f6bf2020-08-03 21:23:53 -04001652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
hono Bot01909692020-09-10 21:24:10 -04001671
1672
Hono Bot93bd24f2020-12-17 02:12:33 +00001673
1674
Hono Bot650d39f2021-02-02 02:17:46 +00001675
1676
Hono Botef930712021-04-08 01:12:09 +00001677
1678
Hono Bot1f51cfc2021-05-21 01:12:32 +00001679
1680
hono Bot132f6bf2020-08-03 21:23:53 -04001681
1682
Hono Botbf26a122021-02-10 02:11:36 +00001683 <option id="1.2" value="https://www.eclipse.org/hono/docs/1.2/admin-guide/mqtt-adapter-config/">1.2</option>
hono Bot132f6bf2020-08-03 21:23:53 -04001684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
hono Bot01909692020-09-10 21:24:10 -04001703
1704
Hono Bot93bd24f2020-12-17 02:12:33 +00001705
1706
Hono Bot650d39f2021-02-02 02:17:46 +00001707
1708
Hono Botef930712021-04-08 01:12:09 +00001709
1710
Hono Bot1f51cfc2021-05-21 01:12:32 +00001711
1712
hono Bot132f6bf2020-08-03 21:23:53 -04001713
1714
Hono Botbf26a122021-02-10 02:11:36 +00001715 <option id="1.1" value="https://www.eclipse.org/hono/docs/1.1/admin-guide/mqtt-adapter-config/">1.1</option>
hono Bot132f6bf2020-08-03 21:23:53 -04001716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
hono Bot01909692020-09-10 21:24:10 -04001735
1736
Hono Bot93bd24f2020-12-17 02:12:33 +00001737
1738
Hono Bot650d39f2021-02-02 02:17:46 +00001739
1740
Hono Botef930712021-04-08 01:12:09 +00001741
1742
Hono Bot1f51cfc2021-05-21 01:12:32 +00001743
1744
hono Bot132f6bf2020-08-03 21:23:53 -04001745
1746
Hono Botbf26a122021-02-10 02:11:36 +00001747 <option id="1.0" value="https://www.eclipse.org/hono/docs/1.0/admin-guide/mqtt-adapter-config/">1.0</option>
hono Bot132f6bf2020-08-03 21:23:53 -04001748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
hono Bot01909692020-09-10 21:24:10 -04001767
1768
Hono Bot93bd24f2020-12-17 02:12:33 +00001769
1770
Hono Bot650d39f2021-02-02 02:17:46 +00001771
1772
Hono Botef930712021-04-08 01:12:09 +00001773
1774
Hono Bot1f51cfc2021-05-21 01:12:32 +00001775
1776
hono Bot132f6bf2020-08-03 21:23:53 -04001777
1778
Hono Botbf26a122021-02-10 02:11:36 +00001779 <option id="dev" value="https://www.eclipse.org/hono/docs/dev/admin-guide/mqtt-adapter-config/">dev</option>
hono Bot132f6bf2020-08-03 21:23:53 -04001780
1781
1782
1783
1784 </select>
1785 <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
1786 width="255px" height="255px" viewBox="0 0 255 255" style="enable-background:new 0 0 255 255;" xml:space="preserve">
1787 <g>
1788 <g id="arrow-drop-down">
1789 <polygon points="0,63.75 127.5,191.25 255,63.75 " />
1790 </g>
1791 </g>
1792 </svg>
1793 </div>
1794 </a>
1795 </div>
1796 </div>
1797 </li>
1798
1799
1800
1801 </ul>
1802 </section>
1803
1804 <section id="footer">
1805
1806
Hono Botd9322632021-01-01 02:10:48 +00001807<p>&copy; 2021 <a href="https://www.eclipse.org/hono/">The Eclipse Hono Project</a></p>
hono Bot132f6bf2020-08-03 21:23:53 -04001808
1809<p>
1810 Documentation built with
1811 <a href="https://gohugo.io/" target="_blank">Hugo</a>
1812 using the
1813 <a href="https://github.com/matcornic/hugo-theme-learn" target="_blank">Learn</a> theme.
1814</p>
1815
1816<div class="eclipse-logo">
1817 <a href="https://www.eclipse.org" target="_blank">
1818 <img src="https://www.eclipse.org/hono/docs/images/eclipse_foundation_logo.svg"/>
1819 </a>
1820</div>
1821
1822 </section>
1823 </div>
1824</nav>
1825
1826
1827
1828
hono Bot132f6bf2020-08-03 21:23:53 -04001829 <section id="body">
1830 <div id="overlay"></div>
Hono Botbf26a122021-02-10 02:11:36 +00001831
hono Bot132f6bf2020-08-03 21:23:53 -04001832
hono Bot01909692020-09-10 21:24:10 -04001833 <div class="old-version-hint">
1834 <p>This page refers to version <em>1.3</em>.
1835 You might want to use the <a href="https://www.eclipse.org/hono/docs/">current stable</a> version.
1836 </p>
1837 </div>
1838
hono Bot132f6bf2020-08-03 21:23:53 -04001839
Hono Botbf26a122021-02-10 02:11:36 +00001840
hono Bot132f6bf2020-08-03 21:23:53 -04001841 <div class="padding highlightable">
1842
1843 <div>
1844 <div id="top-bar">
1845
1846
1847
1848
1849 <div id="top-github-link">
1850 <a class="github-link" title='Edit this page' href="https://github.com/eclipse/hono/edit/master/site/documentation/content/admin-guide/mqtt-adapter-config.md" target="blank">
1851 <i class="fas fa-code-branch"></i>
1852 <span id="top-github-link-text">Edit this page</span>
1853 </a>
1854 </div>
1855
1856
1857
1858 <div id="breadcrumbs" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
1859 <span id="sidebar-toggle-span">
1860 <a href="#" id="sidebar-toggle" data-sidebar-toggle="">
1861 <i class="fas fa-bars"></i>
1862 </a>
1863 </span>
1864
1865 <span id="toc-menu"><i class="fas fa-list-alt"></i></span>
1866
1867 <span class="links">
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881 <a href='/hono/docs/1.3/'>Documentation</a> > <a href='/hono/docs/1.3/admin-guide/'>Admin Guide</a> > MQTT Adapter Configuration
1882
Hono Botbf26a122021-02-10 02:11:36 +00001883
hono Bot132f6bf2020-08-03 21:23:53 -04001884
Hono Botbf26a122021-02-10 02:11:36 +00001885
hono Bot132f6bf2020-08-03 21:23:53 -04001886
1887
1888
1889 </span>
1890 </div>
1891
1892 <div class="progress">
1893 <div class="wrapper">
1894<nav id="TableOfContents">
Hono Botef930712021-04-08 01:12:09 +00001895 <ul>
1896 <li><a href="#service-configuration">Service Configuration</a></li>
1897 <li><a href="#port-configuration">Port Configuration</a>
1898 <ul>
1899 <li><a href="#secure-port-only">Secure Port Only</a></li>
1900 <li><a href="#insecure-port-only">Insecure Port Only</a></li>
1901 <li><a href="#dual-port">Dual Port</a></li>
1902 <li><a href="#ephemeral-ports">Ephemeral Ports</a></li>
1903 </ul>
1904 </li>
1905 <li><a href="#custom-message-mapping">Custom Message Mapping</a></li>
1906 </ul>
hono Bot132f6bf2020-08-03 21:23:53 -04001907</nav>
1908 </div>
1909</div>
1910
1911
1912 </div>
1913 </div>
1914
Hono Botbf26a122021-02-10 02:11:36 +00001915 <div id="head-tags">
1916
1917 </div>
hono Bot132f6bf2020-08-03 21:23:53 -04001918
1919 <div id="body-inner">
1920
Hono Botbf26a122021-02-10 02:11:36 +00001921 <h1>
1922
1923 MQTT Adapter Configuration
1924 </h1>
hono Bot132f6bf2020-08-03 21:23:53 -04001925
1926
1927
1928
1929
Hono Botef930712021-04-08 01:12:09 +00001930<p>The MQTT protocol adapter exposes an MQTT topic hierarchy for Eclipse Honoâ„¢&rsquo;s south bound Telemetry, Event and Command &amp; Control APIs.</p>
hono Bot132f6bf2020-08-03 21:23:53 -04001931<p>The adapter is implemented as a Spring Boot application. It can be run either directly from the command line or by means of starting the
1932corresponding <a href="https://hub.docker.com/r/eclipse/hono-adapter-mqtt-vertx/">Docker image</a> created from it.</p>
hono Bot132f6bf2020-08-03 21:23:53 -04001933<p>The adapter supports the following standard configuration options:</p>
hono Bot132f6bf2020-08-03 21:23:53 -04001934<ul>
1935<li><a href="/hono/docs/1.3/admin-guide/common-config/#java-vm-options">Common Java VM Options</a></li>
1936<li><a href="/hono/docs/1.3/admin-guide/common-config/#vert-x-options">Common vert.x Options</a></li>
1937<li><a href="/hono/docs/1.3/admin-guide/common-config/#protocol-adapter-options">Common Protocol Adapter Options</a></li>
1938<li><a href="/hono/docs/1.3/admin-guide/monitoring-tracing-config/">Monitoring Options</a></li>
1939</ul>
hono Bot132f6bf2020-08-03 21:23:53 -04001940<h2 id="service-configuration">Service Configuration</h2>
hono Bot132f6bf2020-08-03 21:23:53 -04001941<p>The following table provides an overview of the configuration variables and corresponding command line options for configuring the MQTT adapter.</p>
hono Bot132f6bf2020-08-03 21:23:53 -04001942<table>
1943<thead>
1944<tr>
Hono Botef930712021-04-08 01:12:09 +00001945<th style="text-align:left">Environment Variable<br>Command Line Option</th>
1946<th style="text-align:center">Mandatory</th>
1947<th style="text-align:left">Default Value</th>
1948<th style="text-align:left">Description</th>
hono Bot132f6bf2020-08-03 21:23:53 -04001949</tr>
1950</thead>
hono Bot132f6bf2020-08-03 21:23:53 -04001951<tbody>
1952<tr>
Hono Botef930712021-04-08 01:12:09 +00001953<td style="text-align:left"><code>HONO_APP_MAX_INSTANCES</code><br><code>--hono.app.maxInstances</code></td>
1954<td style="text-align:center">no</td>
1955<td style="text-align:left"><em>#CPU cores</em></td>
1956<td style="text-align:left">The number of verticle instances to deploy. If not set, one verticle per processor core is deployed.</td>
hono Bot132f6bf2020-08-03 21:23:53 -04001957</tr>
hono Bot132f6bf2020-08-03 21:23:53 -04001958<tr>
Hono Botef930712021-04-08 01:12:09 +00001959<td style="text-align:left"><code>HONO_CONNECTION_EVENTS_PRODUCER</code><br><code>--hono.connectionEvents.producer</code></td>
1960<td style="text-align:center">no</td>
1961<td style="text-align:left"><code>logging</code></td>
1962<td style="text-align:left">The implementation of <em>connection events</em> producer which is to be used. This may be <code>logging</code> or <code>events</code>.<br>See <a href="/hono/docs/1.3/concepts/connection-events/">Connection Events</a></td>
hono Bot132f6bf2020-08-03 21:23:53 -04001963</tr>
hono Bot132f6bf2020-08-03 21:23:53 -04001964<tr>
Hono Botef930712021-04-08 01:12:09 +00001965<td style="text-align:left"><code>HONO_MQTT_AUTHENTICATION_REQUIRED</code><br><code>--hono.mqtt.authenticationRequired</code></td>
1966<td style="text-align:center">no</td>
1967<td style="text-align:left"><code>true</code></td>
1968<td style="text-align:left">If set to <code>true</code> the protocol adapter requires devices to authenticate when connecting to the adapter. The credentials provided by the device are verified using the configured <a href="#credentials-service-connection-configuration">Credentials Service</a>. Devices that have failed to authenticate are not allowed to publish any data.</td>
hono Bot132f6bf2020-08-03 21:23:53 -04001969</tr>
hono Bot132f6bf2020-08-03 21:23:53 -04001970<tr>
Hono Botef930712021-04-08 01:12:09 +00001971<td style="text-align:left"><code>HONO_MQTT_BIND_ADDRESS</code><br><code>--hono.mqtt.bindAddress</code></td>
1972<td style="text-align:center">no</td>
1973<td style="text-align:left"><code>127.0.0.1</code></td>
1974<td style="text-align:left">The IP address of the network interface that the secure port should be bound to.<br>See <a href="#port-configuration">Port Configuration</a> below for details.</td>
hono Bot132f6bf2020-08-03 21:23:53 -04001975</tr>
hono Bot132f6bf2020-08-03 21:23:53 -04001976<tr>
Hono Botef930712021-04-08 01:12:09 +00001977<td style="text-align:left"><code>HONO_MQTT_CERT_PATH</code><br><code>--hono.mqtt.certPath</code></td>
1978<td style="text-align:center">no</td>
1979<td style="text-align:left">-</td>
1980<td style="text-align:left">The absolute path to the PEM file containing the certificate that the protocol adapter should use for authenticating to clients. This option must be used in conjunction with <code>HONO_MQTT_KEY_PATH</code>.<br>Alternatively, the <code>HONO_MQTT_KEY_STORE_PATH</code> option can be used to configure a key store containing both the key as well as the certificate.</td>
hono Bot132f6bf2020-08-03 21:23:53 -04001981</tr>
hono Bot132f6bf2020-08-03 21:23:53 -04001982<tr>
Hono Botef930712021-04-08 01:12:09 +00001983<td style="text-align:left"><code>HONO_MQTT_COMMAND_ACK_TIMEOUT</code><br><code>--hono.mqtt.commandAckTimeout</code></td>
1984<td style="text-align:center">no</td>
1985<td style="text-align:left"><code>100</code></td>
1986<td style="text-align:left">Deprecated. Use <code>HONO_MQTT_SEND_MESSAGE_TO_DEVICE_TIMEOUT</code> instead. The amount of time (milliseconds) after which the sending of a command to a device using QoS 1 is considered to be failed. The value of this variable should be increased in cases where devices are connected over a network with high latency.</td>
hono Bot132f6bf2020-08-03 21:23:53 -04001987</tr>
hono Bot132f6bf2020-08-03 21:23:53 -04001988<tr>
Hono Botef930712021-04-08 01:12:09 +00001989<td style="text-align:left"><code>HONO_MQTT_SEND_MESSAGE_TO_DEVICE_TIMEOUT</code><br><code>--hono.mqtt.sendMessageToDeviceTimeout</code></td>
1990<td style="text-align:center">no</td>
1991<td style="text-align:left"><code>1000</code></td>
1992<td style="text-align:left">The amount of time (milliseconds) after which the sending of a command to a device using QoS 1 is considered to be failed. The value of this variable should be increased in cases where devices are connected over a network with high latency.</td>
hono Bot132f6bf2020-08-03 21:23:53 -04001993</tr>
hono Bot132f6bf2020-08-03 21:23:53 -04001994<tr>
Hono Botef930712021-04-08 01:12:09 +00001995<td style="text-align:left"><code>HONO_MQTT_DEFAULTS_ENABLED</code><br><code>--hono.mqtt.defaultsEnabled</code></td>
1996<td style="text-align:center">no</td>
1997<td style="text-align:left"><code>true</code></td>
1998<td style="text-align:left">If set to <code>true</code> the protocol adapter uses <em>default values</em> registered for a device to augment messages published by the device with missing information like a content type. In particular, the protocol adapter adds default values registered for the device as (application) properties with the same name to the AMQP 1.0 messages it sends downstream to the AMQP Messaging Network.</td>
hono Bot132f6bf2020-08-03 21:23:53 -04001999</tr>
hono Bot132f6bf2020-08-03 21:23:53 -04002000<tr>
Hono Botef930712021-04-08 01:12:09 +00002001<td style="text-align:left"><code>HONO_MQTT_INSECURE_PORT_BIND_ADDRESS</code><br><code>--hono.mqtt.insecurePortBindAddress</code></td>
2002<td style="text-align:center">no</td>
2003<td style="text-align:left"><code>127.0.0.1</code></td>
2004<td style="text-align:left">The IP address of the network interface that the insecure port should be bound to.<br>See <a href="#port-configuration">Port Configuration</a> below for details.</td>
hono Bot132f6bf2020-08-03 21:23:53 -04002005</tr>
hono Bot132f6bf2020-08-03 21:23:53 -04002006<tr>
Hono Botef930712021-04-08 01:12:09 +00002007<td style="text-align:left"><code>HONO_MQTT_INSECURE_PORT_ENABLED</code><br><code>--hono.mqtt.insecurePortEnabled</code></td>
2008<td style="text-align:center">no</td>
2009<td style="text-align:left"><code>false</code></td>
2010<td style="text-align:left">If set to <code>true</code> the protocol adapter will open an insecure port (not secured by TLS) using either the port number set via <code>HONO_MQTT_INSECURE_PORT</code> or the default MQTT port number (<code>1883</code>) if not set explicitly.<br>See <a href="#port-configuration">Port Configuration</a> below for details.</td>
hono Bot132f6bf2020-08-03 21:23:53 -04002011</tr>
hono Bot132f6bf2020-08-03 21:23:53 -04002012<tr>
Hono Botef930712021-04-08 01:12:09 +00002013<td style="text-align:left"><code>HONO_MQTT_KEY_PATH</code><br><code>--hono.mqtt.keyPath</code></td>
2014<td style="text-align:center">no</td>
2015<td style="text-align:left">-</td>
2016<td style="text-align:left">The absolute path to the (PKCS8) PEM file containing the private key that the protocol adapter should use for authenticating to clients. This option must be used in conjunction with <code>HONO_MQTT_CERT_PATH</code>. Alternatively, the <code>HONO_MQTT_KEY_STORE_PATH</code> option can be used to configure a key store containing both the key as well as the certificate.</td>
hono Bot132f6bf2020-08-03 21:23:53 -04002017</tr>
hono Bot132f6bf2020-08-03 21:23:53 -04002018<tr>
Hono Botef930712021-04-08 01:12:09 +00002019<td style="text-align:left"><code>HONO_MQTT_KEY_STORE_PASSWORD</code><br><code>--hono.mqtt.keyStorePassword</code></td>
2020<td style="text-align:center">no</td>
2021<td style="text-align:left">-</td>
2022<td style="text-align:left">The password required to read the contents of the key store.</td>
hono Bot132f6bf2020-08-03 21:23:53 -04002023</tr>
hono Bot132f6bf2020-08-03 21:23:53 -04002024<tr>
Hono Botef930712021-04-08 01:12:09 +00002025<td style="text-align:left"><code>HONO_MQTT_KEY_STORE_PATH</code><br><code>--hono.mqtt.keyStorePath</code></td>
2026<td style="text-align:center">no</td>
2027<td style="text-align:left">-</td>
2028<td style="text-align:left">The absolute path to the Java key store containing the private key and certificate that the protocol adapter should use for authenticating to clients. Either this option or the <code>HONO_MQTT_KEY_PATH</code> and <code>HONO_MQTT_CERT_PATH</code> options need to be set in order to enable TLS secured connections with clients. The key store format can be either <code>JKS</code> or <code>PKCS12</code> indicated by a <code>.jks</code> or <code>.p12</code> file suffix respectively.</td>
hono Bot132f6bf2020-08-03 21:23:53 -04002029</tr>
hono Bot132f6bf2020-08-03 21:23:53 -04002030<tr>
Hono Botef930712021-04-08 01:12:09 +00002031<td style="text-align:left"><code>HONO_MQTT_SNI</code><br><code>--hono.mqtt.sni</code></td>
2032<td style="text-align:center">no</td>
2033<td style="text-align:left"><code>false</code></td>
2034<td style="text-align:left">Set whether the server supports Server Name Indication. By default, the server will not support SNI and the option is <code>false</code>. However, if set to <code>true</code> then the key store format , <code>HONO_MQTT_KEY_STORE_PATH</code>, should be either <code>JKS</code> or <code>PKCS12</code> indicated by a <code>.jks</code> or <code>.p12</code> file suffix respectively.</td>
hono Bot132f6bf2020-08-03 21:23:53 -04002035</tr>
hono Bot132f6bf2020-08-03 21:23:53 -04002036<tr>
Hono Botef930712021-04-08 01:12:09 +00002037<td style="text-align:left"><code>HONO_MQTT_MAX_CONNECTIONS</code><br><code>--hono.mqtt.maxConnections</code></td>
2038<td style="text-align:center">no</td>
2039<td style="text-align:left"><code>0</code></td>
2040<td style="text-align:left">The maximum number of concurrent connections that the protocol adapter should accept. If not set (or set to <code>0</code>), the protocol adapter determines a reasonable value based on the available resources like memory and CPU.</td>
hono Bot132f6bf2020-08-03 21:23:53 -04002041</tr>
hono Bot132f6bf2020-08-03 21:23:53 -04002042<tr>
Hono Botef930712021-04-08 01:12:09 +00002043<td style="text-align:left"><code>HONO_MQTT_MAX_PAYLOAD_SIZE</code><br><code>--hono.mqtt.maxPayloadSize</code></td>
2044<td style="text-align:center">no</td>
2045<td style="text-align:left"><code>2048</code></td>
2046<td style="text-align:left">The maximum allowed size of an incoming MQTT message&rsquo;s payload in bytes. When a client sends a message with a larger payload, the message is discarded and the connection to the client gets closed.</td>
hono Bot132f6bf2020-08-03 21:23:53 -04002047</tr>
hono Bot132f6bf2020-08-03 21:23:53 -04002048<tr>
Hono Botef930712021-04-08 01:12:09 +00002049<td style="text-align:left"><code>HONO_MQTT_NATIVE_TLS_REQUIRED</code><br><code>--hono.mqtt.nativeTlsRequired</code></td>
2050<td style="text-align:center">no</td>
2051<td style="text-align:left"><code>false</code></td>
2052<td style="text-align:left">The server will probe for OpenSLL on startup if a secure port is configured. By default, the server will fall back to the JVM&rsquo;s default SSL engine if not available. However, if set to <code>true</code>, the server will fail to start at all in this case.</td>
hono Bot132f6bf2020-08-03 21:23:53 -04002053</tr>
hono Bot132f6bf2020-08-03 21:23:53 -04002054<tr>
Hono Botef930712021-04-08 01:12:09 +00002055<td style="text-align:left"><code>HONO_MQTT_PORT</code><br><code>--hono.mqtt.port</code></td>
2056<td style="text-align:center">no</td>
2057<td style="text-align:left"><code>8883</code></td>
2058<td style="text-align:left">The secure port that the protocol adapter should listen on.<br>See <a href="#port-configuration">Port Configuration</a> below for details.</td>
hono Bot132f6bf2020-08-03 21:23:53 -04002059</tr>
hono Bot132f6bf2020-08-03 21:23:53 -04002060<tr>
Hono Botef930712021-04-08 01:12:09 +00002061<td style="text-align:left"><code>HONO_MQTT_SECURE_PROTOCOLS</code><br><code>--hono.mqtt.secureProtocols</code></td>
2062<td style="text-align:center">no</td>
2063<td style="text-align:left"><code>TLSv1.2</code></td>
2064<td style="text-align:left">A (comma separated) list of secure protocols that are supported when negotiating TLS sessions. Please refer to the <a href="https://vertx.io/docs/vertx-core/java/#ssl">vert.x documentation</a> for a list of supported protocol names.</td>
hono Bot132f6bf2020-08-03 21:23:53 -04002065</tr>
hono Bot132f6bf2020-08-03 21:23:53 -04002066<tr>
Hono Botef930712021-04-08 01:12:09 +00002067<td style="text-align:left"><code>HONO_MQTT_TENANT_IDLE_TIMEOUT</code><br><code>--hono.mqtt.tenantIdleTimeout</code></td>
2068<td style="text-align:center">no</td>
2069<td style="text-align:left"><code>0ms</code></td>
2070<td style="text-align:left">The duration after which the protocol adapter removes local state of the tenant (e.g. open AMQP links) with an amount and a unit, e.g. <code>2h</code> for 2 hours. See the <a href="https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-external-config-conversion-duration">Spring Boot documentation</a> for an explanation of the format. The value <code>0ms</code> disables the timeout.</td>
hono Bot132f6bf2020-08-03 21:23:53 -04002071</tr>
2072</tbody>
2073</table>
hono Bot132f6bf2020-08-03 21:23:53 -04002074<p>The variables only need to be set if the default values do not match your environment.</p>
hono Bot132f6bf2020-08-03 21:23:53 -04002075<h2 id="port-configuration">Port Configuration</h2>
hono Bot132f6bf2020-08-03 21:23:53 -04002076<p>The MQTT protocol adapter can be configured to listen for connections on</p>
hono Bot132f6bf2020-08-03 21:23:53 -04002077<ul>
2078<li>a secure port only (default) or</li>
2079<li>an insecure port only or</li>
2080<li>both a secure and an insecure port (dual port configuration)</li>
2081</ul>
hono Bot132f6bf2020-08-03 21:23:53 -04002082<p>The MQTT protocol adapter will fail to start if none of the ports is configured properly.</p>
hono Bot132f6bf2020-08-03 21:23:53 -04002083<h3 id="secure-port-only">Secure Port Only</h3>
hono Bot132f6bf2020-08-03 21:23:53 -04002084<p>The protocol adapter needs to be configured with a private key and certificate in order to open a TLS secured port.</p>
hono Bot132f6bf2020-08-03 21:23:53 -04002085<p>There are two alternative ways for doing so:</p>
hono Bot132f6bf2020-08-03 21:23:53 -04002086<ol>
2087<li>either setting the <code>HONO_MQTT_KEY_STORE_PATH</code> and the <code>HONO_MQTT_KEY_STORE_PASSWORD</code> variables in order to load the key &amp; certificate from a password protected key store, or</li>
2088<li>setting the <code>HONO_MQTT_KEY_PATH</code> and <code>HONO_MQTT_CERT_PATH</code> variables in order to load the key and certificate from two separate PEM files in PKCS8 format.</li>
2089</ol>
hono Bot132f6bf2020-08-03 21:23:53 -04002090<p>When starting up, the protocol adapter will bind a TLS secured socket to the default secure MQTT port 8883. The port number can also be set explicitly using the <code>HONO_MQTT_PORT</code> variable.</p>
hono Bot132f6bf2020-08-03 21:23:53 -04002091<p>The <code>HONO_MQTT_BIND_ADDRESS</code> variable can be used to specify the network interface that the port should be exposed on. By default the port is bound to the <em>loopback device</em> only, i.e. the port will only be accessible from the local host. Setting this variable to <code>0.0.0.0</code> will let the port being bound to <strong>all</strong> network interfaces (be careful not to expose the port unintentionally to the outside world).</p>
hono Bot132f6bf2020-08-03 21:23:53 -04002092<h3 id="insecure-port-only">Insecure Port Only</h3>
hono Bot132f6bf2020-08-03 21:23:53 -04002093<p>The secure port will mostly be required for production scenarios. However, it might be desirable to expose a non-TLS secured port instead, e.g. for testing purposes. In any case, the non-secure port needs to be explicitly enabled either by</p>
hono Bot132f6bf2020-08-03 21:23:53 -04002094<ul>
2095<li>explicitly setting <code>HONO_MQTT_INSECURE_PORT</code> to a valid port number, or by</li>
2096<li>implicitly configuring the default MQTT port (1883) by simply setting <code>HONO_MQTT_INSECURE_PORT_ENABLED</code> to <code>true</code>.</li>
2097</ul>
hono Bot132f6bf2020-08-03 21:23:53 -04002098<p>The protocol adapter issues a warning on the console if <code>HONO_MQTT_INSECURE_PORT</code> is set to the default secure MQTT port (8883).</p>
hono Bot132f6bf2020-08-03 21:23:53 -04002099<p>The <code>HONO_MQTT_INSECURE_PORT_BIND_ADDRESS</code> variable can be used to specify the network interface that the port should be exposed on. By default the port is bound to the <em>loopback device</em> only, i.e. the port will only be accessible from the local host. This variable might be used to e.g. expose the non-TLS secured port on a local interface only, thus providing easy access from within the local network, while still requiring encrypted communication when accessed from the outside over public network infrastructure.</p>
hono Bot132f6bf2020-08-03 21:23:53 -04002100<p>Setting this variable to <code>0.0.0.0</code> will let the port being bound to <strong>all</strong> network interfaces (be careful not to expose the port unintentionally to the outside world).</p>
hono Bot132f6bf2020-08-03 21:23:53 -04002101<h3 id="dual-port">Dual Port</h3>
hono Bot132f6bf2020-08-03 21:23:53 -04002102<p>The protocol adapter may be configured to open both a secure and a non-secure port at the same time simply by configuring both ports as described above. For this to work, both ports must be configured to use different port numbers, otherwise startup will fail.</p>
hono Bot132f6bf2020-08-03 21:23:53 -04002103<h3 id="ephemeral-ports">Ephemeral Ports</h3>
hono Bot132f6bf2020-08-03 21:23:53 -04002104<p>Both the secure as well as the insecure port numbers may be explicitly set to <code>0</code>. The protocol adapter will then use arbitrary (unused) port numbers determined by the operating system during startup.</p>
hono Bot132f6bf2020-08-03 21:23:53 -04002105<h2 id="custom-message-mapping">Custom Message Mapping</h2>
hono Bot132f6bf2020-08-03 21:23:53 -04002106<p>This protocol adapter supports transformation of messages that have been uploaded by devices before forwarding them to downstream consumers.</p>
hono Bot132f6bf2020-08-03 21:23:53 -04002107<div class="alert alert-notice">
2108 <h4 class="alert-heading"><i class="fas fa-info-circle"></i> Experimental</h4>
2109 <div>This is an experimental feature. The names of the configuration properties, potential values and the overall functionality are therefore
2110subject to change without prior notice.</div>
2111</div>
hono Bot132f6bf2020-08-03 21:23:53 -04002112<p>The following table provides an overview of the configuration variables and corresponding command line options for configuring the external
2113service endpoint(s) for transforming messages:</p>
hono Bot132f6bf2020-08-03 21:23:53 -04002114<table>
2115<thead>
2116<tr>
Hono Botef930712021-04-08 01:12:09 +00002117<th style="text-align:left">Environment Variable<br>Command Line Option</th>
2118<th style="text-align:center">Mandatory</th>
2119<th style="text-align:left">Default Value</th>
2120<th style="text-align:left">Description</th>
hono Bot132f6bf2020-08-03 21:23:53 -04002121</tr>
2122</thead>
hono Bot132f6bf2020-08-03 21:23:53 -04002123<tbody>
2124<tr>
Hono Botef930712021-04-08 01:12:09 +00002125<td style="text-align:left"><code>HONO_MQTT_MAPPERENDPOINTS_&lt;mapperName&gt;_HOST</code><br><code>--hono.mqtt.mapperEndpoints.&lt;mapperName&gt;.host</code></td>
2126<td style="text-align:center">no</td>
2127<td style="text-align:left">-</td>
2128<td style="text-align:left">The host name or IP address of the service to invoke for transforming uploaded messages. The <code>&lt;mapperName&gt;</code> needs to contain the service name as set in the <em>mapper</em> property of the device&rsquo;s registration information.</td>
hono Bot132f6bf2020-08-03 21:23:53 -04002129</tr>
hono Bot132f6bf2020-08-03 21:23:53 -04002130<tr>
Hono Botef930712021-04-08 01:12:09 +00002131<td style="text-align:left"><code>HONO_MQTT_MAPPERENDPOINTS_&lt;mapperName&gt;_PORT</code><br><code>--hono.mqtt.mapperEndpoints.&lt;mapperName&gt;.port</code></td>
2132<td style="text-align:center">no</td>
2133<td style="text-align:left">-</td>
2134<td style="text-align:left">The port of the service to invoke for transforming uploaded messages. The <code>&lt;mapperName&gt;</code> needs to contain the service name as set in the <em>mapper</em> property of the device&rsquo;s registration information.</td>
hono Bot132f6bf2020-08-03 21:23:53 -04002135</tr>
hono Bot132f6bf2020-08-03 21:23:53 -04002136<tr>
Hono Botef930712021-04-08 01:12:09 +00002137<td style="text-align:left"><code>HONO_MQTT_MAPPERENDPOINTS_&lt;mapperName&gt;_URI</code><br><code>--hono.mqtt.mapperEndpoints.&lt;mapperName&gt;.uri</code></td>
2138<td style="text-align:center">no</td>
2139<td style="text-align:left">-</td>
2140<td style="text-align:left">The URI of the service to invoke for transforming uploaded messages. The <code>&lt;mapperName&gt;</code> needs to contain the service name as set in the <em>mapper</em> property of the device&rsquo;s registration information.</td>
hono Bot132f6bf2020-08-03 21:23:53 -04002141</tr>
2142</tbody>
2143</table>
2144
Hono Botbf26a122021-02-10 02:11:36 +00002145<footer class="footline">
hono Bot132f6bf2020-08-03 21:23:53 -04002146
2147</footer>
2148
hono Bot132f6bf2020-08-03 21:23:53 -04002149
2150 </div>
2151
2152
2153 </div>
2154
2155 <div id="navigation">
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
hono Bot2d0d6e92020-08-04 21:24:09 -04002479
2480
2481
2482
2483
hono Bot132f6bf2020-08-03 21:23:53 -04002484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
hono Bot2d0d6e92020-08-04 21:24:09 -04002732
2733
2734
2735
2736
hono Bot132f6bf2020-08-03 21:23:53 -04002737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132 </div>
3133
3134 </section>
3135
3136 <div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
3137 <div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
3138 </div>
Hono Bot9e98c2d2021-07-12 01:11:22 +00003139 <script src="/hono/docs/js/clipboard.min.js?1626052270"></script>
3140 <script src="/hono/docs/js/perfect-scrollbar.min.js?1626052270"></script>
3141 <script src="/hono/docs/js/perfect-scrollbar.jquery.min.js?1626052270"></script>
3142 <script src="/hono/docs/js/jquery.sticky.js?1626052270"></script>
3143 <script src="/hono/docs/js/featherlight.min.js?1626052270"></script>
3144 <script src="/hono/docs/js/highlight.pack.js?1626052270"></script>
hono Bot132f6bf2020-08-03 21:23:53 -04003145 <script>hljs.initHighlightingOnLoad();</script>
Hono Bot9e98c2d2021-07-12 01:11:22 +00003146 <script src="/hono/docs/js/modernizr.custom-3.6.0.js?1626052270"></script>
3147 <script src="/hono/docs/js/learn.js?1626052270"></script>
3148 <script src="/hono/docs/js/hugo-learn.js?1626052270"></script>
hono Bot132f6bf2020-08-03 21:23:53 -04003149
Hono Bot9e98c2d2021-07-12 01:11:22 +00003150 <link href="/hono/docs/mermaid/mermaid.css?1626052270" rel="stylesheet" />
3151 <script src="/hono/docs/mermaid/mermaid.js?1626052270"></script>
hono Bot132f6bf2020-08-03 21:23:53 -04003152 <script>
3153 mermaid.initialize({ startOnLoad: true });
3154 </script>
3155
3156
3157
3158
hono Bot132f6bf2020-08-03 21:23:53 -04003159<script>
3160 (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
3161 new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
3162 j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
3163 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
3164 })(window,document,'script','dataLayer','GTM-5WLCZXC');
3165</script>
3166
3167
3168<script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script>
3169
3170 </body>
3171</html>
3172