Activemq Cli Versions Save

Command Line tool to interact with the Apache ActiveMQ message broker

v0.9.2

1 year ago
  • Fixed multiple shell commands not working for queue/topic names containing the colon or asterisk character

v0.9.1

1 year ago
  • Support for artemis jmx domain

v0.9.0

3 years ago
  • 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

4 years ago
  • 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

5 years ago
  • 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

6 years ago
  • 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

6 years ago
  • 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

7 years ago
  • 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

7 years ago
  • Updated shell command 'connect-broker': SSL support (specify keyStore, keyStorePassword and trustStore in broker config)

v0.1.0

7 years ago
  • 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)