Uploaded image for project: 'Qpid Dispatch'
  1. Qpid Dispatch
  2. DISPATCH-2149

qdmanage update on listeners not supported NotImplementedStatus

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Not A Bug
    • 1.15.0
    • None
    • Tools
    • None

    Description

      The specs here :
      https://qpid.apache.org/releases/qpid-dispatch-1.10.0/user-guide/index.html#managing_security
      suggest that in par 7.5.4
      qdmanage update --name=LISTENER_NAME --requireSsl=yes
      is possible.
      However, I get a 
      [root@7d50244025b8 /]# qdmanage -d EdgeRouter.producer update --name=listener1 --authenticatePeer=yes
      NotImplementedStatus: Operation 'UPDATE' not implemented for 'org.apache.qpid.dispatch.listener' ['CREATE', 'DELETE', 'READ']

      My listener is there:

      { "metrics": true, "idleTimeoutSeconds": 16, "type": "org.apache.qpid.dispatch.listener", "role": "normal", "requireEncryption": false, "policyVhost": "public", "websockets": true, "messageLoggingComponents": "none", "port": "5672", "maxFrameSize": 16384, "http": false, "multiTenant": false, "initialHandshakeTimeoutSeconds": 0, "identity": "listener/0.0.0.0:5672:listener1", "cost": 1, "healthz": true, "host": "0.0.0.0", "stripAnnotations": "both", "name": "listener1", "maxSessions": 32768, "requireSsl": false, "authenticatePeer": false }

      And the config is :
      listener

      { name: listener1 host: 0.0.0.0 port: 5672 authenticatePeer: no }

      Attachments

        Activity

          People

            gmurthy Ganesh Murthy
            rolandroos Roland Roos
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: