示例#1
0
文件: Bus.cs 项目: niaoked/rabbitBus
 static void OnConsumeError(IErrorContext errorContext)
 {
     errorContext.RejectMessage(false);
 }