Skip to content

v1.1.0

Compare
Choose a tag to compare
@leonjza leonjza released this 09 Sep 07:41
· 18 commits to master since this release
196cf9a

new

  • Display the corresponding transmission queue for a remote queue.
  • Warn if the --directory flag was given without --store when sniffing a queue.
  • Expand the common channel name wordlist.
  • Add the discover name command to discover queue manager names.
  • Add verbose information about queue depth filters when displaying queues.
  • Add the --ignore-path flag for the execute command, ignoring the pull path check for *nix systems. This is useful for more advanced usage scenarios or if MQ is running on Windows.

fixes

  • Fix a case where channel enumeration would fail due to internal string casting for the channel name.
  • Fix wording for the --queue flag for the push command.
  • Handle cases for the dump and sniff commands where MQRC_GET_INHIBITED would be thrown when GET access is not available to the target queue.