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

Matthias Brandt commented on PROTON-2069:
-----------------------------------------

Please excuse my mistake. Thank you for your reply.

> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to