You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Ted Ross (JIRA)" <ji...@apache.org> on 2015/07/13 21:31:04 UTC

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

Ted Ross created ARTEMIS-155:
--------------------------------

             Summary: 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


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)