Исходный код вики Understanding Message Brokers | O’Reilly
Редактировал(а) Alexandr Fokin 2024/01/04 20:23
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | |(% style="width:163px" %) |(% style="width:1321px" %)Понимание брокеров сообщений. Изучение механики обмена сообщениями посредством ActiveMQ и Kafka | ||
2 | |(% style="width:163px" %)Частичный перевод.|(% style="width:1321px" %)Глава 1 | ||
3 | [[https:~~/~~/habr.com/ru/post/466385/>>https://habr.com/ru/post/466385/]] | ||
4 | Глава 2. ActiveMQ | ||
5 | [[https:~~/~~/habr.com/ru/post/471268/>>url:https://habr.com/ru/post/471268/]] | ||
6 | Глава 3. Kafka | ||
7 | [[https:~~/~~/habr.com/ru/post/466585/>>https://habr.com/ru/post/466585/||style="background-color: rgb(255, 255, 255);"]] | ||
8 | |(% style="width:163px" %) |(% style="width:1321px" %) | ||
9 | |(% style="width:163px" %) |(% style="width:1321px" %) | ||
10 | |||
11 | ---- | ||
12 | |||
13 | ==== Внутренние ссылки: ==== | ||
14 | |||
15 | ====== Дочерние страницы: ====== | ||
16 | |||
17 | {{children/}} | ||
18 | |||
19 | ====== Обратные ссылки: ====== | ||
20 | |||
21 | {{velocity}} | ||
22 | #set ($links = $doc.getBacklinks()) | ||
23 | #if ($links.size() > 0) | ||
24 | #foreach ($docname in $links) | ||
25 | #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) | ||
26 | * [[$escapetool.xml($rdoc.fullName)]] | ||
27 | #end | ||
28 | #else | ||
29 | No back links for this page! | ||
30 | #end | ||
31 | {{/velocity}} | ||
32 | |||
33 | ---- | ||
34 | |||
35 |