Sending a message to a azure service bus queue in .Net Core Core using the REST API

后端 未结 3 2011
清歌不尽
清歌不尽 2021-01-22 00:41

I want to send a message to my Azure Service Bus Queue in .Net Core but the WindowsAzure.ServiceBus Package is not compatible with .Net Core.

Can anyone show me how to s

3条回答
  •  北海茫月
    2021-01-22 01:04

    While the current client is not .NET Core compatible, the new client, that is a work in progress, is 100% compatible. The pre-release package will be available on April 3rd and the status can be tracked here. You could pull down the course code and compile it already today with the caveat that API will be changing as the team is trying to flesh out the design details.

提交回复
热议问题