You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/06/18 15:21:02 UTC

[jira] [Commented] (QPID-5830) [Python client] Unable to create bindings on already existing broker objects using addressing

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

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

Commit 1603448 from [~pmoravec] in branch 'qpid/trunk'
[ https://svn.apache.org/r1603448 ]

QPID-5830: [Python client] Unable to create bindings on already existing broker objects using addressing

> [Python client] Unable to create bindings on already existing broker objects using addressing
> ---------------------------------------------------------------------------------------------
>
>                 Key: QPID-5830
>                 URL: https://issues.apache.org/jira/browse/QPID-5830
>             Project: Qpid
>          Issue Type: Bug
>          Components: Python Client
>    Affects Versions: 0.28
>            Reporter: Pavel Moravec
>            Assignee: Pavel Moravec
>            Priority: Trivial
>
> Description of problem:
> It is not possible to create binding on already existing exchanges/queues
> C++ client behaviour is correct and can be used as model.
> Version-Release number of selected component (if applicable):
> python-qpid-0.10-1.el6.noarch
> How reproducible:
> 100%
> Steps to Reproduce:
> 1. drain "q;{create: always,node:{type: queue}}"
> 2. spout "'amq.direct'/key;{ create: always, node: { type: topic, x-bindings: [{ exchange:'amq.direct', queue: 'q', key: 'key' }]}}"
> 3. qpid-config -b queues
> 4. the binding is not present
> NOTICE: If non-existing exchange instead of amq.direct is used , the binding is successfully created  
> Actual results:
> The binding is not created if the node already exists.
> Expected results:
> The binding is created even if the object already exists.
> Additional info:



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