Pavel Moravec created QPID-5945:
-----------------------------------

             Summary: 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

Reply via email to