Skip to content

Instantly share code, notes, and snippets.

@maeste
Created March 15, 2011 13:59
Show Gist options
  • Select an option

  • Save maeste/870742 to your computer and use it in GitHub Desktop.

Select an option

Save maeste/870742 to your computer and use it in GitHub Desktop.
/profile=default/subsystem=transactions:read-resource
{
"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}
},
"compensating-operation" => undefined
}
@kabir
Copy link
Copy Markdown

kabir commented Mar 15, 2011

/] /profile=default/subsystem=transactions:read-resource-description(recursive=1)
{
"outcome" => "success",
"result" => {
"description" => "The configuration of the transactions subsystem.",
"head-comment-allowed" => true,
"tail-comment-allowed" => true,
"namespace" => "urn:jboss:domain:transactions:1.0",
"attributes" => {
"core-environment" => {
"description" => "The core environment configuration.",
"type" => OBJECT,
"required" => true,
"value-type" => {
"node-identifier" => {
"description" => "Used to set the node identifier on the core environment.",
"type" => STRING,
"default" => 1,
"required" => false
},
"socket-binding" => {
"description" => "Used to reference the correct socket binding to use for the socket process id.",
"type" => STRING,
"min-length" => 1,
"required" => true
}
},
"access-type" => "read-only",
"storage" => "configuration"
},
"recovery-environment" => {
"description" => "The recovery environment configuration.",
"type" => OBJECT,
"required" => true,
"value-type" => {
"socket-binding" => {
"description" => "Used to reference the correct socket binding to use for the recovery environment.",
"type" => STRING,
"min-length" => 1,
"required" => true
},
"status-socket-binding" => {
"description" => "Used to reference the correct socket binding to use for the transaction status manager.",
"type" => STRING,
"min-length" => 1,
"required" => true
}
},
"access-type" => "read-only",
"storage" => "configuration"
},
"coordinator-environment" => {
"description" => "The coordinator environment configuration.",
"type" => OBJECT,
"required" => false,
"value-type" => {"enable-statistics" => {
"description" => "Whether statistics should be enabled.",
"type" => BOOLEAN,
"required" => false,
"default" => true
}},
"access-type" => "read-only",
"storage" => "configuration"
}
}
},
"compensating-operation" => undefined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment