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/03/04 15:51:25 UTC

[jira] [Commented] (QPID-5597) [C++ client] Topic subscriptions should not ignore auto-delete x-declare flag

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

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

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

QPID-5597: [C++ client] Topic subscriptions should not ignore auto-delete x-declare flag

> [C++ client] Topic subscriptions should not ignore auto-delete x-declare flag
> -----------------------------------------------------------------------------
>
>                 Key: QPID-5597
>                 URL: https://issues.apache.org/jira/browse/QPID-5597
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Client
>    Affects Versions: 0.24
>            Reporter: Pavel Moravec
>            Assignee: Pavel Moravec
>            Priority: Trivial
>
> Description of problem:
> As Python client allows, C++ client should also take into account auto-delete x-declare option when declaring topic subscription.
> Version-Release number of selected component (if applicable):
> 0.24 (and current upstream)
> How reproducible:
> 100%
> Steps to Reproduce:
> qpid-receive -a "amq.direct/#; {link: {x-declare:{'auto-delete':False}}}" -m 1 --print-content=no -f &
> qpid-stat -q | egrep '(queue|=|direct)'
> Actual results:
>   queue                                            dur  autoDel  excl  msg   msgIn  msgOut  bytes  bytesIn  bytesOut  cons  bind
>   ================================================================================================================================
>   amq.direct_19c89381-ace4-4871-85d6-c87f4462999a       Y        Y        0     0      0       0      0        0         1     2
> (see the auxiliary subscription queue is auto-delete, despite we set it otherwise)
> Expected results:
> (non-auto-delete queue created)
> 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