I was searching through Internet, and what I've found is just it is not possible on Azure external/internal endpoint... How does Windows Azure perform load balancing?
But what I am looking for is, whether session affinity is possible on Service Bus. I even done my own research, with modified EchoSample
, but with no success. I've tried ws2007HttpRelayBinding
and netTcpRelayBinding
and end up with:
System.ServiceModel.CommunicationException: The remote endpoint no longer recognizes this sequence. This is most likely due to an abort on the remote endpoint. The value of srm:Identifier is not a known Sequence identifier. The reliable session was faulted.
So, the question: It is possible to do "service bus load balancing + session affinity"?