v0.5.1
RabbitMQ credential-supply fixes.
Added
ctx set --backend rabbitmq --usernameto set the RabbitMQ user with the
discrete--host/--port/--vhostflags, instead of being forced to embed it
in--amqp-url.
Fixed
MQGOV_PASSWORDis now honored at connection time when a context has no stored
credential (current context and--contextoverrides), giving a consistent
non-interactive password path. RabbitMQ AMQP and management API now use one
unified username/password: explicit--username/password (orMQGOV_PASSWORD)
overrides--amqp-urluserinfo, withguest/guestas the default.