[jira] [Commented] (QPID-5277) Add ability create, delete and list objects of arbitrary types

2013-11-04 Thread Gordon Sim (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813064#comment-13813064
 ] 

Gordon Sim commented on QPID-5277:
--

Thanks Jakub, I've checked in a further fix for that! I've also raised a JIRA 
to actually fix the lack of those values for 1.0 connections: 
https://issues.apache.org/jira/browse/QPID-5291

> Add ability create, delete and list objects of arbitrary types
> --
>
> Key: QPID-5277
> URL: https://issues.apache.org/jira/browse/QPID-5277
> Project: Qpid
>  Issue Type: Improvement
>  Components: Python Tools
>Affects Versions: 0.24
>Reporter: Gordon Sim
>Assignee: Gordon Sim
> Fix For: 0.25
>
>
> The qpid-config utilty currently allows queues, exchanges and bindings to be 
> created, but doesn't support other types.
> Having a generic mechanism for create, delete and list would be very useful 
> as it would mean the tool could be used for any entity types added (even if 
> optional). Specifically this would eliminate the need for the current qpidt 
> test utility in managing the various new 1.0 related entities,



--
This message was sent by Atlassian JIRA
(v6.1#6144)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5277) Add ability create, delete and list objects of arbitrary types

2013-11-04 Thread JAkub Scholz (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813057#comment-13813057
 ] 

JAkub Scholz commented on QPID-5277:


Thanks Gordon. Now it seems to work fine.

> Add ability create, delete and list objects of arbitrary types
> --
>
> Key: QPID-5277
> URL: https://issues.apache.org/jira/browse/QPID-5277
> Project: Qpid
>  Issue Type: Improvement
>  Components: Python Tools
>Affects Versions: 0.24
>Reporter: Gordon Sim
>Assignee: Gordon Sim
> Fix For: 0.25
>
>
> The qpid-config utilty currently allows queues, exchanges and bindings to be 
> created, but doesn't support other types.
> Having a generic mechanism for create, delete and list would be very useful 
> as it would mean the tool could be used for any entity types added (even if 
> optional). Specifically this would eliminate the need for the current qpidt 
> test utility in managing the various new 1.0 related entities,



--
This message was sent by Atlassian JIRA
(v6.1#6144)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5277) Add ability create, delete and list objects of arbitrary types

2013-11-04 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813051#comment-13813051
 ] 

ASF subversion and git services commented on QPID-5277:
---

Commit 1538694 from [~gsim] in branch 'qpid/trunk'
[ https://svn.apache.org/r1538694 ]

QPID-5277: handle case where objects do not all have value for given property

> Add ability create, delete and list objects of arbitrary types
> --
>
> Key: QPID-5277
> URL: https://issues.apache.org/jira/browse/QPID-5277
> Project: Qpid
>  Issue Type: Improvement
>  Components: Python Tools
>Affects Versions: 0.24
>Reporter: Gordon Sim
>Assignee: Gordon Sim
> Fix For: 0.25
>
>
> The qpid-config utilty currently allows queues, exchanges and bindings to be 
> created, but doesn't support other types.
> Having a generic mechanism for create, delete and list would be very useful 
> as it would mean the tool could be used for any entity types added (even if 
> optional). Specifically this would eliminate the need for the current qpidt 
> test utility in managing the various new 1.0 related entities,



--
This message was sent by Atlassian JIRA
(v6.1#6144)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5277) Add ability create, delete and list objects of arbitrary types

2013-11-04 Thread JAkub Scholz (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813041#comment-13813041
 ] 

JAkub Scholz commented on QPID-5277:


I noticed one minor issue with the qpid-config change. For some types - in 
particular for connections - the properties might be different. For example the 
AMQP 0.10 connections have an properties like remotePid, remoteParentPid or 
remoteProcessName. These properties are not present in for AMQP 1.0 
connections. That can result in following error when both 1.0 and 0.10 clients 
are connected:

[qpidd@localhost ~]$ qpid-config -a admin/admin@localhost:2 list connection
Failed: KeyError: u'remotePid'


> Add ability create, delete and list objects of arbitrary types
> --
>
> Key: QPID-5277
> URL: https://issues.apache.org/jira/browse/QPID-5277
> Project: Qpid
>  Issue Type: Improvement
>  Components: Python Tools
>Affects Versions: 0.24
>Reporter: Gordon Sim
>Assignee: Gordon Sim
> Fix For: 0.25
>
>
> The qpid-config utilty currently allows queues, exchanges and bindings to be 
> created, but doesn't support other types.
> Having a generic mechanism for create, delete and list would be very useful 
> as it would mean the tool could be used for any entity types added (even if 
> optional). Specifically this would eliminate the need for the current qpidt 
> test utility in managing the various new 1.0 related entities,



--
This message was sent by Atlassian JIRA
(v6.1#6144)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5277) Add ability create, delete and list objects of arbitrary types

2013-11-04 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13812944#comment-13812944
 ] 

ASF subversion and git services commented on QPID-5277:
---

Commit 1538656 from [~gsim] in branch 'qpid/trunk'
[ https://svn.apache.org/r1538656 ]

QPID-5277: remove install directive for qpidt

> Add ability create, delete and list objects of arbitrary types
> --
>
> Key: QPID-5277
> URL: https://issues.apache.org/jira/browse/QPID-5277
> Project: Qpid
>  Issue Type: Improvement
>  Components: Python Tools
>Affects Versions: 0.24
>Reporter: Gordon Sim
>Assignee: Gordon Sim
> Fix For: 0.25
>
>
> The qpid-config utilty currently allows queues, exchanges and bindings to be 
> created, but doesn't support other types.
> Having a generic mechanism for create, delete and list would be very useful 
> as it would mean the tool could be used for any entity types added (even if 
> optional). Specifically this would eliminate the need for the current qpidt 
> test utility in managing the various new 1.0 related entities,



--
This message was sent by Atlassian JIRA
(v6.1#6144)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5277) Add ability create, delete and list objects of arbitrary types

2013-11-04 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13812869#comment-13812869
 ] 

ASF subversion and git services commented on QPID-5277:
---

Commit 1538627 from [~gsim] in branch 'qpid/trunk'
[ https://svn.apache.org/r1538627 ]

QPID-5277: removed qpidt as qpid-config now offers similar functionality

> Add ability create, delete and list objects of arbitrary types
> --
>
> Key: QPID-5277
> URL: https://issues.apache.org/jira/browse/QPID-5277
> Project: Qpid
>  Issue Type: Improvement
>  Components: Python Tools
>Affects Versions: 0.24
>Reporter: Gordon Sim
>Assignee: Gordon Sim
> Fix For: 0.25
>
>
> The qpid-config utilty currently allows queues, exchanges and bindings to be 
> created, but doesn't support other types.
> Having a generic mechanism for create, delete and list would be very useful 
> as it would mean the tool could be used for any entity types added (even if 
> optional). Specifically this would eliminate the need for the current qpidt 
> test utility in managing the various new 1.0 related entities,



--
This message was sent by Atlassian JIRA
(v6.1#6144)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5277) Add ability create, delete and list objects of arbitrary types

2013-11-04 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13812868#comment-13812868
 ] 

ASF subversion and git services commented on QPID-5277:
---

Commit 1538626 from [~gsim] in branch 'qpid/trunk'
[ https://svn.apache.org/r1538626 ]

QPID-5277: support for generic add, del and list

> Add ability create, delete and list objects of arbitrary types
> --
>
> Key: QPID-5277
> URL: https://issues.apache.org/jira/browse/QPID-5277
> Project: Qpid
>  Issue Type: Improvement
>  Components: Python Tools
>Affects Versions: 0.24
>Reporter: Gordon Sim
>Assignee: Gordon Sim
> Fix For: 0.25
>
>
> The qpid-config utilty currently allows queues, exchanges and bindings to be 
> created, but doesn't support other types.
> Having a generic mechanism for create, delete and list would be very useful 
> as it would mean the tool could be used for any entity types added (even if 
> optional). Specifically this would eliminate the need for the current qpidt 
> test utility in managing the various new 1.0 related entities,



--
This message was sent by Atlassian JIRA
(v6.1#6144)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org