[jboss-jira] [JBoss JIRA] (WFLY-2570) hornetq-server runtime operations are not listed in domain mode

Jeff Mesnil (JIRA) jira-events at lists.jboss.org
Mon Nov 25 10:19:06 EST 2013


Jeff Mesnil created WFLY-2570:
---------------------------------

             Summary: hornetq-server runtime operations are not listed in domain mode
                 Key: WFLY-2570
                 URL: https://issues.jboss.org/browse/WFLY-2570
             Project: WildFly
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: JMS
    Affects Versions: 8.0.0.Beta1
            Reporter: Jeff Mesnil
            Assignee: Jeff Mesnil
             Fix For: 8.0.0.CR1


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

{noformat}
[domain at 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"
    ]
}
{noformat}

but the operations can actually be executed. For example:

{noformat}

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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list