然后扔到mq服务器上
github: https://github.com/apache/rocketmq-externals
解压后,,直接用idea打开rocketmq-console项目。
改削配置:
删除pom.xml中的:
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.17</version> <executions> <execution> <id>validate</id> <phase>validate</phase> <configuration> <excludes>src/main/resources</excludes> <configLocation>style/rmq_checkstyle.xml</configLocation> <encoding>UTF-8</encoding> <consoleOutput>true</consoleOutput> <failsOnError>true</failsOnError> </configuration> <goals> <goal>check</goal> </goals> </execution> </executions> </plugin>
然后点击package。
然后扔到mq处事器上,运行相应的jar。
rocketmq的web打点界面 RocketMQ Console
温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/file/web/30071.html
- 上一篇:设置一下浏览器的字符编码
- 下一篇:.NET Core中过滤器Filter的使用介绍