Quantcast
Channel: Service Bus forum
Viewing all articles
Browse latest Browse all 1916

Service Bus Reliability

$
0
0

We've just started dabbling with service bus with MassTransit and we are constantly seeing timeout errors when creating topics and queues.  They show up in the log like this:

System.TimeoutException: The request has timed out after 10000 milliseconds. The successful completion of the request cannot be determined. Additional queries should be made to determine whether or not the operation has succeeded. TrackingId:03f82633-e82a-42b1-8fdd-fcd8c7d11c33,TimeStamp:12/21/2015 11:45:41 PM (Rescuing exception) ---> System.Net.WebException: The request was aborted: The request was canceled.
    at Microsoft.ServiceBus.Common.AsyncResult.End[TAsyncResult](System.IAsyncResult)
    at Microsoft.ServiceBus.Messaging.ServiceBusResourceOperations.EndGet[TEntityDescription](System.I

I'd say we run into this problem about 30-40% of the time when our app starts up, it is incredibly frustrating in dev when it happens and in production is even worse.  I've had Fiddler open a few times when the problem has occurred and this is what the response looks like:

GET /admin/AWESOMESAUCE_iisexpress_bus_1msyyynnzwyb3i1gbdjoc79r8k/?api-version=2015-04
<?xml version="1.0"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">Publicly Listed Services</title><subtitle type="text">This is the list of publicly-listed services currently available.</subtitle><id>uuid:9c64bc07-c83e-434a-bd43-69b3a3fa89a0;id=3327</id><updated>2015-12-17T00:20:54Z</updated><generator>Service Bus 1.1</generator></feed>

We have dev and production namespaces, both on the standard plan, and it happens equally as frequently across them.  Does anybody else have this problem?  We are publishing < 100 messages per day at this time, so its not like things should be getting overloaded.  It is unreliable to a completely unbelievable degree, makes me think we are using it in a totally inappropriate way.


Viewing all articles
Browse latest Browse all 1916

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>