新增lombok支持,监听队列命名

This commit is contained in:
yiyan
2019-04-08 20:37:30 +08:00
parent 4910055430
commit 6ce2d80599
2 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
<bean id="dnkxQueueDestination" class="org.apache.activemq.command.ActiveMQQueue">
<!-- 设置消息队列的名字 -->
<constructor-arg>
<value>dnkxmq</value>
<value>ifishDataMq</value>
</constructor-arg>
</bean>