/**
 * @fileoverview User management components for RabbitMQ brokers.
 *
 * This module provides user management abstractions for RabbitMQ brokers,
 * supporting different authentication strategies including simple authentication
 * and config-managed authentication for more advanced use cases.
 */
export * from "./rabbitmq-broker-user-management";
