[ 
https://issues.apache.org/jira/browse/QPID-5088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13745918#comment-13745918
 ] 

Rob Godfrey commented on QPID-5088:
-----------------------------------

The only remaining use of FieldTable in the broker is in AmqPlainSaslServer.  
There are 3 options here

1) Leave it
2) Re-implement the encoding/decoding functionality necessary for this 
mechanism without using FieldTable
3) Remove the AMQPLAIN sasl mechanism support

Personally I favour option 3) as AMQPLAIN is a non-standard SASL mechanism that 
does nothing that the standard PLAIN mechanism cannot do. 
                
> [Java Broker] Isolate use of AMQShortString and FieldTable to 0-8/9/9-1 
> protocol specific plugins
> -------------------------------------------------------------------------------------------------
>
>                 Key: QPID-5088
>                 URL: https://issues.apache.org/jira/browse/QPID-5088
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Rob Godfrey
>            Assignee: Rob Godfrey
>
> For legacy reasons many core parts of the broker still use AMQShortString and 
> FieldTable where they should instead use String and Map respectively.  Remove 
> all usage of these 0-8/9/9-1 specific classes except in the protocol plugins

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to