-
Bug
-
Resolution: Done
-
Minor
-
JBoss A-MQ 6.2.1
There is an inconsistency of the logging level at which duplicate messages are reported by the broker.
The use case is a virtual topic with multiple queue subscribers and a message expiry set on each message.
If the message expires on at least two queues *before* getting dispatched to a consumer it sometimes raises this as a warning
12:36:04,794 | WARN | r[amq] Scheduler | MessageDatabase | 189 -
org.apache.activemq.activemq-osgi - 5.11.0.redhat-621117 |
Duplicate message add attempt rejected. Destination: QUEUE://ActiveMQ.DLQ,
Message id: ID:ce9f58739725-57928-1479472408621-21:1:1:1:6078
and some times as a debug message
14:47:54,332 | DEBUG | vice[amq] Task-4 | AbstractDeadLetterStrategy | 189 -
org.apache.activemq.activemq-osgi - 5.11.0.redhat-621117 |
Not adding duplicate to DLQ: ID:66b6b257b61e-45558-1478789174147-11:1:1:1:2,
dest: topic://VirtualTopic.Orders
This logging should be consistent and happen at the same logging level.