Azure, SubscriptionClient.OnMessage, and Sessions
问题 Does the Azure Service Bus Subscription client support the ability to use OnMessage Action when the subscription requires a session? I have a subscription, called "TestSubscription". It requires a sessionId and contains multipart data that is tied together by a SessionId. if (!namespaceManager.SubscriptionExists("TestTopic", "Export")) { var testRule = new RuleDescription { Filter = new SqlFilter(@"(Action='Export')"), Name = "Export" }; var subDesc = new SubscriptionDescription(