You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_logger.LogInformation("Skipping binding for queue {QueueName} because exchange is default (empty string)",queueName);
86
+
return;
87
+
}
88
+
83
89
_logger.LogInformation("Binding queue {QueueName} to exchange {ExchangeName} using routing key {RoutingKey}",queueName,bindingExchangeName,bindingRoutingKey);
0 commit comments