docs: 统一中间件定位与 JDBC 轮询主路径口径

Align README, architecture, design, config comments, and ingress docs
with the upstream message-processing middleware model: external CIIMS write
to CMINMSGS, JDBC poll as production ingress, HTTP /cminmsgs/send as compat.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
windyboy
2026-09-07 10:27:44 +08:00
co-authored by Cursor
parent 8c8d2613c2
commit 7ccdd00a31
13 changed files with 198 additions and 94 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ pluginManagement {
}
}
// 新一代消息交换服务:ACMA-8 v4 架构(单写者严格 FIFO 管道 + 两阶段权威)。
// 机场 OMMS 上游报文处理中间件:JDBC 轮询共享 CMINMSGS 主路径 + FIFO 管道(ACMA-8 v4)。
// 独立仓库,与 legacy msgexchange-api 并存至切流完成。