Oskar Christensson created PROTON-2006:
------------------------------------------

             Summary: Qpid Proton cannot connect to Azure Service Bus 
'amqp:connection:framing-error'
                 Key: PROTON-2006
                 URL: https://issues.apache.org/jira/browse/PROTON-2006
             Project: Qpid Proton
          Issue Type: Bug
          Components: cpp-binding, examples
    Affects Versions: proton-c-0.28.0
            Reporter: Oskar Christensson


 
{code:java}
amqp:connection:framing-error: SASL header mismatch: Insufficient data to 
determine protocol [''] (connection aborted){code}
We're trying to get a C++ connection to Azure Service Bus using AMQP with QPID 
proton, and trying out the examples under qpid-proton/cpp/examples it fails.

Steps to reproduce:
 # Clone qpid-proton
 # Follow installation and make README
 # Create new Service Bus Namespace in azure
 # Create new Service Bus Queue in Azure with Sessions enabled
 # Create a policy with all permissions
 # `./service_bus -n <namespace>.servicebus.windows.net -p <policy_name> -k 
<uri_encoded_policy_key> -e <queue_name>

Expected results:

It should work according to the docs in the cpp/examples/service_bus.cpp docs

Actual results:
{code:java}
amqp:connection:framing-error: SASL header mismatch: Insufficient data to 
determine protocol [''] (connection aborted){code}
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to