feat: 增加ActiveMQ测试环境

This commit is contained in:
ZacharyZcR
2024-12-22 04:01:41 +08:00
parent 4d6b529768
commit f06013326f
4 changed files with 56 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
docker build -t activemq-weak .
docker run -d --name activemq-test -p 61616:61616 -p 8161:8161 -p 61613:61613 activemq-weak