天蓝色的服务巴士超时

时间:2013-04-13 14:51:51

标签: c# azureservicebus

我的天蓝色服务总线中有2个主题。 topic1 = livetopic topic2 = testtopic

当我尝试添加任何消息时,

实时主题超时。 如果我改变我的代码以使用testtopic就可以了。

我已将所有发布商与livetopic断开连接。 我删除了livetopic并重新添加了仍然超时。

关于如何解决这个问题的任何想法。

我尝试过使用服务总线资源管理器示例应用程序,它可以看到这两个主题,但它也会在livetopic上超时,但不是testtopic。

以下是异常消息:

  

服务器堆栈跟踪:在[0]处重新抛出异常:

     

在   Microsoft.ServiceBus.Common.AsyncResult.End [TAsyncResult](IAsyncResult的   结果)

     

在   Microsoft.ServiceBus.Messaging.Sbmp.DuplexRequestBindingElement.DuplexRequestSessionChannel.DuplexCorrelationAsyncResult.End(IAsyncResult的   结果)

     

在   Microsoft.ServiceBus.Messaging.Sbmp.DuplexRequestBindingElement.DuplexRequestSessionChannel.EndRequest(IAsyncResult的   结果)

     

在   Microsoft.ServiceBus.Messaging.Channels.ReconnectBindingElement.ReconnectChannelFactory`1.RequestSessionChannel.RequestAsyncResult.b__4(RequestAsyncResult   thisPtr,IAsyncResult r)

     

在   Microsoft.ServiceBus.Messaging.IteratorAsyncResult`1.StepCallback(IAsyncResult的   结果)

     

在[1]处重新抛出异常:

     

在   Microsoft.ServiceBus.Common.AsyncResult.End [TAsyncResult](IAsyncResult的   结果)

     

at Microsoft.ServiceBus.Common.AsyncResult`1.End(IAsyncResult   asyncResult)

     

在   Microsoft.ServiceBus.Messaging.Channels.ReconnectBindingElement.ReconnectChannelFactory`1.RequestSessionChannel.EndRequest(IAsyncResult的   结果)

     

在   Microsoft.ServiceBus.Messaging.Sbmp.RedirectBindingElement.RedirectContainerChannelFactory`1.RedirectContainerSessionChannel.RequestAsyncResult<> C_ DisplayClass17.b _a(RequestAsyncResult   thisPtr,IAsyncResult r)

     

在   Microsoft.ServiceBus.Messaging.IteratorAsyncResult`1.StepCallback(IAsyncResult的   结果)

     

在[2]处重新抛出异常:

     

在   Microsoft.ServiceBus.Common.AsyncResult.End [TAsyncResult](IAsyncResult的   结果)

     

at Microsoft.ServiceBus.Common.AsyncResult`1.End(IAsyncResult   asyncResult)

     

在   Microsoft.ServiceBus.Messaging.Sbmp.RedirectBindingElement.RedirectContainerChannelFactory`1.RedirectContainerSessionChannel.EndRequest(IAsyncResult的   结果)

     

在   Microsoft.ServiceBus.Messaging.Channels.ReconnectBindingElement.ReconnectChannelFactory`1.RequestSessionChannel.RequestAsyncResult.b__4(RequestAsyncResult   thisPtr,IAsyncResult r)

     

在   Microsoft.ServiceBus.Messaging.IteratorAsyncResult`1.StepCallback(IAsyncResult的   结果)

     

在[3]处重新抛出异常:

     

在   Microsoft.ServiceBus.Common.AsyncResult.End [TAsyncResult](IAsyncResult的   结果)

     

at Microsoft.ServiceBus.Common.AsyncResult`1.End(IAsyncResult   asyncResult)

     

在   Microsoft.ServiceBus.Messaging.Channels.ReconnectBindingElement.ReconnectChannelFactory`1.RequestSessionChannel.EndRequest(IAsyncResult的   结果)

     

在   Microsoft.ServiceBus.Messaging.Sbmp.SbmpTransactionalAsyncResult`1.b__37(TIteratorAsyncResult   thisPtr,IAsyncResult a)

     

在   Microsoft.ServiceBus.Messaging.IteratorAsyncResult`1.StepCallback(IAsyncResult的   结果)

     

在[4]处重新抛出异常:

     

在   Microsoft.ServiceBus.Common.AsyncResult.End [TAsyncResult](IAsyncResult的   结果)

     

at Microsoft.ServiceBus.Common.AsyncResult`1.End(IAsyncResult   asyncResult)

     

在   Microsoft.ServiceBus.Messaging.Sbmp.SbmpMessageSender.EndSendCommand(IAsyncResult的   结果)

     

---内部异常堆栈跟踪结束---

     

在   Microsoft.ServiceBus.Messaging.Sbmp.SbmpMessageSender.EndSendCommand(IAsyncResult的   结果)

     

在   Microsoft.ServiceBus.Messaging.Sbmp.SbmpMessageSender.OnEndSend(IAsyncResult的   结果)

     

在   Microsoft.ServiceBus.Messaging.Sbmp.SbmpMessageSender.OnSend(TrackingContext   trackingContext,IEnumerable`1消息,TimeSpan超时)

     

在   Microsoft.ServiceBus.Messaging.MessageSender.Send(TrackingContext   trackingContext,IEnumerable`1消息,TimeSpan超时)

     

在   Microsoft.ServiceBus.Messaging.MessageSender.Send(BrokeredMessage   消息)

     

在Microsoft.ServiceBus.Messaging.TopicClient.Send(BrokeredMessage   消息)

     

at myCompany.Azure.MessagePublisher.PublishMessage(String topic,   String destinationGroup,String messageCategory,String   destinationApp,String blobStorageDescription)in   c:\ codetfs \ MyProduct \ MyCompany.Azure \ MessagePublisher.cs:第182行

0 个答案:

没有答案