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

2010-04-22 Thread Tim Powers (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-2528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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-subscr...@qpid.apache.org



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

2010-04-22 Thread Tim Powers (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-2528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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-subscr...@qpid.apache.org