Uploaded image for project: 'Qpid Proton'
  1. Qpid Proton
  2. PROTON-2069

Can't create queue from python

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Invalid
    • proton-c-0.28.0
    • None
    • python-binding
    • None
    • Python 3.7, python-qpid-proton==0.28.0
      qpidd -v 1.39

    Description

      According to the proton c++ documentation 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?

      Attachments

        Activity

          People

            Unassigned Unassigned
            Brandt Matthias Brandt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: