You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Robbie Gemmell (JIRA)" <ji...@apache.org> on 2019/06/20 09:31:00 UTC

[jira] [Resolved] (PROTON-2069) Can't create queue from python

     [ https://issues.apache.org/jira/browse/PROTON-2069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell resolved PROTON-2069.
------------------------------------
    Resolution: Invalid

> Can't create queue from python
> ------------------------------
>
>                 Key: PROTON-2069
>                 URL: https://issues.apache.org/jira/browse/PROTON-2069
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: python-binding
>    Affects Versions: proton-c-0.28.0
>         Environment: Python 3.7, python-qpid-proton==0.28.0
> qpidd -v 1.39
>            Reporter: Matthias Brandt
>            Priority: Major
>
> According to the [proton c++ documentation|https://qpid.apache.org/releases/qpid-cpp-1.39.0/messaging-api/book/Message-Groups-Guide.html#idm140612067785264] one should be able to create a queue (in this case a group queue) like this:
> sender = connection.session().sender("msg-group-q;" +
>                                      " \{create:always, delete:receiver," +
>                                      " node: {x-declare: {arguments:" +
>                                      " {'qpid.group_header_key':'THE-GROUP'," +
>                                      " 'qpid.shared_msg_group':1}}}}")
>  
> Expected behaviour:
>  * A queue with the name msg-group-q is created on broker side
>  * A sender with the address msg-group-q is created on client side
> Actual behaviour:
>  * No queue is created
>  * A sender with the name of the complete string and no address is created.
> Is more information needed?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org