Pavel Moravec created QPID-5830:
-----------------------------------
Summary: [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: [email protected]
For additional commands, e-mail: [email protected]