You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Tim Powers (JIRA)" <qp...@incubator.apache.org> on 2010/04/22 07:54:55 UTC

[jira] Created: (QPID-2528) qpid-config's add exchange option "--durable" doesn't work

qpid-config's add exchange option "--durable" doesn't work
----------------------------------------------------------

                 Key: QPID-2528
                 URL: https://issues.apache.org/jira/browse/QPID-2528
             Project: Qpid
          Issue Type: Bug
          Components: python tools
    Affects Versions: 0.7
            Reporter: Tim Powers


qpid-config (svn 929716) doesn't set _durable properly when adding a new exchange or queue when specifying --durable. The problem appears to be that the Python boolean True is being used to set _durable. Changing this to 1 solves the problem.

There are other items (_passive, _clusterDurable) which do the same and may have the same problem.

Note: This is a regression.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Commented: (QPID-2528) qpid-config's add exchange option "--durable" doesn't work

Posted by "Tim Powers (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12859835#action_12859835 ] 

Tim Powers commented on QPID-2528:
----------------------------------

PEBKAC 

Please close this bug. 

> qpid-config's add exchange option "--durable" doesn't work
> ----------------------------------------------------------
>
>                 Key: QPID-2528
>                 URL: https://issues.apache.org/jira/browse/QPID-2528
>             Project: Qpid
>          Issue Type: Bug
>          Components: python tools
>    Affects Versions: 0.7
>            Reporter: Tim Powers
>            Assignee: Ted Ross
>         Attachments: qpid-config-durable.patch
>
>
> qpid-config (svn 929716) doesn't set _durable properly when adding a new exchange or queue when specifying --durable. The problem appears to be that the Python boolean True is being used to set _durable. Changing this to 1 solves the problem.
> There are other items (_passive, _clusterDurable) which do the same and may have the same problem.
> Note: This is a regression.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Closed: (QPID-2528) qpid-config's add exchange option "--durable" doesn't work

Posted by "Gordon Sim (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gordon Sim closed QPID-2528.
----------------------------

    Resolution: Not A Problem

> qpid-config's add exchange option "--durable" doesn't work
> ----------------------------------------------------------
>
>                 Key: QPID-2528
>                 URL: https://issues.apache.org/jira/browse/QPID-2528
>             Project: Qpid
>          Issue Type: Bug
>          Components: python tools
>    Affects Versions: 0.7
>            Reporter: Tim Powers
>            Assignee: Ted Ross
>         Attachments: qpid-config-durable.patch
>
>
> qpid-config (svn 929716) doesn't set _durable properly when adding a new exchange or queue when specifying --durable. The problem appears to be that the Python boolean True is being used to set _durable. Changing this to 1 solves the problem.
> There are other items (_passive, _clusterDurable) which do the same and may have the same problem.
> Note: This is a regression.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Assigned: (QPID-2528) qpid-config's add exchange option "--durable" doesn't work

Posted by "Ted Ross (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Ross reassigned QPID-2528:
------------------------------

    Assignee: Ted Ross

> qpid-config's add exchange option "--durable" doesn't work
> ----------------------------------------------------------
>
>                 Key: QPID-2528
>                 URL: https://issues.apache.org/jira/browse/QPID-2528
>             Project: Qpid
>          Issue Type: Bug
>          Components: python tools
>    Affects Versions: 0.7
>            Reporter: Tim Powers
>            Assignee: Ted Ross
>         Attachments: qpid-config-durable.patch
>
>
> qpid-config (svn 929716) doesn't set _durable properly when adding a new exchange or queue when specifying --durable. The problem appears to be that the Python boolean True is being used to set _durable. Changing this to 1 solves the problem.
> There are other items (_passive, _clusterDurable) which do the same and may have the same problem.
> Note: This is a regression.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Commented: (QPID-2528) qpid-config's add exchange option "--durable" doesn't work

Posted by "Tim Powers (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12859800#action_12859800 ] 

Tim Powers commented on QPID-2528:
----------------------------------

Something occurred to me.... Instead of using the patch one can do this in qpid-config instead:

True = 1

That would also solve the problem.

> qpid-config's add exchange option "--durable" doesn't work
> ----------------------------------------------------------
>
>                 Key: QPID-2528
>                 URL: https://issues.apache.org/jira/browse/QPID-2528
>             Project: Qpid
>          Issue Type: Bug
>          Components: python tools
>    Affects Versions: 0.7
>            Reporter: Tim Powers
>         Attachments: qpid-config-durable.patch
>
>
> qpid-config (svn 929716) doesn't set _durable properly when adding a new exchange or queue when specifying --durable. The problem appears to be that the Python boolean True is being used to set _durable. Changing this to 1 solves the problem.
> There are other items (_passive, _clusterDurable) which do the same and may have the same problem.
> Note: This is a regression.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Updated: (QPID-2528) qpid-config's add exchange option "--durable" doesn't work

Posted by "Tim Powers (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Powers updated QPID-2528:
-----------------------------

    Attachment: qpid-config-durable.patch

qpid-config patch to set _durable properly when --durable is used as an option for "add exchange" and "add queue"

> qpid-config's add exchange option "--durable" doesn't work
> ----------------------------------------------------------
>
>                 Key: QPID-2528
>                 URL: https://issues.apache.org/jira/browse/QPID-2528
>             Project: Qpid
>          Issue Type: Bug
>          Components: python tools
>    Affects Versions: 0.7
>            Reporter: Tim Powers
>         Attachments: qpid-config-durable.patch
>
>
> qpid-config (svn 929716) doesn't set _durable properly when adding a new exchange or queue when specifying --durable. The problem appears to be that the Python boolean True is being used to set _durable. Changing this to 1 solves the problem.
> There are other items (_passive, _clusterDurable) which do the same and may have the same problem.
> Note: This is a regression.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org