|
by RuppertKoch via Windows Azure on 11/9/2011 6:33:00 PM
This post describes how to use the Service Bus brokered messaging features in a way to yield best performance. You can find more details in the full article on MSDN.
Use the Service Bus Client Protocol
The Service Bus supports the Service Bus client protocol and HTTP. The Service Bus client protocol is more efficient, because it maintains the connection to the Service Bus service as long as the message factory exists. It also implements batching and prefetching. The Service Bus client protocol i
... [ read more ]
|