Red Hat Training

A Red Hat training course is available for Red Hat JBoss Operations Network

3.3.12. JBoss AS 7 and EAP 6 - Deployment Service

Overview

Table 3.411. Overview

Description: 
Singleton: no
Plugin:JBossAS7

Child Resource Types

Connection Properties

Table 3.412. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

Table 3.413. Metrics

NameTypeDescriptionInternal Name
StatustraitThe current runtime status of a deployment. Possible status modes are OK, FAILED, and STOPPED. FAILED indicates a dependency is missing or a service could not start. STOPPED indicates that the deployment was manually stopped.status

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.

Configuration Properties

Table 3.414. 

NameDescriptionRequiredInternal Name
ContentList of pieces of content that comprise the deployment. yes content
EnabledBoolean indicating whether the deployment content is currently deployed in the runtime (or should be deployed in the runtime the next time the server starts.) no enabled
NameUnique identifier of the deployment. Must be unique across all deployments. no name
PersistentBoolean indicating whether the existence of the deployment should be recorded in the persistent server configuration. Only relevant to a standalone mode server. Default is 'true'. A deployment managed by a deployment scanner would have this set to 'false' to ensure the deployment is only deployed at server start if the scanner again detects the deployment. no persistent
Runtime NameName by which the deployment should be known within a server runtime. This would be equivalent to the file name of a deployment file, and would form the basis for such things as default Java Enterprise Edition application and module names. This would typically be the same as 'name', but in some cases users may wish to have two deployments with the same runtime-name (e.g. two versions of foo.war) both available in the deployment content repository, in which case the deployments would need to have distinct name; values but would have the same runtime-name. no runtime-name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Operations

Table 3.415. Metrics

NameDescription
Enable 
Disable 
Restart 

Package Types

Table 3.416. Package Types

NameCategoryDescription
FileDeployableDeployments on this server group

3.3.12.1. JBoss AS 7 and EAP 6 - Subdeployment Service

Overview

Table 3.417. Overview

Description:Runtime resources associated with a child deployment packaged inside another deployment; for example a war packaged inside an ear.
Singleton: no
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.418. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Metrics
none
Configuration Properties
none
Operations
none
Package Types
none
3.3.12.1.1. JBoss AS 7 and EAP 6 - Web Runtime Service
Overview

Table 3.419. Overview

Description:Runtime resources exposed by web components in the deployment.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.420. 

NameDescriptionRequiredInternal Name
Response Time Log Filethe full path to the log file containing response-time stats for this webapp no responseTimeLogFile
Response Time Url Excludesa space-delimited list of regular expressions specifying URLs that should be excluded from response-time stats collection no responseTimeUrlExcludes
Response Time Url Transformsa space-delimited list of Perl-style substitution expressions that should be applied to all URLs for which response-time stats are collected (e.g. |^/dept/finance/.*|/dept/finance/*|) no responseTimeUrlTransforms
Path  yes path

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Metrics

Table 3.421. Metrics

NameTypeDescriptionInternal Name
Virtual Hosttraitthe virtual host this webapp is deployed tovirtual-host
Context Roottraitthe context root of this webappcontext-root
Response Timecalltimethe minimum, maximum, and average response times for requests serviced by this webappresponseTime
Currently Active SessionsmeasurementThe number of sessions that are currently activeactive-sessions
Duplicated Session IdsmeasurementThe number of duplicated session identifiersduplicated-session-ids
Expired SessionsmeasurementThe number of expired sessionsexpired-sessions
Expired Sessions per MinutemeasurementThe number of expired sessionsexpired-sessions
Maximum Active SessionsmeasurementThe maximum number of sessions that have been activemax-active-sessions
Rejected SessionsmeasurementThe number of sessions rejectedrejected-sessions
Rejected Sessions per MinutemeasurementThe number of sessions rejectedrejected-sessions
Average Session Alive TimemeasurementThe average alive time of sessionssession-avg-alive-time
Max Session Alive TimemeasurementThe maximum alive time of sessionssession-max-alive-time
Created SessionsmeasurementThe number of sessions createdsessions-created
Created Sessions per MinutemeasurementThe number of sessions createdsessions-created

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.
Configuration Properties
none
Operations
none
Package Types
none
3.3.12.1.2. JBoss AS 7 and EAP 6 - Datasources Runtime Service
Overview

Table 3.422. Overview

Description:Runtime resources exposed by data sources included in this deployment.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.423. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Metrics
none
Configuration Properties
none
Operations
none
Package Types
none
3.3.12.1.2.1. JBoss AS 7 and EAP 6 - XA Datasource Runtime Service
Overview

Table 3.424. Overview

Description:A JDBC XA data-source configuration
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.425. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Metrics
none
Configuration Properties

Table 3.426. 

NameDescriptionRequiredInternal Name
Properties  no *2
Allocation RetryThe allocation retry element indicates the number of times that allocating a connection should be tried before throwing an exception no allocation-retry
Allocation Retry Wait MillisThe allocation retry wait millis element specifies the amount of time, in milliseconds, to wait between retrying to allocate a connection no allocation-retry-wait-millis
Background ValidationAn element to specify that connections should be validated on a background thread versus being validated prior to use. Changing this value can be done only on disabled datasource, requires a server restart otherwise. The default value is false. no background-validation
Background Validation MillisThe background-validation-millis element specifies the amount of time, in milliseconds, that background validation will run. Changing this value can be done only on disabled datasource, requires a server restart otherwise no background-validation-millis
Blocking Timeout Wait MillisThe blocking-timeout-millis element specifies the maximum time, in milliseconds, to block while waiting for a connection before throwing an exception. Note that this blocks only while waiting for locking a connection, and will never throw an exception if creating a new connection takes an inordinately long time no blocking-timeout-wait-millis
Check Valid Connection SqlSpecify an SQL statement to check validity of a pool connection. This may be called when managed connection is obtained from the pool no check-valid-connection-sql
Driver NameDefines the JDBC driver the datasource should use. It is a symbolic name matching the the name of installed driver. In case the driver is deployed as jar, the name is the name of deployment unit no driver-name
EnabledSpecifies if the datasource should be enabled no enabled
Exception Sorter Class NameAn org.jboss.jca.adapters.jdbc.ExceptionSorter that provides an isExceptionFatal(SQLException) method to validate if an exception should broadcast an error no exception-sorter-class-name
Exception Sorter PropertiesThe exception sorter properties no exception-sorter-properties
Flush StrategySpecifies how the pool should be flush in case of an error. no flush-strategy
Idle Timeout MinutesThe idle-timeout-minutes elements specifies the maximum time, in minutes, a connection may be idle before being closed. The actual maximum time depends also on the IdleRemover scan time, which is half of the smallest idle-timeout-minutes value of any pool. Changing this value can be done only on disabled datasource, requires a server restart otherwise. no idle-timeout-minutes
InterleavingAn element to enable interleaving for XA connections. The default value is false. no interleaving
Jndi NameSpecifies the JNDI name for the datasource no jndi-name
JtaEnable JTA integration. The default value is true. no jta
Max Pool SizeThe max-pool-size element specifies the maximum number of connections for a pool. No more connections will be created in each sub-pool. The default value is 20. no max-pool-size
Min Pool SizeThe min-pool-size element specifies the minimum number of connections for a pool. The default value is 0. no min-pool-size
New Connection SqlSpecifies an SQL statement to execute whenever a connection is added to the connection pool no new-connection-sql
No RecoverySpecifies if the connection pool should be excluded from recovery no no-recovery
No Tx Separate PoolOracle does not like XA connections getting used both inside and outside a JTA transaction. To workaround the problem you can create separate sub-pools for the different contexts. The default value is false. no no-tx-separate-pool
Pad XidShould the Xid be padded. The default value is false. no pad-xid
PasswordSpecifies the password used when creating a new connection no password
Pool PrefillShould the pool be prefilled. Changing this value can be done only on disabled datasource, requires a server restart otherwise. The default value is false. no pool-prefill
Pool Use Strict MinSpecifies if the min-pool-size should be considered strictly. The default value is false. no pool-use-strict-min
Prepared Statements Cache SizeThe number of prepared statements per connection in an LRU cache no prepared-statements-cache-size
Query TimeoutAny configured query timeout in seconds. If not provided no timeout will be set no query-timeout
Reauth Plugin Class NameThe fully qualified class name of the reauthentication plugin implementation no reauth-plugin-class-name
Reauth Plugin PropertiesThe properties for the reauthentication plugin no reauth-plugin-properties
Recovery PasswordThe password used for recovery no recovery-password
Recovery Plugin Class NameThe fully qualified class name of the recovery plugin implementation no recovery-plugin-class-name
Recovery Plugin PropertiesThe properties for the recovery plugin no recovery-plugin-properties
Recovery Security DomainThe security domain used for recovery no recovery-security-domain
Recovery UsernameThe user name used for recovery no recovery-username
Same Rm OverrideThe is-same-rm-override element allows one to unconditionally set whether the javax.transaction.xa.XAResource.isSameRM(XAResource) returns true or false no same-rm-override
Security DomainSpecifies the security domain which defines the javax.security.auth.Subject that are used to distinguish connections in the pool no security-domain
Set Tx Query TimeoutWhether to set the query timeout based on the time remaining until transaction timeout. Any configured query timeout will be used if there is no transaction. The default value is false. no set-tx-query-timeout
Share Prepared StatementsWhether to share prepared statements, i.e. whether asking for same statement twice without closing uses the same underlying prepared statement. The default value is false. no share-prepared-statements
SpyEnable spying of SQL statements. The default value is false. no spy
Stale Connection Checker Class NameAn org.jboss.jca.adapters.jdbc.StaleConnectionChecker that provides an isStaleConnection(SQLException) method which if it returns true will wrap the exception in an org.jboss.jca.adapters.jdbc.StaleConnectionException no stale-connection-checker-class-name
Stale Connection Checker PropertiesThe stale connection checker properties no stale-connection-checker-properties
Track StatementsWhether to check for unclosed statements when a connection is returned to the pool, result sets are closed, a statement is closed or return to the prepared statement cache. Valid values are: 'false' - do not track statements, 'true' - track statements and result sets and warn when they are not closed, 'nowarn' - track statements but do not warn about them being unclosed. The default value is 'NOWARN'. no track-statements
Transaction IsolationSet the java.sql.Connection transaction isolation level. Valid values are: TRANSACTION_READ_UNCOMMITTED, TRANSACTION_READ_COMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE and TRANSACTION_NONE no transaction-isolation
Url DelimiterSpecifies the delimeter for URLs in connection-url for HA datasources no url-delimiter
Url Selector Strategy Class NameA class that implements org.jboss.jca.adapters.jdbc.URLSelectorStrategy no url-selector-strategy-class-name
Use CcmEnable the use of a cached connection manager. The default value is true. no use-ccm
Use Fast FailWhether to fail a connection allocation on the first try if it is invalid (true) or keep trying until the pool is exhausted of all potential connections (false). The default value is false. no use-fast-fail
Use Java ContextSetting this to false will bind the datasource into global JNDI. The default value is true. no use-java-context
Use Try LockAny configured timeout for internal locks on the resource adapter objects in seconds no use-try-lock
User NameSpecify the user name used when creating a new connection no user-name
Valid Connection Checker Class NameAn org.jboss.jca.adapters.jdbc.ValidConnectionChecker that provides an isValidConnection(Connection) method to validate a connection. If an exception is returned that means the connection is invalid. This overrides the check-valid-connection-sql element no valid-connection-checker-class-name
Valid Connection Checker PropertiesThe valid connection checker properties no valid-connection-checker-properties
Validate On MatchThe validate-on-match element specifies if connection validation should be done when a connection factory attempts to match a managed connection. This is typically exclusive to the use of background validation. The default value is false. no validate-on-match
Wrap Xa ResourceShould the XAResource instances be wrapped in a org.jboss.tm.XAResourceWrapper instance. The default value is true. no wrap-xa-resource
Xa Datasource ClassThe fully qualifed name of the javax.sql.XADataSource implementation no xa-datasource-class
Xa Resource TimeoutThe value is passed to XAResource.setTransactionTimeout(), in seconds. Default is zero no xa-resource-timeout

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations

Table 3.427. Metrics

NameDescription
Subsystem:flush All Connection In PoolFlushes all connections in the pool
Subsystem:flush Idle Connection In PoolFlushes all idle connections in the pool
Subsystem:test Connection In PoolTest if a connection can be obtained
Package Types
none
3.3.12.1.2.2. JBoss AS 7 and EAP 6 - Datasource Runtime Service
Overview

Table 3.428. Overview

Description:A JDBC data-source configuration
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.429. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Metrics
none
Configuration Properties

Table 3.430. 

NameDescriptionRequiredInternal Name
Connection Property  no *1
Allocation RetryThe allocation retry element indicates the number of times that allocating a connection should be tried before throwing an exception no allocation-retry
Allocation Retry Wait MillisThe allocation retry wait millis element specifies the amount of time, in milliseconds, to wait between retrying to allocate a connection no allocation-retry-wait-millis
Background ValidationAn element to specify that connections should be validated on a background thread versus being validated prior to use. Changing this value can be done only on disabled datasource, requires a server restart otherwise. The default value is false. no background-validation
Background Validation MillisThe background-validation-millis element specifies the amount of time, in milliseconds, that background validation will run. Changing this value can be done only on disabled datasource, requires a server restart otherwise no background-validation-millis
Blocking Timeout Wait MillisThe blocking-timeout-millis element specifies the maximum time, in milliseconds, to block while waiting for a connection before throwing an exception. Note that this blocks only while waiting for locking a connection, and will never throw an exception if creating a new connection takes an inordinately long time no blocking-timeout-wait-millis
Check Valid Connection SqlSpecify an SQL statement to check validity of a pool connection. This may be called when managed connection is obtained from the pool no check-valid-connection-sql
Connection UrlThe JDBC driver connection URL no connection-url
Datasource ClassThe fully qualifed name of the JDBC datasource class no datasource-class
Driver ClassThe fully qualifed name of the JDBC driver class no driver-class
Driver NameDefines the JDBC driver the datasource should use. It is a symbolic name matching the the name of installed driver. In case the driver is deployed as jar, the name is the name of deployment unit no driver-name
EnabledSpecifies if the datasource should be enabled no enabled
Exception Sorter Class NameAn org.jboss.jca.adapters.jdbc.ExceptionSorter that provides an isExceptionFatal(SQLException) method to validate if an exception should broadcast an error no exception-sorter-class-name
Exception Sorter PropertiesThe exception sorter properties no exception-sorter-properties
Flush StrategySpecifies how the pool should be flush in case of an error. no flush-strategy
Idle Timeout MinutesThe idle-timeout-minutes elements specifies the maximum time, in minutes, a connection may be idle before being closed. The actual maximum time depends also on the IdleRemover scan time, which is half of the smallest idle-timeout-minutes value of any pool. Changing this value can be done only on disabled datasource, requires a server restart otherwise. no idle-timeout-minutes
Jndi NameSpecifies the JNDI name for the datasource no jndi-name
JtaEnable JTA integration. The default value is true. no jta
Max Pool SizeThe max-pool-size element specifies the maximum number of connections for a pool. No more connections will be created in each sub-pool. The default value is 20. no max-pool-size
Min Pool SizeThe min-pool-size element specifies the minimum number of connections for a pool. The default value is 0. no min-pool-size
New Connection SqlSpecifies an SQL statement to execute whenever a connection is added to the connection pool no new-connection-sql
PasswordSpecifies the password used when creating a new connection no password
Pool PrefillShould the pool be prefilled. Changing this value can be done only on disabled datasource, requires a server restart otherwise. The default value is false. no pool-prefill
Pool Use Strict MinSpecifies if the min-pool-size should be considered strictly. The default value is false. no pool-use-strict-min
Prepared Statements Cache SizeThe number of prepared statements per connection in an LRU cache no prepared-statements-cache-size
Query TimeoutAny configured query timeout in seconds. If not provided no timeout will be set no query-timeout
Reauth Plugin Class NameThe fully qualified class name of the reauthentication plugin implementation no reauth-plugin-class-name
Reauth Plugin PropertiesThe properties for the reauthentication plugin no reauth-plugin-properties
Security DomainSpecifies the security domain which defines the javax.security.auth.Subject that are used to distinguish connections in the pool no security-domain
Set Tx Query TimeoutWhether to set the query timeout based on the time remaining until transaction timeout. Any configured query timeout will be used if there is no transaction. The default value is false. no set-tx-query-timeout
Share Prepared StatementsWhether to share prepared statements, i.e. whether asking for same statement twice without closing uses the same underlying prepared statement. The default value is false. no share-prepared-statements
SpyEnable spying of SQL statements. The default value is false. no spy
Stale Connection Checker Class NameAn org.jboss.jca.adapters.jdbc.StaleConnectionChecker that provides an isStaleConnection(SQLException) method which if it returns true will wrap the exception in an org.jboss.jca.adapters.jdbc.StaleConnectionException no stale-connection-checker-class-name
Stale Connection Checker PropertiesThe stale connection checker properties no stale-connection-checker-properties
Track StatementsWhether to check for unclosed statements when a connection is returned to the pool, result sets are closed, a statement is closed or return to the prepared statement cache. Valid values are: 'false' - do not track statements, 'true' - track statements and result sets and warn when they are not closed, 'nowarn' - track statements but do not warn about them being unclosed. The default value is 'NOWARN'. no track-statements
Transaction IsolationSet the java.sql.Connection transaction isolation level. Valid values are: TRANSACTION_READ_UNCOMMITTED, TRANSACTION_READ_COMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE and TRANSACTION_NONE no transaction-isolation
Url DelimiterSpecifies the delimeter for URLs in connection-url for HA datasources no url-delimiter
Url Selector Strategy Class NameA class that implements org.jboss.jca.adapters.jdbc.URLSelectorStrategy no url-selector-strategy-class-name
Use CcmEnable the use of a cached connection manager. The default value is true. no use-ccm
Use Fast FailWhether to fail a connection allocation on the first try if it is invalid (true) or keep trying until the pool is exhausted of all potential connections (false). The default value is false. no use-fast-fail
Use Java ContextSetting this to false will bind the datasource into global JNDI. The default value is true. no use-java-context
Use Try LockAny configured timeout for internal locks on the resource adapter objects in seconds no use-try-lock
User NameSpecify the user name used when creating a new connection no user-name
Valid Connection Checker Class NameAn org.jboss.jca.adapters.jdbc.ValidConnectionChecker that provides an isValidConnection(Connection) method to validate a connection. If an exception is returned that means the connection is invalid. This overrides the check-valid-connection-sql element no valid-connection-checker-class-name
Valid Connection Checker PropertiesThe valid connection checker properties no valid-connection-checker-properties
Validate On MatchThe validate-on-match element specifies if connection validation should be done when a connection factory attempts to match a managed connection. This is typically exclusive to the use of background validation. The default value is false. no validate-on-match

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations

Table 3.431. Metrics

NameDescription
Subsystem:flush All Connection In PoolFlushes all connections in the pool
Subsystem:flush Idle Connection In PoolFlushes all idle connections in the pool
Subsystem:test Connection In PoolTest if a connection can be obtained
Package Types
none
3.3.12.1.3. JBoss AS 7 and EAP 6 - Messaging Runtime Service
Overview

Table 3.432. Overview

Description:Runtime resources exposed by messaging resources included in this deployment.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.433. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Metrics
none
Configuration Properties
none
Operations
none
Package Types
none
3.3.12.1.3.1. JBoss AS 7 and EAP 6 - HornetQ Server Runtime Service
Overview

Table 3.434. Overview

Description:A HornetQ server instance.
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.435. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Metrics

Table 3.436. Metrics

NameTypeDescriptionInternal Name
StartedtraitWhether this server is started.started
VersiontraitThe server's version.version

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.
Configuration Properties

Table 3.437. 

NameDescriptionRequiredInternal Name
Allow FailbackWhether this server will automatically shutdown if the original live server comes back up. The default value is true. no allow-failback
Async Connection Execution EnabledWhether incoming packets on the server should be handed off to a thread from the thread pool for processing. False if they should be handled on the remoting thread. The default value is true. no async-connection-execution-enabled
BackupWhether this server is a backup server. The default value is false. no backup
Cluster PasswordThe password used by cluster connections to communicate between the clustered nodes. The default value is CHANGE ME!!. no cluster-password
Cluster UserThe user used by cluster connections to communicate between the clustered nodes. The default value is HORNETQ.CLUSTER.ADMIN.USER. no cluster-user
ClusteredWhether the server is clustered. The default value is false. no clustered
Connection Ttl OverrideIf set, this will override how long (in ms) to keep a connection alive without receiving a ping. The default value is -1. no connection-ttl-override
Create Bindings DirWhether the server should create the bindings directory on start up. The default value is true. no create-bindings-dir
Create Journal DirWhether the server should create the journal directory on start up. The default value is true. no create-journal-dir
Failback DelayHow long to wait before failback occurs on live server restart. The default value is 5000. no failback-delay
Failover On ShutdownWhether this backup server (if it is a backup server) should come live on a normal server shutdown. The default value is false. no failover-on-shutdown
Id Cache SizeThe size of the cache for pre-creating message IDs. The default value is 2000. no id-cache-size
Jmx DomainThe JMX domain used to register internal HornetQ MBeans in the MBeanServer. The default value is org.hornetq. no jmx-domain
Jmx Management EnabledWhether HornetQ should expose its internal management API via JMX. This is not recommended, as accessing these MBeans can lead to inconsistent configuration. The default value is false. no jmx-management-enabled
Journal Buffer SizeThe size of the internal buffer on the journal. no journal-buffer-size
Journal Buffer TimeoutThe timeout (in nanoseconds) used to flush internal buffers on the journal. no journal-buffer-timeout
Journal Compact Min FilesThe minimal number of journal data files before we can start compacting. The default value is 10. no journal-compact-min-files
Journal Compact PercentageThe percentage of live data on which we consider compacting the journal. The default value is 30. no journal-compact-percentage
Journal File SizeThe size (in bytes) of each journal file. The default value is 10485760. no journal-file-size
Journal Max IoThe maximum number of write requests that can be in the AIO queue at any one time. no journal-max-io
Journal Min FilesHow many journal files to pre-create. The default value is 2. no journal-min-files
Journal Sync Non TransactionalWhether to wait for non transaction data to be synced to the journal before returning a response to the client. The default value is true. no journal-sync-non-transactional
Journal Sync TransactionalWhether to wait for transaction data to be synchronized to the journal before returning a response to the client. The default value is true. no journal-sync-transactional
Journal TypeThe type of journal to use. The default value is ASYNCIO. no journal-type
Live Connector RefThe name of the connector used to connect to the live connector. If this server is not a backup that uses shared nothing HA, it's value is 'undefined'. no live-connector-ref
Log Journal Write RateWhether to periodically log the journal's write rate and flush rate. The default value is false. no log-journal-write-rate
Management AddressAddress to send management messages to. The default value is jms.queue.hornetq.management. no management-address
Management Notification AddressThe name of the address that consumers bind to to receive management notifications. The default value is hornetq.notifications. no management-notification-address
Memory Measure IntervalFrequency to sample JVM memory in ms (or -1 to disable memory sampling). The default value is -1. no memory-measure-interval:expr
Memory Warning ThresholdPercentage of available memory which if exceeded results in a warning log. The default value is 25. no memory-warning-threshold:expr
Message Counter EnabledWhether message counters are enabled. The default value is false. no message-counter-enabled
Message Counter Max Day HistoryHow many days to keep message counter history. The default value is 10. no message-counter-max-day-history
Message Counter Sample PeriodThe sample period (in ms) to use for message counters. The default value is 10000. no message-counter-sample-period
Message Expiry Scan PeriodHow often (in ms) to scan for expired messages. The default value is 30000. no message-expiry-scan-period
Message Expiry Thread PriorityThe priority of the thread expiring messages. The default value is 3. no message-expiry-thread-priority
Page Max Concurrent IoThe maximum number of concurrent reads allowed on paging. The default value is 5. no page-max-concurrent-io
Perf Blast PagesTODO. The default value is -1. no perf-blast-pages
Persist Delivery Count Before DeliveryWhether the delivery count is persisted before delivery. False means that this only happens after a message has been cancelled. The default value is false. no persist-delivery-count-before-delivery
Persist Id CacheWhether IDs are persisted to the journal. The default value is true. no persist-id-cache
Persistence EnabledWhether the server will use the file based journal for persistence. The default value is true. no persistence-enabled
Remoting InterceptorsThe list of interceptor classes used by this server. no remoting-interceptors:nullable
Run Sync Speed TestWhether on startup to perform a diagnostic test on how fast your disk can sync. Useful when determining performance issues. The default value is false. no run-sync-speed-test
Scheduled Thread Pool Max SizeThe number of threads that the main scheduled thread pool has. The default value is 5. no scheduled-thread-pool-max-size:expr
Security DomainThe security domain to use to verify user and role information. The default value is other. no security-domain
Security EnabledWhether security is enabled. The default value is true. no security-enabled
Security Invalidation IntervalHow long (in ms) to wait before invalidating the security cache. The default value is 10000. no security-invalidation-interval
Server Dump IntervalHow often to dump basic runtime information to the server log. A value less than 1 disables this feature. The default value is -1. no server-dump-interval
Shared StoreWhether this server is using a shared store for failover. The default value is true. no shared-store
Thread Pool Max SizeThe number of threads that the main thread pool has. -1 means no limit. The default value is 30. no thread-pool-max-size:expr
Transaction TimeoutHow long (in ms) before a transaction can be removed from the resource manager after create time. The default value is 300000. no transaction-timeout
Transaction Timeout Scan PeriodHow often (in ms) to scan for timeout transactions. The default value is 1000. no transaction-timeout-scan-period
Wild Card Routing EnabledWhether the server supports wild card routing. The default value is true. no wild-card-routing-enabled

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations

Table 3.438. Metrics

NameDescription
Close Connections for AddressCloses all the connections of clients connected to this server whose remote address contains the specified IP address. Returns true if any connections were closed, false otherwise.
Commit Prepared TransactionHeuristically commits a prepared transaction.
Force FailoverForce the messaging server to stop and notify clients to failover.
Get Address Settings as JSONReturns the address settings as a JSON string for an address match. The returned String is a JSON string containing an array of address settings details.
Get Connectors as JSONReturns the connectors configured for this server using JSON serialization.
Get Last Sent Message IDReturns the ID of the last message sent from the given session to the given address.
Get Session Creation TimeGets the session's creation time. Returns the creation time, represented as a string showing the number of milliseconds since the epoch.
List All Consumers as JSONLists all the consumers.
List Connection IDsLists the IDs of all the connections connected to this server.
List Connections as JSONList all JMS connections.
List Consumers as JSONLists all the consumers which belongs to the JMS Connection specified by the connection-id.
List Heuristic Committed TransactionsLists transactions which have been heuristically committed. Returns a list of strings. The Strings are Base-64 representation of the transaction XID.
List Heuristic Rolled Back TransactionsLists transactions which have been heuristically rolled back. Returns a list of strings. The Strings are Base-64 representation of the transaction XID.
List Prepared Transaction Details as HTMLList all the prepared transaction, sorted by date, oldest first, with details, in HTML format.
List Prepared Transaction Details as JSONList all the prepared transaction, sorted by date, oldest first, with details, in JSON format.
List Prepared Transaction JMS Details as HTMLList all the prepared transactions, sorted by date, oldest first, with details in JMS, in HTML format
List Prepared Transaction JMS details as JSONList all the prepared transactions, sorted by date, oldest first, with details in JMS format, in JSON format
List Prepared TransactionsList all the prepared transaction, sorted by date, oldest first. Returns a list of strings. The Strings are Base-64 representation of the transaction XID and can be used to heuristically commit or rollback the transactions.
List Producers Info as JSONFor all sessions, lists information about message producers using JSON serialization.
List Remote AddressesLists the addresses of all the clients connected to the given address. If an ip-address argument is supplied, only those clients whose remote address string includes the given ip-address string will be returned.
List SessionsLists all the sessions IDs for the specified connection ID.
List Sessions as JSONLists all the sessions IDs for the specified connection ID. The returned String is a JSON string containing an array of session ids.
List Target DestinationsLists all addresses to which the designated session has sent messages. The returned String is a JSON string containing an array of address names.
Reset All Message Counter HistoriesReset all message counters history.
Reset All Message CountersReset all message counters.
Rollback Prepared TransactionHeuristically rolls back a prepared transaction. Returns true if the transaction was successfully rolled back, false otherwise.
Package Types
none
3.3.12.1.3.1.1. JBoss AS 7 and EAP 6 - JMS Queue Runtime Service
Overview

Table 3.439. Overview

Description:Defines a JMS queue.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.440. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Metrics

Table 3.441. Metrics

NameTypeDescriptionInternal Name
Consumer CountmeasurementThe number of consumers consuming messages from this queue.consumer-count
Dead Letter AddresstraitThe address to send dead messages to.dead-letter-address
Delivering CountmeasurementThe number of messages that this queue is currently delivering to its consumers.delivering-count
DurabletraitWhether the queue is durable or not. The default value is true.durable
Expiry AddresstraitThe address to send expired messages to.expiry-address
Message CountmeasurementThe number of messages currently in this queue.message-count
Messages AddedmeasurementThe number of messages added to this queue since it was created.messages-added
PausedtraitWhether the queue is paused.paused
Queue AddresstraitThe queue address defines what address is used for routing messages.queue-address
Scheduled CountmeasurementThe number of scheduled messages in this queue.scheduled-count
SelectortraitThe queue selector.selector
TemporarytraitWhether the queue is temporary.temporary

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.
Configuration Properties

Table 3.442. 

NameDescriptionRequiredInternal Name
EntriesThe jndi names the queue will be bound to. no entries

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations

Table 3.443. Metrics

NameDescription
Change Message PriorityChange the priority of the message corresponding to the given message-id. Returns true if the message was expired, false otherwise.
Change Messages PriorityChange the priority of the messages corresponding to the given filter. Returns the number of removed messages.
Count MessagesReturns the number of the messages in the queue matching the given filter.
Expire MessageExpire the message corresponding to the given message-id. Returns true if the message was expired, false otherwise.
Expire MessagesExpire the messages matching the given filter.
List Consumers as JSONA string in JSON format.
List Message Counter as HTMLList the message counter as a string in HTML format.
List Message Counter as JSONList the message counter as a string in JSON format.
List Message Counter History as HTMLList the message counter history.
List Message Counter History as JSONList the message counter history as a string in JSON format.
List MessagesList all messages in the queue that match the filter
List Messages as JSONList all messages in the queue that match the filter and return them as a string in JSON format.
Move MessageMove the message corresponding to the given message-id to another queue
Move MessagesMove the messages corresponding to the given filter to another queue.
PausePause the queue.
Remove MessageRemove the message corresponding to the given message-id.
Remove MessagesRemove messages matching the given filter from the destination.
Reset Message CounterReset the message counters.
ResumeResume the queue.
Send Message to Dead Letter AddressSend the message corresponding to the given message-id to this queue's Dead Letter Address.
Send Messages to Dead Letter AddressSend the messages corresponding to the given filter to this queue's Dead Letter Address.
Package Types
none
3.3.12.1.3.1.2. JBoss AS 7 and EAP 6 - JMS Topic Runtime Service
Overview

Table 3.444. Overview

Description:Defines a JMS queue.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.445. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Metrics

Table 3.446. Metrics

NameTypeDescriptionInternal Name
Delivering CountmeasurementThe number of messages that this queue is currently delivering to its consumers.delivering-count
Durable Message CountmeasurementThe number of messages for all durable subscribers for this topic.durable-message-count
Durable Subscription CountmeasurementThe number of durable subscribers for this topic.durable-subscription-count
Message CountmeasurementThe number of messages currently in this queue.message-count
Messages AddedmeasurementThe number of messages added to this queue since it was created.messages-added
Non Durable Message CountmeasurementThe number of messages for all non-durable subscribers for this topic.non-durable-message-count
Non Durable Subscription CountmeasurementThe number of non-durable subscribers for this topic.non-durable-subscription-count
Subscription CountmeasurementThe number of (durable and non-durable) subscribers for this topic.subscription-count
TemporarytraitWhether the topic is temporary.temporary
Topic AddresstraitThe address the topic points to.topic-address

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.
Configuration Properties

Table 3.447. 

NameDescriptionRequiredInternal Name
JNDI NamesThe jndi names the queue will be bound to. no entries

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations

Table 3.448. Metrics

NameDescription
Count Messages for SubscriptionCount the number of messages matching the filter for the given subscription.
Drop All SubscriptionsDrop all subscriptions from this topic.
Drop Durable SubscriptionDrop a durable subscription
List All SubscriptionsList all subscriptions.
List All Subscriptions as JSONList all subscriptions as a string in JSON format.
List Durable SubscriptionsList only the durable subscriptions.
List Durable Subscriptions as JSONList only the durable subscriptions, as a string in JSON format.
List Messages for SubscriptionList all the messages for the given subscription.
List Messages for Subscription as JSONList all the messages for the given subscription as a string in JSON format.
List Non-Durable SubscriptionsList only the non-durable subscriptions.
List Non-Durable Subscriptions as JSONList only the non-durable subscriptions, as a string in JSON format.
Remove MessagesRemove messages matching the given filter from the destination.
Package Types
none
3.3.12.1.4. JBoss AS 7 and EAP 6 - EJB3 Runtime Service
Overview

Table 3.449. Overview

Description:Runtime resources exposed by EJBs components included in this deployment.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.450. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Metrics
none
Configuration Properties
none
Operations
none
Package Types
none
3.3.12.1.4.1. JBoss AS 7 and EAP 6 - Message Driven Bean Runtime Service
Overview

Table 3.451. Overview

Description:Bean component included in the deployment.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.452. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Metrics

Table 3.453. Metrics

NameTypeDescriptionInternal Name
Pool Available CountmeasurementThe number of available (i.e. not in use) instances in the pool.pool-available-count
Pool Create CountmeasurementThe number of bean instances that have been created.pool-create-count
Pool Current SizemeasurementThe current size of the pool.pool-current-size
Pool Max SizemeasurementThe maximum size of the pool.pool-max-size
Pool Remove CountmeasurementThe number of bean instances that have been removed.pool-remove-count
Peak concurrent invocationsmeasurementPeak concurrent invocations.peak-concurrent-invocations
InvocationsmeasurementNumber of invocations processed.invocations
Invocations per MinutemeasurementNumber of invocations processed.invocations
Wait TimemeasurementTime spent waiting to obtain an instance.wait-time
Execution TimemeasurementTime spent within a bean methodexecution-time
Execution Time per MinutemeasurementTime spent within a bean methodexecution-time
Method Execution TimecalltimeThe execution times of individual methods on a bean. Note that you need to enable statistics at server level in the ejb3 subsystem__calltime:execution-time

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.
Configuration Properties

Table 3.454. 

NameDescriptionRequiredInternal Name
Component Class NameThe component's class name. no component-class-name
Declared RolesThe roles declared (via @DeclareRoles) on this EJB component. yes declared-roles
Run As RoleThe run-as role (if any) for this EJB component. no run-as-role
Security DomainThe security domain for this EJB component. no security-domain
TimersEJB timers associated with the component. yes timers

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.12.1.4.2. JBoss AS 7 and EAP 6 - Singleton Bean Runtime Service
Overview

Table 3.455. Overview

Description:Singleton bean component included in the deployment.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.456. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Metrics

Table 3.457. Metrics

NameTypeDescriptionInternal Name
Peak concurrent invocationsmeasurementPeak concurrent invocations.peak-concurrent-invocations
InvocationsmeasurementNumber of invocations processed.invocations
Invocations per MinutemeasurementNumber of invocations processed.invocations
Wait TimemeasurementTime spent waiting to obtain an instance.wait-time
Execution TimemeasurementTime spent within a bean methodexecution-time
Execution Time per MinutemeasurementTime spent within a bean methodexecution-time
Method Execution TimecalltimeThe execution times of individual methods on a bean. Note that you need to enable statistics at server level in the ejb3 subsystem__calltime:execution-time

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.
Configuration Properties

Table 3.458. 

NameDescriptionRequiredInternal Name
Component Class NameThe component's class name. no component-class-name
Declared RolesThe roles declared (via @DeclareRoles) on this EJB component. yes declared-roles
Run As RoleThe run-as role (if any) for this EJB component. no run-as-role
Security DomainThe security domain for this EJB component. no security-domain
TimersEJB timers associated with the component. yes timers

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.12.1.4.3. JBoss AS 7 and EAP 6 - Stateless Session Bean Runtime Service
Overview

Table 3.459. Overview

Description:Stateless session bean component included in the deployment.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.460. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Metrics

Table 3.461. Metrics

NameTypeDescriptionInternal Name
Pool Available CountmeasurementThe number of available (i.e. not in use) instances in the pool.pool-available-count
Pool Create CountmeasurementThe number of bean instances that have been created.pool-create-count
Pool Current SizemeasurementThe current size of the pool.pool-current-size
Pool Max SizemeasurementThe maximum size of the pool.pool-max-size
Pool Remove CountmeasurementThe number of bean instances that have been removed.pool-remove-count
Peak concurrent invocationsmeasurementPeak concurrent invocations.peak-concurrent-invocations
InvocationsmeasurementNumber of invocations processed.invocations
Invocations per MinutemeasurementNumber of invocations processed.invocations
Wait TimemeasurementTime spent waiting to obtain an instance.wait-time
Execution TimemeasurementTime spent within a bean methodexecution-time
Execution Time per MinutemeasurementTime spent within a bean methodexecution-time
Method Execution TimecalltimeThe execution times of individual methods on a bean. Note that you need to enable statistics at server level in the ejb3 subsystem__calltime:execution-time

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.
Configuration Properties

Table 3.462. 

NameDescriptionRequiredInternal Name
Component Class NameThe component's class name. no component-class-name
Declared RolesThe roles declared (via @DeclareRoles) on this EJB component. yes declared-roles
Run As RoleThe run-as role (if any) for this EJB component. no run-as-role
Security DomainThe security domain for this EJB component. no security-domain
TimersEJB timers associated with the component. yes timers

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.12.1.4.4. JBoss AS 7 and EAP 6 - Entity Bean Runtime Service
Overview

Table 3.463. Overview

Description:Entity bean component included in the deployment.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.464. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Metrics

Table 3.465. Metrics

NameTypeDescriptionInternal Name
Pool Available CountmeasurementThe number of available (i.e. not in use) instances in the pool.pool-available-count
Pool Create CountmeasurementThe number of bean instances that have been created.pool-create-count
Pool Current SizemeasurementThe current size of the pool.pool-current-size
Pool Max SizemeasurementThe maximum size of the pool.pool-max-size
Pool Remove CountmeasurementThe number of bean instances that have been removed.pool-remove-count
Peak concurrent invocationsmeasurementPeak concurrent invocations.peak-concurrent-invocations
InvocationsmeasurementNumber of invocations processed.invocations
Invocations per MinutemeasurementNumber of invocations processed.invocations
Wait TimemeasurementTime spent waiting to obtain an instance.wait-time
Execution TimemeasurementTime spent within a bean methodexecution-time
Execution Time per MinutemeasurementTime spent within a bean methodexecution-time
Method Execution TimecalltimeThe execution times of individual methods on a bean. Note that you need to enable statistics at server level in the ejb3 subsystem__calltime:execution-time

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.
Configuration Properties

Table 3.466. 

NameDescriptionRequiredInternal Name
Component Class NameThe component's class name. no component-class-name
Declared RolesThe roles declared (via @DeclareRoles) on this EJB component. yes declared-roles
Run As RoleThe run-as role (if any) for this EJB component. no run-as-role
Security DomainThe security domain for this EJB component. no security-domain

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.12.1.4.5. JBoss AS 7 and EAP 6 - Stateful Session Bean Runtime Service
Overview

Table 3.467. Overview

Description:Stateful session bean component included in the deployment.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.468. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Metrics

Table 3.469. Metrics

NameTypeDescriptionInternal Name
Peak concurrent invocationsmeasurementPeak concurrent invocations.peak-concurrent-invocations
InvocationsmeasurementNumber of invocations processed.invocations
Invocations per MinutemeasurementNumber of invocations processed.invocations
Wait TimemeasurementTime spent waiting to obtain an instance.wait-time
Execution TimemeasurementTime spent within a bean methodexecution-time
Execution Time per MinutemeasurementTime spent within a bean methodexecution-time
Method Execution TimecalltimeThe execution times of individual methods on a bean. Note that you need to enable statistics at server level in the ejb3 subsystem__calltime:execution-time

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.
Configuration Properties

Table 3.470. 

NameDescriptionRequiredInternal Name
Component Class NameThe component's class name. no component-class-name
Declared RolesThe roles declared (via @DeclareRoles) on this EJB component. yes declared-roles
Run As RoleThe run-as role (if any) for this EJB component. no run-as-role
Security DomainThe security domain for this EJB component. no security-domain

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.12.1.5. JBoss AS 7 and EAP 6 - Webservices Runtime Service
Overview

Table 3.471. Overview

Description:Runtime resources exposed by web service components in the deployment.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.472. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Metrics
none
Configuration Properties
none
Operations
none
Package Types
none
3.3.12.1.5.1. JBoss AS 7 and EAP 6 - Endpoint Runtime Service
Overview

Table 3.473. Overview

Description:Webservice endpoint.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.474. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Metrics

Table 3.475. Metrics

NameTypeDescriptionInternal Name
Average Processing TimemeasurementAverage endpoint processing time.average-processing-time
Fault CountmeasurementCount of faults the endpoint generated.fault-count
Max Processing TimemeasurementMaximal endpoint processing time.max-processing-time
Min Processing TimemeasurementMinimal endpoint processing time.min-processing-time
Request CountmeasurementCount of requests the endpoint processed.request-count
Response CountmeasurementCount of responses the endpoint generated.response-count
Total Processing TimemeasurementTotal endpoint processing time.total-processing-time

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.
Configuration Properties

Table 3.476. 

NameDescriptionRequiredInternal Name
ClassWebservice endpoint class. no class
ContextWebservice endpoint context. no context
NameWebservice endpoint name. no name
TypeWebservice endpoint type. no type
Wsdl UrlWebservice endpoint WSDL URL. no wsdl-url

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.12.1.6. JBoss AS 7 and EAP 6 - JPA Runtime Service
Overview

Table 3.477. Overview

Description:The configuration of the JPA subsystem.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.478. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Metrics
none
Configuration Properties
none
Operations
none
Package Types
none
3.3.12.1.6.1. JBoss AS 7 and EAP 6 - Hibernate Persistence Unit Service
Overview

Table 3.479. Overview

Description:Runtime information about JPA use in the deployment.
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.480. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Metrics

Table 3.481. Metrics

NameTypeDescriptionInternal Name
Close Statement CountmeasurementNumber of released prepared statements.close-statement-count
Close Statement Count per MinutemeasurementNumber of released prepared statements.close-statement-count
Collection Fetch CountmeasurementNumber of collections fetched.collection-fetch-count
Collection Fetch Count per MinutemeasurementNumber of collections fetched.collection-fetch-count
Collection Load CountmeasurementNumber of collections loaded.collection-load-count
Collection Load Count per MinutemeasurementNumber of collections loaded.collection-load-count
Collection Recreated CountmeasurementNumber of collections recreated.collection-recreated-count
Collection Recreated Count per MinutemeasurementNumber of collections recreated.collection-recreated-count
Collection Remove CountmeasurementNumber of collections removed.collection-remove-count
Collection Remove Count per MinutemeasurementNumber of collections removed.collection-remove-count
Collection Update CountmeasurementNumber of collections updated.collection-update-count
Collection Update Count per MinutemeasurementNumber of collections updated.collection-update-count
Completed Transaction CountmeasurementNumber of completed transactions.completed-transaction-count
Completed Transaction Count per MinutemeasurementNumber of completed transactions.completed-transaction-count
Connect CountmeasurementGet the number of connections asked for by the sessions.connect-count
Connect Count per MinutemeasurementGet the number of connections asked for by the sessions.connect-count
Entity Delete CountmeasurementGet number of entity deletes.entity-delete-count
Entity Delete Count per MinutemeasurementGet number of entity deletes.entity-delete-count
Entity Fetch CountmeasurementGet number of entity fetches.entity-fetch-count
Entity Fetch Count per MinutemeasurementGet number of entity fetches.entity-fetch-count
Entity Insert CountmeasurementGet number of entity inserts.entity-insert-count
Entity Insert Count per MinutemeasurementGet number of entity inserts.entity-insert-count
Entity Load CountmeasurementGet number of entity loads.entity-load-count
Entity Load Count per MinutemeasurementGet number of entity loads.entity-load-count
Entity Update CountmeasurementGet number of entity updates.entity-update-count
Entity Update Count per MinutemeasurementGet number of entity updates.entity-update-count
Flush CountmeasurementGet the number of flushes executed by sessions (either implicit or explicit).flush-count
Flush Count per MinutemeasurementGet the number of flushes executed by sessions (either implicit or explicit).flush-count
Optimistic Failure CountmeasurementNumber of optimistic lock exceptions.optimistic-failure-count
Optimistic Failure Count per MinutemeasurementNumber of optimistic lock exceptions.optimistic-failure-count
Prepared Statement CountmeasurementNumber of acquired prepared statements.prepared-statement-count
Prepared Statement Count per MinutemeasurementNumber of acquired prepared statements.prepared-statement-count
Query Cache Hit CountmeasurementGet the number of cached queries successfully retrieved from cache.query-cache-hit-count
Query Cache Hit Count per MinutemeasurementGet the number of cached queries successfully retrieved from cache.query-cache-hit-count
Query Cache Miss CountmeasurementGet the number of cached queries not found in cache.query-cache-miss-count
Query Cache Miss Count per MinutemeasurementGet the number of cached queries not found in cache.query-cache-miss-count
Query Cache Put CountmeasurementGet the number of cacheable queries put in cache.query-cache-put-count
Query Cache Put Count per MinutemeasurementGet the number of cacheable queries put in cache.query-cache-put-count
Query Execution CountmeasurementGet number of executed queries.query-execution-count
Query Execution Count per MinutemeasurementGet number of executed queries.query-execution-count
Query Execution Max TimemeasurementGet the time in milliseconds of the slowest query.query-execution-max-time
Query Execution Max Time Query StringtraitGet the query string for the slowest query.query-execution-max-time-query-string
Second Level Cache Hit CountmeasurementNumber of cacheable entities/collections successfully retrieved from the cache.second-level-cache-hit-count
Second Level Cache Hit Count per MinutemeasurementNumber of cacheable entities/collections successfully retrieved from the cache.second-level-cache-hit-count
Second Level Cache Miss CountmeasurementNumber of cacheable entities/collections not found in the cache and loaded.second-level-cache-miss-count
Second Level Cache Miss Count per MinutemeasurementNumber of cacheable entities/collections not found in the cache and loaded.second-level-cache-miss-count
Second Level Cache Put CountmeasurementNumber of cacheable entities/collections put in the cache.second-level-cache-put-count
Second Level Cache Put Count per MinutemeasurementNumber of cacheable entities/collections put in the cache.second-level-cache-put-count
Session Close CountmeasurementNumber of sessions closed.session-close-count
Session Close Count per MinutemeasurementNumber of sessions closed.session-close-count
Session Open CountmeasurementNumber of sessions opened.session-open-count
Session Open Count per MinutemeasurementNumber of sessions opened.session-open-count
Successful Transaction CountmeasurementNumber of successful transactions.successful-transaction-count
Successful Transaction Count per MinutemeasurementNumber of successful transactions.successful-transaction-count

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.
Configuration Properties

Table 3.482. 

NameDescriptionRequiredInternal Name
EnabledDetermine if statistics are enabled. no enabled

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations

Table 3.483. Metrics

NameDescription
Subsystem:clearClear statistics.
Subsystem:evict AllEvict all entities from second level cache.
Subsystem:summaryLog the statistics.
Package Types
none
3.3.12.1.6.1.1. JBoss AS 7 and EAP 6 - Entity Cache Service
Overview

Table 3.484. Overview

Description:Statistics for a Hibernate Second Level Cache region.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.485. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Metrics

Table 3.486. Metrics

NameTypeDescriptionInternal Name
Element Count In MemorymeasurementNumber of cacheable entities/collections currently stored in memory.element-count-in-memory
Hit CountmeasurementNumber of cacheable entities/collections successfully retrieved from the cache.hit-count
Miss CountmeasurementNumber of cacheable entities/collections not found in the cache and loaded.miss-count
Put CountmeasurementNumber of cacheable entities/collections put in the cache.put-count

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.
Configuration Properties
none
Operations
none
Package Types
none
3.3.12.1.6.1.2. JBoss AS 7 and EAP 6 - Query Cache Service
Overview

Table 3.487. Overview

Description:Statistics for individual queries.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.488. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Metrics

Table 3.489. Metrics

NameTypeDescriptionInternal Name
Query Cache Hit CountmeasurementGet the number of times query was retrieved from cache.query-cache-hit-count
Query Cache Hit Count per MinutemeasurementGet the number of times query was retrieved from cache.query-cache-hit-count
Query Cache Miss CountmeasurementGet the number of times query was not found in cache.query-cache-miss-count
Query Cache Miss Count per MinutemeasurementGet the number of times query was not found in cache.query-cache-miss-count
Query Cache Put CountmeasurementGet the number of times query was put in cache.query-cache-put-count
Query Cache Put Count per MinutemeasurementGet the number of times query was put in cache.query-cache-put-count
Query Execution Average TimemeasurementGet the average time in milliseconds of the query.query-execution-average-time
Query Execution CountmeasurementGet number of times query has been executed.query-execution-count
Query Execution Count per MinutemeasurementGet number of times query has been executed.query-execution-count
Query Execution Max TimemeasurementGet the time in milliseconds of the query.query-execution-max-time
Query Execution Min TimemeasurementGet the minimum time in milliseconds of the query.query-execution-min-time
Query Execution Row CountmeasurementGet number of rows returned from executions of query.query-execution-row-count
Query Execution Row Count per MinutemeasurementGet number of rows returned from executions of query.query-execution-row-count
Query NametraitQuery name.query-name

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.
Configuration Properties
none
Operations
none
Package Types
none
3.3.12.1.6.1.3. JBoss AS 7 and EAP 6 - Entity Service
Overview

Table 3.490. Overview

Description:Statistics for individual entities.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.491. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Metrics

Table 3.492. Metrics

NameTypeDescriptionInternal Name
Entity Delete CountmeasurementGet number of entity deletes.entity-delete-count
Entity Delete Count per MinutemeasurementGet number of entity deletes.entity-delete-count
Entity Fetch CountmeasurementGet number of entity fetches.entity-fetch-count
Entity Fetch Count per MinutemeasurementGet number of entity fetches.entity-fetch-count
Entity Insert CountmeasurementGet number of entity inserts.entity-insert-count
Entity Insert Count per MinutemeasurementGet number of entity inserts.entity-insert-count
Entity Load CountmeasurementGet number of entity loads.entity-load-count
Entity Load Count per MinutemeasurementGet number of entity loads.entity-load-count
Entity Update CountmeasurementGet number of entity updates.entity-update-count
Entity Update Count per MinutemeasurementGet number of entity updates.entity-update-count
Optimistic Failure CountmeasurementNumber of optimistic lock exceptions.optimistic-failure-count
Optimistic Failure Count per MinutemeasurementNumber of optimistic lock exceptions.optimistic-failure-count

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.
Configuration Properties
none
Operations
none
Package Types
none
3.3.12.1.6.1.4. JBoss AS 7 and EAP 6 - Collection Service
Overview

Table 3.493. Overview

Description:Statistics for individual collections.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.494. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Metrics

Table 3.495. Metrics

NameTypeDescriptionInternal Name
Collection Fetch CountmeasurementNumber of times collection was fetched.collection-fetch-count
Collection Fetch Count per MinutemeasurementNumber of times collection was fetched.collection-fetch-count
Collection Load CountmeasurementNumber of times collection was loaded.collection-load-count
Collection Load Count per MinutemeasurementNumber of times collection was loaded.collection-load-count
Collection Recreated CountmeasurementNumber of times collection was recreated.collection-recreated-count
Collection Recreated Count per MinutemeasurementNumber of times collection was recreated.collection-recreated-count
Collection Remove CountmeasurementNumber of times collection was removed.collection-remove-count
Collection Remove Count per MinutemeasurementNumber of times collection was removed.collection-remove-count
Collection Update CountmeasurementNumber of times collection was updated.collection-update-count
Collection Update Count per MinutemeasurementNumber of times collection was updated.collection-update-count

Note

You must use the internal name to reference Traits in Dynamic Group Definition expressions.
Configuration Properties
none
Operations
none
Package Types
none