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

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

Matthias Brandt created PROTON-2069:
---------------------------------------

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


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