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

[Messenger] messenger has no ability to dynamically create queues/topics on qpidd

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • proton-0.5
    • proton-0.6
    • proton-c
    • None

    Description

      The current QPID client addressing syntax provides a way to create and delete queue/topic resource on the qpidd broker "in band". For example:

      $ QPID_LOAD_MODULE=amqpc.so ./spout --connection-options "

      {protocol:amqp1.0}

      " "TestQ;{create:always,node:{type:queue}}"
      $ qpid-stat -q
      Queues
      queue dur autoDel excl msg msgIn msgOut bytes bytesIn bytesOut cons bind
      ============================================================================
      <...>
      TestQ 1 1 0 65 65 0 0 1

      This capability is not available when using the Messenger API.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              kgiusti Ken Giusti
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: