Client does not correctly negotiate protocol versions
-----------------------------------------------------
Key: QPID-857
URL: https://issues.apache.org/jira/browse/QPID-857
Project: Qpid
Issue Type: Bug
Affects Versions: M2.1
Reporter: Martin Ritchie
Assignee: Martin Ritchie
Fix For: M2.1
Summary:
When connecting to an M2 broker the M2.1 client will not obtain a connection.
This is because it doesn't reset the state manager when retrying with AMQP 8-0.
The connection is marked as closed so the makeBrokerConnection
attainState(closed or open) call returns immediately with state closed.
Fix:
Reset the state Manager if you get a closed state back.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.