This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
learn:activemq [2019/06/25 10:57] soup |
learn:activemq [2019/06/25 11:05] (current) soup |
||
---|---|---|---|
Line 17: | Line 17: | ||
==== 配置 ==== | ==== 配置 ==== | ||
- | * 开启schduler,启用延时投递:activemq.xml文件中的<broker> 中加入如下属性: | + | * 开启schduler,启用延时投递:conf/activemq.xml文件中的<broker> 中加入如下属性: |
<code xml> | <code xml> | ||
<broker ...... schedulerSupport="true"> | <broker ...... schedulerSupport="true"> | ||
</code> | </code> | ||
- | * 配置访问用户名密码:activemq.xml文件中的<broker> 中加入: | + | * 配置访问用户名密码:conf/activemq.xml文件中的<broker> 中加入: |
<code xml> | <code xml> | ||
<!-- 添加访问ActiveMQ的账号密码 --> | <!-- 添加访问ActiveMQ的账号密码 --> |