Hi ,

I am using qpid-proton-cpp library to integrate Azure service bus support into 
our application.
I am getting the error "proton:io: The specified class was not found"
I know this suggests there's a problem with the connection configuration.
For Azure Service Bus, the correct format for the connection string typically 
includes the necessary authentication information. Here's how you can format 
the connection string:
Endpoint=sb://<namespace>.servicebus.windows.net/;SharedAccessKeyName=<keyName>;SharedAccessKey=<keyValue>
Where:
<namespace> is your Azure Service Bus namespace.
<keyName> is the name of your shared access policy.
<keyValue> is the shared access key associated with the policy.

I did make sure you're using the correct values for <namespace>, <keyName>, and 
<keyValue> in your connection string.
The connection string works fine in the Java version of Microsoft SDK for Azure.

I am sure the problem is not the connection string.

I believe the way I am using qpid-proton-cpp library might be the issue.

Do you have any example of connecting to a service bus to send/receive messages 
via topics and queues?
Any help is highly appreciated.

Thanks in advance!


Shailaja Alugoju
Advanced Software Engr
Honeywell Intelligrated
Mobile: 513.341.0970

shailaja.alug...@honeywell.com<mailto:shailaja.alug...@honeywell.com>
www.intelligrated.com<http://www.intelligrated.com/>
Intelligrated.com<http://www.intelligrated.com/> | 
Twitter<https://twitter.com/intelligrated> | 
Facebook<https://www.facebook.com/pages/Intelligrated/154027751275774> | 
LinkedIn<http://www.linkedin.com/company/intelligrated> | 
YouTube<https://www.youtube.com/honeywellintelligrated> | 
HoneywellAIDC.com<http://www.honeywellaidc.com/>


Reply via email to