export interface RabbitMqMessageConfig {
    routingKey: string;
}
