v0.21.0
v0.21.0 (Feb 1, 2025)
Bug Fixes
list connections
now correctly handles RabbitMQ Stream Protocol
connections that do not have thechannel_max
metric set
Enhancements
-
declare stream
is a new command that accepts stream-specific
arguments:rabbitmqadmin --vhost "vh1" declare stream --name "streams.1" --expiration "8h" \ --arguments '{"x-initial-cluster-size": 3}'
-
delete stream
is an alias fordelete queue
that makes more sense for
environments where streams
are used more often than queues:rabbitmqadmin --vhost "vh1" delete stream --name "streams.1"