You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (Jira)" <ji...@apache.org> on 2020/01/13 19:23:00 UTC

[jira] [Resolved] (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 ]

Justin Bertram resolved ARTEMIS-155.
------------------------------------
    Fix Version/s:     (was: unscheduled)
         Assignee:     (was: Andy Taylor)
       Resolution: Fixed

> 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
>            Priority: Minor
>
> 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
(v8.3.4#803005)