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>
12 lines
320 B
Kotlin
12 lines
320 B
Kotlin
rootProject.name = "msgexchange-v2"
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
// 机场 OMMS 上游报文处理中间件:JDBC 轮询共享 CMINMSGS 主路径 + FIFO 管道(ACMA-8 v4)。
|
|
// 独立仓库,与 legacy msgexchange-api 并存至切流完成。
|