v0.21.0
v0.21.0 (Feb 1, 2025)
Bug Fixes
list connectionsnow correctly handles RabbitMQ Stream Protocol
connections that do not have thechannel_maxmetric set
Enhancements
-
declare streamis 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 streamis an alias fordelete queuethat makes more sense for
environments where streams
are used more often than queues:rabbitmqadmin --vhost "vh1" delete stream --name "streams.1"