[ https://issues.apache.org/jira/browse/QPID-5945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14079252#comment-14079252 ]
ASF subversion and git services commented on QPID-5945: ------------------------------------------------------- Commit 1614637 from [~pmoravec] in branch 'qpid/trunk' [ https://svn.apache.org/r1614637 ] [QPID-5945]: qpid-config to pass integer arguments whenever possible > qpid-config to pass integer arguments whenever possible > ------------------------------------------------------- > > Key: QPID-5945 > URL: https://issues.apache.org/jira/browse/QPID-5945 > Project: Qpid > Issue Type: Improvement > Components: Python Tools > Affects Versions: 0.28 > Reporter: Pavel Moravec > Assignee: Pavel Moravec > Priority: Trivial > > Currently, qpid-config takes all arguments as string, despite they are > integers. E.g.: > qpid-config add queue myQueue --argument qpid.max_count=10 > Checking the queue arguments e.g. in qpid-tool, one sees: > arguments {u'qpid.max_count': u'10'} > (where u'10' stands for string and just 10 for int). > Broker handles (converts to int) the string value properly, just it stores > the value as string. -- This message was sent by Atlassian JIRA (v6.2#6252) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org