Reputation: 379
I need to use the Azure Service Bus with C++ or Qt with C++, but I haven't found an SDK for C++.
I tried with apache Qpid PROTON using de AMQP protocol, but also without success.
My friend created an Issues: https://issues.apache.org/jira/browse/PROTON-2276
Thanks for your help
Upvotes: 0
Views: 425
Reputation: 442
I have not found an SDK for C++ other than the .NET one but I do not think you are referring to C++ on the .NET platform. But you can use Service Bus via REST as well, may be this will be enough for you - https://learn.microsoft.com/en-us/rest/api/servicebus/.
Upvotes: 1