From 595429f4207c3586053cd7634179f6d86f8acea6 Mon Sep 17 00:00:00 2001 From: BrightChing Date: Fri, 15 Nov 2024 19:02:12 +0800 Subject: [PATCH] =?UTF-8?q?fix(activemq):=20=E4=BF=AE=E6=AD=A3=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3=E9=85=8D=E7=BD=AE=E5=8F=8A=E6=96=87=E6=A1=A3=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/activeMQ/1.0.0/data.yml | 16 ++++++++-------- apps/activeMQ/1.0.0/docker-compose.yml | 9 +++++++-- apps/activeMQ/data.yml | 18 +++++++++--------- apps/activemq/1.0.0/data.yml | 16 ++++++++-------- apps/activemq/1.0.0/docker-compose.yml | 9 +++++++-- apps/activemq/data.yml | 18 +++++++++--------- 6 files changed, 48 insertions(+), 38 deletions(-) diff --git a/apps/activeMQ/1.0.0/data.yml b/apps/activeMQ/1.0.0/data.yml index f3e8681..5ecc998 100644 --- a/apps/activeMQ/1.0.0/data.yml +++ b/apps/activeMQ/1.0.0/data.yml @@ -1,18 +1,18 @@ additionalProperties: formFields: - - default: 61616 + - default: 8161 edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Nacos run port - labelZh: Nacos 运行端口 + envKey: WEB_PORT + labelEn: activeMQ Web Port + labelZh: activeMQ Web 通讯端口 required: true rule: paramPort type: number - - default: 8161 + - default: 61616 edit: true - envKey: PANEL_APP_PORT_COMMUNICATION - labelEn: Nacos communication port - labelZh: Nacos 通讯端口 + envKey: OPEN_WIRE_PROT + labelEn: activeMQ OpenWire port + labelZh: activeMQ OpenWire运行端口 required: true rule: paramPort type: number \ No newline at end of file diff --git a/apps/activeMQ/1.0.0/docker-compose.yml b/apps/activeMQ/1.0.0/docker-compose.yml index 3417e74..54b216e 100644 --- a/apps/activeMQ/1.0.0/docker-compose.yml +++ b/apps/activeMQ/1.0.0/docker-compose.yml @@ -3,8 +3,13 @@ services: image: apache/activemq-classic container_name: ${CONTAINER_NAME} ports: - - "${PANEL_APP_PORT_HTTP}:61616" - - "${PANEL_APP_PORT_COMMUNICATION}:8161" + - "${WEB_PORT}:8161" + - "${OPEN_WIRE_PROT}:61616" + volumes: + - "./conf/activemq.xml:/opt/apache-activemq/conf/" + - "./data1/activemq-data:/opt/apache-activemq/data" + environment: + ACTIVEMQ_BROKER_NAME: ms-broker-a restart: unless-stopped networks: 1panel-network: diff --git a/apps/activeMQ/data.yml b/apps/activeMQ/data.yml index e685518..e2d3bbb 100644 --- a/apps/activeMQ/data.yml +++ b/apps/activeMQ/data.yml @@ -1,19 +1,19 @@ -name: activeMQ +name: ActiveMQ tags: - 中间件 -title: 动态服务发现、配置管理和服务管理平台 -description: 动态服务发现、配置管理和服务管理平台 +title: 流行的开源消息中间件 +description: 一个流行的开源消息中间件,用于在分布式系统中传递消息。它是Apache软件基金会的一个项目,遵循Apache 2.0许可证。ActiveMQ Classic提供了一个高性能的消息传递系统,支持多种消息协议和多种语言的客户端。 additionalProperties: key: activeMQ - name: activeMQ + name: ActiveMQ tags: - Middleware - shortDescZh: 动态服务发现、配置管理和服务管理平台 - shortDescEn: Dynamic service discovery, configuration and service management platform + shortDescZh: 流行的开源消息中间件 + shortDescEn: Popular open-source message middleware type: tool crossVersionUpdate: false limit: 1 recommend: 0 - website: https://nacos.io/ - github: https://github.com/alibaba/nacos - document: https://nacos.io/docs/latest/what-is-nacos/ + website: https://activemq.apache.org/ + github: https://github.com/apache/activemq + document: https://activemq.apache.org/components/classic/ \ No newline at end of file diff --git a/apps/activemq/1.0.0/data.yml b/apps/activemq/1.0.0/data.yml index f3e8681..5ecc998 100644 --- a/apps/activemq/1.0.0/data.yml +++ b/apps/activemq/1.0.0/data.yml @@ -1,18 +1,18 @@ additionalProperties: formFields: - - default: 61616 + - default: 8161 edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Nacos run port - labelZh: Nacos 运行端口 + envKey: WEB_PORT + labelEn: activeMQ Web Port + labelZh: activeMQ Web 通讯端口 required: true rule: paramPort type: number - - default: 8161 + - default: 61616 edit: true - envKey: PANEL_APP_PORT_COMMUNICATION - labelEn: Nacos communication port - labelZh: Nacos 通讯端口 + envKey: OPEN_WIRE_PROT + labelEn: activeMQ OpenWire port + labelZh: activeMQ OpenWire运行端口 required: true rule: paramPort type: number \ No newline at end of file diff --git a/apps/activemq/1.0.0/docker-compose.yml b/apps/activemq/1.0.0/docker-compose.yml index 3417e74..54b216e 100644 --- a/apps/activemq/1.0.0/docker-compose.yml +++ b/apps/activemq/1.0.0/docker-compose.yml @@ -3,8 +3,13 @@ services: image: apache/activemq-classic container_name: ${CONTAINER_NAME} ports: - - "${PANEL_APP_PORT_HTTP}:61616" - - "${PANEL_APP_PORT_COMMUNICATION}:8161" + - "${WEB_PORT}:8161" + - "${OPEN_WIRE_PROT}:61616" + volumes: + - "./conf/activemq.xml:/opt/apache-activemq/conf/" + - "./data1/activemq-data:/opt/apache-activemq/data" + environment: + ACTIVEMQ_BROKER_NAME: ms-broker-a restart: unless-stopped networks: 1panel-network: diff --git a/apps/activemq/data.yml b/apps/activemq/data.yml index e685518..e2d3bbb 100644 --- a/apps/activemq/data.yml +++ b/apps/activemq/data.yml @@ -1,19 +1,19 @@ -name: activeMQ +name: ActiveMQ tags: - 中间件 -title: 动态服务发现、配置管理和服务管理平台 -description: 动态服务发现、配置管理和服务管理平台 +title: 流行的开源消息中间件 +description: 一个流行的开源消息中间件,用于在分布式系统中传递消息。它是Apache软件基金会的一个项目,遵循Apache 2.0许可证。ActiveMQ Classic提供了一个高性能的消息传递系统,支持多种消息协议和多种语言的客户端。 additionalProperties: key: activeMQ - name: activeMQ + name: ActiveMQ tags: - Middleware - shortDescZh: 动态服务发现、配置管理和服务管理平台 - shortDescEn: Dynamic service discovery, configuration and service management platform + shortDescZh: 流行的开源消息中间件 + shortDescEn: Popular open-source message middleware type: tool crossVersionUpdate: false limit: 1 recommend: 0 - website: https://nacos.io/ - github: https://github.com/alibaba/nacos - document: https://nacos.io/docs/latest/what-is-nacos/ + website: https://activemq.apache.org/ + github: https://github.com/apache/activemq + document: https://activemq.apache.org/components/classic/ \ No newline at end of file