I'm not sure what the question is but RabbitMQ does not force credential changes on the users in its internal database.
If you are required to rotate them, it's up to you. There are a CLI command and an HTTP API endpoint that can be used to update a user's password.
You'd still have to make your applications pick up new credentials and reconnect.