You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "clebert suconic (JIRA)" <ji...@apache.org> on 2016/12/06 14:21:03 UTC

[jira] [Updated] (ARTEMIS-155) Incoming AMQP connection using "cut-through" ANONYMOUS SASL fails

     [ https://issues.apache.org/jira/browse/ARTEMIS-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

clebert suconic updated ARTEMIS-155:
------------------------------------
    Fix Version/s:     (was: 1.5.1)
                   1.6.0

> Incoming AMQP connection using "cut-through" ANONYMOUS SASL fails
> -----------------------------------------------------------------
>
>                 Key: ARTEMIS-155
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-155
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: AMQP
>    Affects Versions: 1.0.0
>            Reporter: Ted Ross
>            Assignee: Andy Taylor
>            Priority: Minor
>             Fix For: 1.6.0
>
>
> 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)
>      <- init(AMQP)
>      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)