[jboss-as7-dev] TX subsystem management use cases

Andrig Miller anmiller at redhat.com
Tue May 10 11:26:06 EDT 2011


You should probably ping Jonathan Halliday.

Andy

----- Original Message -----
> From: "Heiko Braun" <hbraun at redhat.com>
> To: "jboss-as7-dev at lists.jboss.org Development" <jboss-as7-dev at lists.jboss.org>
> Sent: Tuesday, May 10, 2011 9:07:24 AM
> Subject: [jboss-as7-dev] TX subsystem management use cases
> 
> 
> 
> 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 at 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
> 
> 
> _______________________________________________
> jboss-as7-dev mailing list
> jboss-as7-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-as7-dev
> 


More information about the jboss-as7-dev mailing list