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

Releases: CJSCommonPlatform/artemis-manager

3.6.0

12 Mar 14:43

Choose a tag to compare

[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

20 Jun 09:45

Choose a tag to compare

[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

04 Jun 10:11

Choose a tag to compare

[3.4.0] - 2019-06-04

Added

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

3.3.0

04 Jun 10:12

Choose a tag to compare

[3.3.0] - 2019-05-09

Added

  • Generate reports on the messages on the DLQ

3.2.0

11 Feb 13:54

Choose a tag to compare

Added

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

3.1.0

30 Oct 10:52

Choose a tag to compare

Added

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

3.0.0

06 Sep 15:44

Choose a tag to compare

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

15 Sep 13:55

Choose a tag to compare

Fixed

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

1.0.0

06 Jan 11:52

Choose a tag to compare

Added

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