問題タブ [azure-servicebus-subscriptions]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
129 問題
0
投票する
0
に答える
385
参照
azure - Azure Service Bus トピック サブスクリプション REST API
Azure REST API を使用してサービス バス トピックをサブスクライブするにはどうすればよいですか? メッセージの順序は私にとって非常に重要であるため、「セッションを有効にする」を使用してサブスクリプションを作成したいと考えています。メッセージハンドラーを登録する、現在機能する以下のコードがあります。
ただし、REST API を使用してこれを実装したいと考えています。これは可能ですか?