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)