duan1933 2019-01-30 11:36
浏览 36

如何使用Go从Azure队列订阅中接收消息

I trying to pull messages from azure service bus queue using Go.Queue topic name,subscription name,service name and shared access key value are the credentials.I'm not getting proper sample code for this.Please help me!!

  • 写回答

1条回答 默认 最新

  • doujilou3903 2019-01-30 17:30
    关注

    The Go Cloud Development Kit Pub/Sub API is still a work in progress (it's one of our newer APIs). As of 2019-01-30, there is a pull request out for review that adds support, so stay tuned!

    评论

报告相同问题?