This repository was archived by the owner on Mar 26, 2025. It is now read-only.
Releases: CJSCommonPlatform/artemis-manager
Releases · CJSCommonPlatform/artemis-manager
3.6.0
3.5.0
[3.5.0] - 2019-06-20
Added
- Command
deduplicate topic messagesthat finds all Topic duplicate messages and removes the duplicates from the DLQ then re-sends them to the DLQ, creating new JMSMessageIds for each message
3.4.0
[3.4.0] - 2019-06-04
Added
- Command
remove all duplicatesthat finds all not Topic duplicate messages and removes the duplicates from the DLQ
3.3.0
[3.3.0] - 2019-05-09
Added
- Generate reports on the messages on the DLQ
3.2.0
Added
- Output of consumer name so that it's easy to see where the DLQ message was going to
3.1.0
Added
- Added capability to submit a
reprocess allcommand to the Artemis broker, to retry all current messages in the DLQ.
3.0.0
Added
- Added capability to query queue names over JMX
- Added capability to query topic names over JMX
- Added capability to query queue messageCount over JMX
- Added capability to query topic messageCount over JMX
2.0.0
Fixed
- Browse fails with exception if browsing large messages. Now uses JMS QueueBrowser instead of JMX for browsing of messages.
1.0.0
Added
- Initial release of the artemis-manager tool, supporting browse remove and reprocess a message operations on the DLQ.