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

Chuck Rolke commented on DISPATCH-918:
--------------------------------------

Commit 257321d has an issue where the deprecated attribute names do not work 
with qdmanage commands. This issue kills backward compatibility.
{noformat}
> qdmanage -b [email protected]:23039 CREATE --type=autoLink addr=xyz 
> direction=out phase=2
{
  "addr": "xyz", 
  "direction": "out", 
  "name": null, 
  "linkRef": null, 
  "type": "org.apache.qpid.dispatch.router.config.autoLink", 
  "operStatus": "inactive", 
  "connection": null, 
  "phase": 2, 
  "lastError": null, 
  "externalAddr": null, 
  "identity": "3", 
  "containerId": null
}

> qdmanage -b [email protected]:23039 CREATE --type=autoLink addr=xyz2 
> dir=out phase=2
KeyError: u'dir'{noformat}

> Improve router config consistency and metadata
> ----------------------------------------------
>
>                 Key: DISPATCH-918
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-918
>             Project: Qpid Dispatch
>          Issue Type: Improvement
>            Reporter: Justin Ross
>            Assignee: Ganesh Murthy
>            Priority: Major
>
> Proposed changes from review.  The items marked PRIO1 are more important.  
> All changes must be backward-compatible.
> [https://docs.google.com/spreadsheets/d/14ugjxlc-ETYZXwN9eWD-D1YWrRAfydj9EJNmyUaZrD0/edit?usp=sharing]
> This also includes flags we'd like to get added to the metadata so we can 
> generate better docs from it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to