@ -191,7 +191,16 @@ namespace Volo.Abp.RabbitMQ
}
catch (Exception ex)
{
Channel.BasicNack(basicDeliverEventArgs.DeliveryTag, multiple: false, requeue: true);
try
Channel.BasicNack(
basicDeliverEventArgs.DeliveryTag,
multiple: false,
requeue: true
);
catch { }
Logger.LogException(ex);
await ExceptionNotifier.NotifyAsync(ex);