Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Latest commit

 

History

History
56 lines (37 loc) · 1.73 KB

File metadata and controls

56 lines (37 loc) · 1.73 KB

Change Log

All notable changes to this project will be documented in this file, which follows the guidelines on Keep a CHANGELOG. This project adheres to Semantic Versioning.

[Unreleased]

[3.6.0] - 2020-03-12

Added

  • Command sendmessage that sends the contents of a text file as a text message to the DLQ

[3.5.0] - 2019-06-20

Added

  • Command deduplicate topic messages that 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] - 2019-06-04

Added

  • Command remove all duplicates that finds all non Topic duplicate messages and removes the duplicates from the DLQ

[3.3.0] - 2019-05-09

Added

  • Generate reports on the messages on the DLQ

[3.2.0] - 2019-02-11

Added

  • Output of consumer name so that it's easy to see where the DLQ message was going to

[3.1.0] - 2018-10-30

Added

  • Added capability to submit a reprocess all command to the Artemis broker, to retry all current messages in the DLQ.

[3.0.0] - 2018-09-06

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

Changed

  • imported framework-command-cli directly as its no longer supported

[2.0.0] - 2017-0-15

Fixed

  • Browse fails with exception if browsing large messages. Now uses JMS QueueBrowser instead of JMX for browsing of messages.

[1.0.0] - 2017-01-06

Added

  • Initial release of the artemis-manager tool, supporting browse remove and reprocess a message operations on the DLQ.