Azure服务总线超时(关闭MessageSender时)

时间:2016-10-07 09:27:55

标签: azure azureservicebus

我们在调用messageSender.close()时频繁出现超时。

请求操作未在分配的超时00:01:10内完成。分配给此操作的时间可能是较长超时的一部分。有关异常类型和正确异常处理的更多信息,请参阅http://go.microsoft.com/fwlink/?LinkId=761101 TrackingId:urn:uuid:8b8aa582-88b9-4ffe-b219-b831f1faf3d0,时间戳:10/5/2016 9:01:22 PM

在[0]处重新抛出异常:    在Microsoft.ServiceBus.Common.AsyncResult.End [TAsyncResult](IAsyncResult结果)    at Microsoft.ServiceBus.Messaging.Sbmp.DuplexRequestBindingElement.DuplexRequestSessionChannel.DuplexCorrelationAsyncResult.End(IAsyncResult result)    在Microsoft.ServiceBus.Messaging.Channels.ReconnectBindingElement.ReconnectChannelFactory 1.RequestSessionChannel.RequestAsyncResult.<>c.<GetAsyncSteps>b__9_3(RequestAsyncResult thisPtr, IAsyncResult r) at Microsoft.ServiceBus.Messaging.IteratorAsyncResult 1.StepCallback(IAsyncResult result)

在[1]处重新抛出异常:    在Microsoft.ServiceBus.Common.AsyncResult.End [TAsyncResult](IAsyncResult结果)    在Microsoft.ServiceBus.Messaging.Channels.ReconnectBindingElement.ReconnectChannelFactory 1.RequestSessionChannel.EndRequest(IAsyncResult result) at Microsoft.ServiceBus.Messaging.Sbmp.RedirectBindingElement.RedirectContainerChannelFactory 1.RedirectContainerSessionChannel.RequestAsyncResult。&lt;&gt; c__DisplayClass8_1.b__4(RequestAsyncResult thisPtr,IAsyncResult r)    在Microsoft.ServiceBus.Messaging.IteratorAsyncResult`1.StepCallback(IAsyncResult result)

在[2]重新抛出异常:    在Microsoft.ServiceBus.Common.AsyncResult.End [TAsyncResult](IAsyncResult结果)    在Microsoft.ServiceBus.Messaging.Sbmp.RedirectBindingElement.RedirectContainerChannelFactory 1.RedirectContainerSessionChannel.EndRequest(IAsyncResult result) at Microsoft.ServiceBus.Messaging.Channels.ReconnectBindingElement.ReconnectChannelFactory 1.RequestSessionChannel.RequestAsyncResult。&lt;&gt; c.b__9_3(RequestAsyncResult thisPtr,IAsyncResult r)    在Microsoft.ServiceBus.Messaging.IteratorAsyncResult`1.StepCallback(IAsyncResult result)

在[3]重新抛出异常:    在Microsoft.ServiceBus.Common.AsyncResult.End [TAsyncResult](IAsyncResult结果)    在Microsoft.ServiceBus.Messaging.Channels.ReconnectBindingElement.ReconnectChannelFactory 1.RequestSessionChannel.EndRequest(IAsyncResult result) at Microsoft.ServiceBus.Messaging.IteratorAsyncResult 1.StepCallback(IAsyncResult result)

在[4]重新抛出异常:    在Microsoft.ServiceBus.Common.AsyncResult.End [TAsyncResult](IAsyncResult结果)    在Microsoft.ServiceBus.Messaging.Sbmp.SbmpMessageSender.OnEndClose(IAsyncResult结果)    在Microsoft.ServiceBus.Messaging.ClientEntity.EndClose(IAsyncResult结果)    在Microsoft.ServiceBus.Messaging.IteratorAsyncResult 1.ParallelAsyncResult 1.OnCompleted(IAsyncResult ar)

在[5]重新抛出异常:    在Microsoft.ServiceBus.Common.AsyncResult.End [TAsyncResult](IAsyncResult结果)    在Microsoft.ServiceBus.Messaging.IteratorAsyncResult`1.StepCallback(IAsyncResult result)

在[6]重新抛出异常:    在Microsoft.ServiceBus.Common.AsyncResult.End [TAsyncResult](IAsyncResult结果)    在Microsoft.ServiceBus.Messaging.SendAvailabilityPairedNamespaceMessageSender.OnEndClose(IAsyncResult结果)    在Microsoft.ServiceBus.Messaging.ClientEntity.EndClose(IAsyncResult result)

0 个答案:

没有答案