[ 
https://issues.apache.org/jira/browse/QPID-6639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624924#comment-14624924
 ] 

Ted Ross commented on QPID-6639:
--------------------------------

I can reproduce this failure using qpid-dispatch (trunk) with the following 
text added to the configuration file:
{noformat}
connector {
    addr: 127.0.0.1
    port: 20000
    saslMechanisms: ANONYMOUS
    name: qpidd
    role: on-demand
}

linkRoutePattern {
    prefix: queue.
    connector: qpidd
}
{noformat}
The broker-under-test is running on port 20000



> Incoming connection using "cut-through" ANONYMOUS SASL fails
> ------------------------------------------------------------
>
>                 Key: QPID-6639
>                 URL: https://issues.apache.org/jira/browse/QPID-6639
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: qpid-cpp-0.34
>            Reporter: Ted Ross
>
> When connecting an AMQP 1.0 connection to the broker using SASL ANONYMOUS, 
> the following exchange occurs:
> {noformat}
>   Client            Broker
>         init(SASL) ->
>         sasl.init (ANON) ->
>         init(AMQP) ->
>         open ->
>      <- init(SASL)
>      <- sasl.mechanisms
>      <- sasl.outcome(OK)
>      socket closed by broker after timeout
> {noformat}
> It appears the the broker doesn't process the open frame.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to