[
https://issues.apache.org/jira/browse/PROTON-2006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16802153#comment-16802153
]
ASF subversion and git services commented on PROTON-2006:
---------------------------------------------------------
Commit eab1fef19b4e58a8b79408f29e10fe36b07a3b83 in qpid-proton's branch
refs/heads/master from Andrew Stitcher
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=eab1fef ]
PROTON-2006: [C++] Fixed up service bus example to work
- Connection options needed fixing
-- You can't put user/password in the connection url anymore
-- Need to turn SSL on and ensure SASL mech is PLAIN
- Misuse of scheduling stopped the application exiting when finished
> 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
> Priority: Major
>
>
> {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: [email protected]
For additional commands, e-mail: [email protected]