You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Pavel Moravec (JIRA)" <ji...@apache.org> on 2014/07/30 14:46:38 UTC

[jira] [Resolved] (QPID-5945) qpid-config to pass integer arguments whenever possible

     [ https://issues.apache.org/jira/browse/QPID-5945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Moravec resolved QPID-5945.
---------------------------------

       Resolution: Fixed
    Fix Version/s: Future

Fix based on Zdenek Kraus's idea in https://bugzilla.redhat.com/show_bug.cgi?id=1080480.

> 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
>             Fix For: Future
>
>
> 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-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org