Rabtap Versions Save

RabbitMQ wire tap and swiss army knife

v1.38.2

1 year ago

Changelog

  • 5a321e1 update dependencies (#82)

v1.38.1

1 year ago

Changelog

  • 8460deb Merge pull request #81 from jandelgado/dependabot/go_modules/golang.org/x/net-0.7.0

v1.38

1 year ago
  • new: create exchange-to-exchange bindings with rabtap exchange bind ...
  • new: show exchange-to-exchange bindings in info command
  • fix: drastically improve performance of info command for large topologies with 1000's of queues/connections/channels
  • chg: show channel information in info command with --consumers option
  • chg: improve output of info command (additional attributes)
  • chg: dot output of info command now shows separate vhosts

v1.37

1 year ago

Changelog

  • new: detect and replay messages subscribed from the RabbitMQ FireHose exchange (#74)

v1.36

1 year ago
  • chg: use PLAIN auth when both a client certificate and username and password is provided (#73)
  • switch to github.com/rabbitmq/amqp091-go amqp lib (#72)

v1.35

2 years ago
  • new: new option --idle-timeout=DURATION added to sub and tap commands (#56)
  • improvement: always wait for server notifications after publishing, to be informed on potential problems like publishing to a non existing exchange

v1.34

2 years ago

Changelog

140247d Pass optional arguments to sub command (#68)

  • new: specify multiple --args=KEY=VALUE options to pass additional arguments to the sub command.
  • new: create lazy queue with queue create ... --lazy
  • new: specify queue type to create with queue create ... --queue-type=TYPE
  • new: specify offset with --offset=OFFSET when reading from streams

v1.33

2 years ago

Allow to specify additional arguments using --args=key=value in the queue create and exchange create commands.

v1.32

2 years ago

Changelog

054dcea limit number of messages received (#54)

v1.31

2 years ago

show queue type and consumer utilisation in info command