Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-2570

hornetq-server runtime operations are not listed in domain mode

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 8.0.0.CR1
    • 8.0.0.Beta1
    • JMS
    • None

      The runtime operations on the messaging's hornetq-server resources are not listed in domain mode:

      [domain@localhost:9990 /] /host=master/server=server-one/subsystem=messaging/hornetq-server=default:read-operation-names
      {
          "outcome" => "success",
          "result" => [
              "read-attribute",
              "read-children-names",
              "read-children-resources",
              "read-children-types",
              "read-operation-description",
              "read-operation-names",
              "read-resource",
              "read-resource-description",
              "undefine-attribute",
              "write-attribute"
          ]
      }
      

      but the operations can actually be executed. For example:

      [domain@localhost:9990 /] /host=master/server=server-one/subsystem=messaging/hornetq-server=default:list-prepared-transactions()
      }
      {domain@localhost:9990 /]
          "outcome" => "success",
          "result" => []
      }
      

              jmesnil1@redhat.com Jeff Mesnil
              jmesnil1@redhat.com Jeff Mesnil
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: