-
Bug
-
Resolution: Done
-
Major
-
8.0.0.Beta1
-
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" => []
}