Can anyone shed some light on the management op's for the transaction subsystem?
The attribute names indicate more sophisticated features, like statistics.
I would need to know how to work with this data in order expose reasonable functionality
through the web UI.
[domain@localhost:9999 /]
/profile=default/subsystem=transactions:read-resource(recursive=true)
{
"outcome" => "success",
"result" => {
"core-environment" => {
"socket-binding" => "txn-socket-process-id",
"node-identifier" => undefined
},
"recovery-environment" => {
"socket-binding" => "txn-recovery-environment",
"status-socket-binding" => "txn-status-manager"
},
"coordinator-environment" => {
"enable-statistics" => undefined,
"default-timeout" => undefined
},
"object-store" => {
"relative-to" => undefined,
"path" => undefined
}
},
"compensating-operation" => undefined
}
Ike