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/16 10:10:01 UTC

[jira] [Commented] (QPID-5823) Python client should create a node with name starting '#'

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

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

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

QPID-5823: Python client should create a node with name starting '\#'

> Python client should create a node with name starting '#'
> ---------------------------------------------------------
>
>                 Key: QPID-5823
>                 URL: https://issues.apache.org/jira/browse/QPID-5823
>             Project: Qpid
>          Issue Type: Bug
>          Components: Python Client
>    Affects Versions: 0.26
>            Reporter: Pavel Moravec
>            Assignee: Pavel Moravec
>            Priority: Minor
>              Labels: easyfix
>
> Description of problem:
> When the node name in the address string starts with '#' character the node shall be created (and removed on link close) due to consistency with C++ client. Using python client the desired node is NOT created. Please see additional info for details.  
> Version-Release number of selected component (if applicable):
> any (incl. 0.28)
> How reproducible:
> 100%
> Steps to Reproduce:
> 1. ./drain.py '#q'
> 2. no such queue exception
> Actual results:
> When the node name starts with '#' character the node is NOT created
> Expected results:
> When the node name starts with '#' character the node is created and removed after the link is closed
> Additional info:
> python client:
> # ./drain.py '#q'
> Traceback (most recent call last):
> ...
> qpid.messaging.exceptions.NotFound: no such queue: c2cd1162-d0a1-42c4-8f78-fe27aaf8cfea#q
> C++ client:
> # ./drain -t 1 "#q" & qpid-config queues; sleep 1; qpid-config queues
> [1] 28029
> Queue Name                                Attributes
> =================================================================
> 441d5b59-4f9f-4eb5-9a34-fe81b0f8efab:0.0  auto-del excl 
> ea0b1fd1-ee6f-440f-82bd-016b049822db#q    auto-del excl 
> [1]+  Done                    ./qc2_drain -t 1 "#q"
> Queue Name                                Attributes
> =================================================================
> 78abdff1-c255-441d-98d1-3277fe4cbc17:0.0  auto-del excl



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