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/06/18 15:23:02 UTC

[jira] [Resolved] (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:all-tabpanel ]

Pavel Moravec resolved QPID-5830.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 0.29

Committed as r1603448.

> [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
>             Fix For: 0.29
>
>
> 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