在broker.xml文件中添加以下代码以禁用重复检测:
false
或者,使用以下代码将重复检测设置为true:
true
如果在JMS客户端中使用了重复检测,则需要在ConnectionFactory上设置:
ConnectionFactory cf = new ActiveMQConnectionFactory(url); ((ActiveMQConnectionFactory) cf).setDuplicateDetection(true);
上一篇:ActiveMQArtemis是否支持在最新值队列中更新预定消息?
下一篇:ActiveMQArtemis双向SSL问题。