fix(activemq): 修正端口配置及文档信息

This commit is contained in:
brightching 2024-11-15 19:02:12 +08:00
parent 8189c6d653
commit 595429f420
6 changed files with 48 additions and 38 deletions

View File

@ -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

View File

@ -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:

View File

@ -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/

View File

@ -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

View File

@ -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:

View File

@ -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/