ActiveMQ延迟消息配置

ActiveMQ使用延迟消息,需要在activemq.xml配置文件中添加这项:

schedulerSupport="true"

 

<broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" schedulerSupport="true" dataDirectory="${activemq.base}/data" destroyApplicationContextOnStop="true">

 

 

posted @ 2017-09-18 09:58  韬韬韬你羞得无礼  Views(733)  Comments(0Edit  收藏  举报