Skip to content

Releases: antonwierenga/activemq-cli

v0.9.2

16 Jul 20:37
Compare
Choose a tag to compare
v0.9.2 Pre-release
Pre-release
  • Fixed multiple shell commands not working for queue/topic names containing the colon or asterisk character

v0.9.0

30 Oct 22:19
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release
  • Updated shell command 'list-queues': new option --exclude-filter
  • Updated shell command 'purge-all-queues': new option --exclude-filter
  • Updated shell command 'remove-all-queues': new option --exclude-filter
  • Add support for multiple jmxurls

v0.7.0

05 Mar 14:40
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release
  • Updated shell command 'send-message': new option --type
  • Fixed shell command 'send-message': set JMSType header when sending messages from file
  • Increased width used in XML formatting

v0.6.0

19 Sep 18:54
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release
  • Added shell command 'pause-queue'
  • Added shell command 'resume-queue'
  • Updated shell command 'send-message': support for '~' in file option
  • Updated shell command 'export-messages': support for '~' in file option
  • Fixed java version check (openjdk)

v0.5.0

24 Jan 19:17
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
  • Updated shell command 'send-message': new option --reply-to
  • Fixed a bug that caused the 'reply-to' header to be omitted when sending messages from file

v0.4.0

08 Nov 20:16
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • Updated shell command 'connect': option --broker now uses tab completion
  • Updated shell command 'list-messages': option --queue now mandatory
  • Fixed a bug that prevented the embedded broker from being started
  • Fixed a bug that caused an error when export-messages is run against a queue containing a message with no text

v0.3.0

04 Mar 21:10
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • Updated shell command 'list-queues': new filter options --pending, --enqueued, --dequeued and --consumers (replaces --no-consumer)
  • Updated shell command 'purge-all-queues': new filter options --pending, --enqueued, --dequeued and --consumers (replaces --no-consumer)
  • Updated shell command 'remove-all-queues': new filter options --pending, --enqueued, --dequeued and --consumers (replaces --no-consumer)
  • Updated shell command 'list-topics': new filter options --enqueued and --dequeued
  • Updated shell command 'remove-all-topics': new filter options --enqueued and --dequeued

v0.2.0

30 Jan 20:49
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Updated shell command 'connect-broker': SSL support (specify keyStore, keyStorePassword and trustStore in broker config)

v0.1.0

17 Dec 07:30
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • Updated shell command 'remove-all-topics': new options --filter and --dry-run
  • Updated shell command 'remove-all-queues': new options --filter, --no-consumers and --dry-run
  • Updated shell command 'purge-all-queues': new options --filter, --no-consumers and --dry-run
  • Updated shell command 'list-topics': display total number of topics
  • Updated shell command 'list-queues': display total number of queues, new option --no-consumers
  • Renamed shell command 'queues' to 'list-queues'
  • Renamed shell command 'topics' to 'list-topics'
  • Updated shell command 'send-message': --times option now supported when sending messages using the --file option
  • Updated shell command 'export-messages': display full path of the export file
  • Updated shell command 'export-messages': default export path is 'activemq-cli/output' when no path is given
  • Updated shell command 'export-broker': display full path of the export file
  • Updated shell command 'export-broker': default export path is 'activemq-cli/output' when no path is given
  • Updated shell command 'connect-broker': validate amqurl (as specified in activemq-cli.config)
  • Fixed a bug that caused an error when activemq-cli was running from a path that contains spaces (Windows)

v0.0.0

17 Dec 07:17
Compare
Choose a tag to compare
v0.0.0 Pre-release
Pre-release
  • New shell command 'add-queue'
  • New shell command 'add-topic'
  • New shell command 'connect'
  • New shell command 'copy-messages '
  • New shell command 'disconnect'
  • New shell command 'export-broker'
  • New shell command 'export-messages'
  • New shell command 'info'
  • New shell command 'list-messages'
  • New shell command 'move-messages'
  • New shell command 'purge-all-queues'
  • New shell command 'purge-queue'
  • New shell command 'queues'
  • New shell command 'release-notes'
  • New shell command 'remove-all-queues'
  • New shell command 'remove-all-topics'
  • New shell command 'remove-queue'
  • New shell command 'remove-topic'
  • New shell command 'send-message'
  • New shell command 'start-embedded-broker'
  • New shell command 'stop-embedded-broker'
  • New shell command 'topics'