Red Hat Training

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

3.3. Red Hat JBoss Enterprise Application Platform 6.x (EAP 6) and JBoss Application Server 7.x Plugin

Table 3.247. Basic Details

Internal Name:JBossAS7
Description:provides monitoring and management of JBossAS 7.x and JBoss EAP/JDG 6.x
Version:4.4.0

Top-Level Resource Types

3.3.1. JBossAS7 - Standalone Server

Overview

Table 3.248. Overview

Description:Standalone AS7 server
Singleton: no
Plugin:JBossAS7

Note

The server can be started, restarted, or stopped via the Start, Restart, and Shutdown operations. The Start and Restart operations start the server by executing the server start script, typically standalone.sh on UNIX or standalone.bat on Windows. The following connection settings can be used to configure the start script execution: * Start Script - the absolute path of the start script (e.g. "/opt/jboss-as-7.1.1.Final/bin/standalone.sh") * Start Script Prefix - a prefix command line to be prepended to the start script command line (e.g. "nohup sudo -u jboss -g jboss") * Start Script Arguments - arguments to be passed to the start script (e.g. "--server-config=standalone-full-ha.xml") * Start Script Environment - environment variables to be set in the start script's environment (e.g. "JAVA_HOME=/usr/java/jdk1.6.0_30") These settings are automatically initialized by the JBossAS7 plugin discovery code to match the currently running server process' command line and environment. The settings are not used by the Stop operation, since it stops the server via the management interface, not via a script. For more detailed descriptions of the settings, see the Connection Settings section below.

Child Resource Types

Autodiscovery Process Scans

Table 3.249. Metrics

NameQuery
StandaloneASprocess|basename|match=^java.*,arg|org.jboss.as.standalone|match=.*

Connection Properties

Table 3.250. 

NameDescriptionRequiredInternal Name
Start Script PathThe path to the script that the Start and Restart operations should use to start the server. If the path is not absolute, it is resolved relative to the server home directory (e.g. "bin/standalone.sh", "bin/domain.sh"). no startScript
Start Script PrefixA prefix command line that should be prepended to the start script command line by the Start and Restart operations; the prefix command must be an absolute path (e.g. "/usr/bin/sudo"). This property is most commonly used to run the AS7 process as a different user than the RHQ Agent (e.g. "sudo -u jboss -g jboss" could be used to run AS7 as user "jboss" and group "jboss". It is also possible to chain prefix commands (e.g. "nohup sudo -u jboss" could be used to make AS7 ignore HUP signals and to run as user "jboss"). no startScriptPrefix
Start Script Environment VariablesThe variables that the Start and Restart operations will add to the environment of the server start script. Each name=value pair should be on a new line. Variable values should *not* be enclosed in quotes (e.g. PATH=/usr/bin:/bin). On UNIX systems, the typical minimum set of environment variables is: PATH=/usr/bin:/bin . And on Windows the typical minimum set is: PATH=C:\Windows\System32;C:\Windows , OS=Windows_NT , SYSTEMROOT=C:\Windows . In addition, it is good practice to set JAVA_HOME to the absolute path of the install directory of the JRE or JDK you wish to use to run the AS7 instance. However, if JAVA_HOME is not specified, the start script will attempt to find java in the PATH. There is currently a 2000 character limit for this value. no startScriptEnv
Start Script ArgumentsThe arguments that the Start and Restart operations will pass to the server start script. Each argument should be on a new line - for example: --server-config=standalone-ha-full.xml. As an exception, the value of a space-delimited option can optionally be on the same line as the option - for example: -c standalone-ha-full.xml. There is currently a 2000 character limit for this value. no startScriptArgs
Additional JAVA_OPTSProperty used to make persistent changes to JAVA_OPTS. !!!WARNING!!! Feature available only if standard configuration file is used (standalone.conf or standalone.conf.bat). Please do not update the configuration file manually after setting this property. If value not set then configuration specific values are used. Value not set does not imply that configuration file does not set JAVA_OPTS, it simply means that the value was not set via RHQ. !!!WARNING!!! Value will be persisted to standalone.conf or standalone.conf.bat config file (OS dependent). Use this option to make the JAVA_OPTS configuration available for restarts outside of RHQ. The value (e.g.: -Xms512M -Xmx1024M) will be persisted in the configuration file. To remove any modifications done to the config file unset this property. The server requires restart for these changes to take effect. no javaOptsAdditional
Native HostNative management API host yes nativeHost
Native PortNative management API port yes nativePort
Native Local AuthenticationSpecifies if the local authentication should be used to interact with the EAP CLI (this includes bundle:handover feature, EAP patching and CLI operations). If this is set to "Yes", User and Password supplied above are NOT going to be passed to jboss-cli binary and plugin relies on local authentication. no nativeLocalAuth
Log Event Sources  yes logEventSources
Trust StrategyDefines the trust strategy to use when reading the server certificate:
  • Standard: standard verification using a truststore
  • Trust Self-signed: trust self-signed certificates (certification chain size equals to 1)
  • Trust Any: trust any server certificate
yes trustStrategy
Hostname VerificationDefines the hostname verification logic:
  • Strict: The hostname must match either the first CN, or any of the Subject Alternatives. A wildcard can occur in the CN, and in any of the Subject Alternatives.
  • Browser-compatible: same as Strict, except that it allows nested subdomains validation with wildcards.
  • Skip: no hostname verification
yes hostnameVerification
TruststorePath to a truststore file. If undefined, the JVM default truststore is used. no truststore
Truststore TypeTruststore file format (required when the Truststore property is set). All certified JVMs support jks (Java KeyStore) or pkcs12 formats. no truststoreType
Truststore PasswordPassword protecting the truststore file. no truststorePassword
Client Certificate Authentication  yes clientcertAuthentication
KeystorePath to a keystore file. Required when Client Certificate Authentication is on. no keystore
Keystore TypeKeystore file format (required when the Keystore property is set). All certified JVMs support jks (Java KeyStore) or pkcs12 formats. no keystoreType
Keystore PasswordPassword protecting the keystore file. no keystorePassword
Key PasswordPassword protecting the secret key in the keystore file. no keyPassword
Hostname  yes hostname
Port  yes port
SecureEncrypted transport indicator yes secure
UserManagement user for a secured AS no user
PasswordPassword for the management user no password
Management Connection TimeoutMaximum time in milliseconds to keep alive an idle management connection. Zero and negative values will disable connection persistence. Defaults to 5000 ms. no managementConnectionTimeout
Home DirectoryRoot directory of the server installation no homeDir
Base DirectoryBase directory for server content no baseDir
Configuration DirectoryBase configuration directory no configDir
Log Directorythe directory where log files will be written for this server no logDir
Product TypeServer product type (e.g. AS or EAP) no productType
Supports PatchingWhether this EAP server supports patching. This should be automatically deduced by the agent. It is highly recommended to leave this with the discovered value. However, you will need to manually update this value if you manually upgrade your server from a version that does not support patching to a version that does. yes supportsPatching

Note

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

Metrics

Table 3.251. Metrics

NameTypeDescriptionInternal Name
Number of management requestsmeasurementNumber of requests sent to the controller_internal:mgmtRequests
Number of management requests per MinutemeasurementNumber of requests sent to the controller_internal:mgmtRequests
Time used for management requestsmeasurementTotal time for requests_internal:requestTime
Time used for management requests per MinutemeasurementTotal time for requests_internal:requestTime
Maximum request timemeasurementMax time for a request since last metric get_internal:maxTime
Server StatetraitDetailed server stateserver-state
Server Code NametraitServer Code Name_skm:release-codename
Server VersiontraitServer Version_skm:release-version
Product NametraitProduct Name_skm:product-name
Product VersiontraitProduct Version_skm:product-version
Server Start TimetraitServer Start TimestartTime
JGroups Multicast Addresstraitthe host and port used by JGroups for multicastmulticastAddress
Server Config FiletraitThe name of the server configuration file this server is usingconfig-file
Deploy DirectorytraitThe deployment directory for file based bundles (usually 'standalone/deployments')deployDir
Temporary DirectorytraitThe temporary directory (usually 'standalone/tmp'). May serve as deployment directory for handover only bundles'temp-dir
Active PatchestraitThe comma-separated list of patches that are currently applied to the server. The first entry is always the cumulative patch, followed by 0 or more one-off patches.active-patches

Note

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

Configuration Properties

Table 3.252. 

NameDescriptionRequiredInternal Name
Properties  no *2
PathThe standard paths provided by the system include: jboss.home - the root directory of the JBoss AS distribution; user.home - user's home directory; user.dir - user's current working directory; java.home - java installation directory; jboss.server.base.dir - root directory for an individual server instance; jboss.server.data.dir - directory the server will use for persistent data file storage; jboss.server.log.dir - directory the server will use for log file storage; jboss.server.tmp.dir - directory the server will use for temporary file storage; jboss.domain.servers.dir - directory under which a host controller will create the working area for individual server instances no *3
Installed extensions  no *1
Base DirThe base directory for JBoss Application Server. yes base-dir
Config DirThe directory where the configurations are stored. yes config-dir
Config FileThe configuration file used to launch JBoss Application Server. yes config-file
Content DirThe directory where user content (e.g. deployments) that is managed by the server is stored. yes content-dir
Data DirThe data directory. yes data-dir
Deploy DirDeprecated variant of 'content-dir'. yes deploy-dir
Ext DirsA list of ext directories. yes ext-dirs
Home DirThe home directory for JBoss Application Server. yes home-dir
Host NameThe host name. yes host-name
Initial Running ModeThe current running mode of the server. Either LIVE (normal operations) or ADMIN_ONLY. An ADMIN_ONLY server will start any configured management interfaces and accept management requests, but will not start services used for handling end user requests. yes initial-running-mode
Launch TypeThe type of the running server. yes launch-type
Log DirThe directory where log files are sent. yes log-dir
Modules DirThe directory where modules are found. yes modules-dir
Node NameThe name of the server node. yes node-name
Qualified Host NameThe qualified host name. yes qualified-host-name
Server NameThe name of the server. yes server-name
Temp DirThe temporary directory. yes temp-dir

Note

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

Operations

Table 3.253. Metrics

NameDescription
ReloadMake the server re-load the (changed) configuration. To load a different startup config use 'restart'
StartStart the server by invoking its start script
RestartRestart the server by shutting it down and invoking its start script
ShutdownShut down the server.
Install RHQ userInstalls a user in the server for management
Execute CLI commandsExecutes command via jboss-cli
Execute CLI scriptExecutes script via jboss-cli
Setup CLISetup jboss-cli.xml configuration file based on pluginConfiguration properties. Note that jboss-cli.xml was introduced in EAP 6.2 and this operation will fail for previous versions.

Package Types

none

3.3.1.1. JBossAS7 - ModCluster Standalone Service

Overview

Table 3.254. Overview

Description:Mod_cluster support
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.255. 

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

Table 3.256. Metrics

NameDescription
Add ProxyAdd the proxy to the list of httpd connected to the node.
List ProxiesRead the list of httpd connected to the node.
Read Proxies ConfigurationSend a DUMP to httpd and display the result.
Read Proxies InfoSend a INFO to httpd and display the result.
RefreshRefresh the node sending a new CONFIG message to Apache httpd.
Remove ProxyRemove the proxy to the list of httpd connected to the node.
ResetReset the node connection to Apache httpd.
Package Types
none
3.3.1.1.1. JBossAS7 - Service Configuration Service
Overview

Table 3.257. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.258. 

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.259. 

NameDescriptionRequiredInternal Name
Proxy ListList of proxies, Format (hostname:port) separated with commas. no proxy-list
Proxy UrlBase URL for MCMP requests. no proxy-url
Advertise SocketName of Socket binding to use for the Advertise socket. no advertise-socket
AdvertiseUse Advertise logic or not. no advertise
Advertise Security KeyString containing the security key for the Advertise logic. no advertise-security-key
BalancerThe balancer name. no balancer
ConnectorName of the web connector used to communicate with the load balancer. yes connector
Load Balancing GrouploadBalancingGroup name. no load-balancing-group
Excluded ContextsList of contexts mod_cluster should ignore, Format String separated with commas. no excluded-contexts
Auto Enable ContextsEnable contexts even if disabled in mod_cluster_manger (httpd). no auto-enable-contexts
Sticky SessionUse sticky sessions for requests. no sticky-session
Sticky Session RemoveRemove session information on failover. no sticky-session-remove
Sticky Session ForceDon't failover a request with session information. no sticky-session-force
Worker TimeoutTimeout to wait in httpd for an available worker to process the requests. no worker-timeout
Max AttemptsMax attempts to process an idempotent request. no max-attempts
Flush PacketsEnables/disables packet flushing in httpd. no flush-packets
Flush WaitTime to wait before flushing packets in httpd. no flush-wait
PingTime (in seconds) in which to wait for a pong answer to a ping. no ping
SmaxSoft maximum idle connection count in httpd no smax
TtlTime to live (in seconds) for idle connections above smax no ttl
Node TimeoutTimeout (in seconds) for proxy connections to a node. no node-timeout
Stop Context TimeoutMax time to wait for context to process pending requests. no stop-context-timeout
Socket TimeoutTimeout to wait for httpd to answer a MCMP message. no socket-timeout

Note

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

Table 3.260. Metrics

NameDescription
Add Custom MetricAdd new custom metric to the load balancer provider.
Add MetricAdd new metric to the load balancer provider.
Remove Custom MetricRemove a custom metric from the load balancer provider.
Remove MetricAdd new metric to the load balancer provider.
Package Types
none
3.3.1.1.1.1. JBossAS7 - Dynamic Load Provider Service
Overview

Table 3.261. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.262. 

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.263. 

NameDescriptionRequiredInternal Name
DecayDecay. The default value is 2. no decay
HistoryHistory. The default value is 9. no history

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.1.1.1.1. JBossAS7 - Custom Load Metric Service
Overview

Table 3.264. Overview

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

Table 3.265. 

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.266. 

NameDescriptionRequiredInternal Name
CapacityCapacity of the metric. The default value is 1 no capacity
ClassClass name of the custom metric. yes class
WeightWeight of the metric. The default value is 1. no weight

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.1.1.1.2. JBossAS7 - Load Metric Service
Overview

Table 3.267. Overview

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

Table 3.268. 

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.269. 

NameDescriptionRequiredInternal Name
CapacityCapacity of the metric. The default value is 1. no capacity
TypeType of the metric yes type
WeightWeight of the metric. The default value is 1. no weight

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.1.1.2. JBossAS7 - Ssl Service
Overview

Table 3.270. Overview

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

Table 3.271. 

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.272. 

NameDescriptionRequiredInternal Name
Ca Certificate FileCertificate authority. no ca-certificate-file
Ca Revocation UrCertificate authority revocation list. no ca-revocation-ur
Certificate Key FileKey file for the certificate. no certificate-key-file
Cipher SuiteThe allowed cipher suite. no cipher-suite
Key AliasThe key alias. no key-alias
PasswordPassword. no password
ProtocolThe SSL protocols that are enabled. no protocol

Note

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

3.3.1.2. JBossAS7 - JVM Service

Overview

Table 3.273. Overview

Description:Information about the underlying JVM
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.274. 

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.1.2.1. JBossAS7 - Operating System Service
Overview

Table 3.275. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.276. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.277. Metrics

NameTypeDescriptionInternal Name
Available ProcessorsmeasurementThe number of processors available to the Java virtual machine.available-processors
System Load AveragemeasurementThe system load average for the last minute. The load average may not be available on some platforms; if the load average is not available, a negative value is returned.system-load-average

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.1.2.2. JBossAS7 - Memory Service
Overview

Table 3.278. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.279. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.280. Metrics

NameTypeDescriptionInternal Name
Object Pending Finalization CountmeasurementThe approximate number of objects for which finalization is pending.object-pending-finalization-count
Initial heap usagemeasurementThe amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management.heap-memory-usage:init
Used heapmeasurementThe amount of used memory in bytes.heap-memory-usage:used
Committed heapmeasurementThe amount of memory in bytes that is committed for the Java virtual machine to use.heap-memory-usage:committed
Maximum heap usagemeasurementThe maximum amount of memory in bytes that can be used for memory management.heap-memory-usage:max
Initial non-heap usagemeasurementThe amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management.non-heap-memory-usage:init
Used non-heap memorymeasurementThe amount of used memory in bytes.non-heap-memory-usage:used
Committed non-heap memorymeasurementThe amount of memory in bytes that is committed for the Java virtual machine to use.non-heap-memory-usage:committed
Maximum non-heap usagemeasurementThe maximum amount of memory in bytes that can be used for memory management.non-heap-memory-usage:max

Note

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

Table 3.281. Metrics

NameDescription
Trigger GCRuns the garbage collector.
Package Types
none
3.3.1.2.3. JBossAS7 - Runtime Service
Overview

Table 3.282. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.283. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.284. Metrics

NameTypeDescriptionInternal Name
UptimemeasurementThe uptime of the Java virtual machine in milliseconds.uptime

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.1.2.4. JBossAS7 - Threading Service
Overview

Table 3.285. Overview

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

Table 3.286. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.287. Metrics

NameTypeDescriptionInternal Name
Thread CountmeasurementThe current number of live threads including both daemon and non-daemon threads.thread-count
Peak Thread CountmeasurementThe peak live thread count since the Java virtual machine started or peak was reset.peak-thread-count
Total Started Thread CountmeasurementThe total number of threads created and also started since the Java virtual machine started.total-started-thread-count
Daemon Thread CountmeasurementThe current number of live daemon threads.daemon-thread-count
Current Thread Cpu TimemeasurementThe total CPU time for the current thread in nanoseconds, or -1 if 'thread-cpu-time-enabled' is 'false'. A Java virtual machine implementation may not support CPU time measurement. If 'thread-cpu-time-supported', is 'false' undefined.current-thread-cpu-time
Current Thread User TimemeasurementThe CPU time that the current thread has executed in user mode in nanoseconds, or -1 if 'thread-cpu-time-enabled' is 'false'. A Java virtual machine implementation may not support CPU time measurement. If 'thread-cpu-time-supported', is 'false' the result will be undefined current-thread-user-time

Note

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

Table 3.288. 

NameDescriptionRequiredInternal Name
Thread Contention Monitoring EnabledWhether thread contention monitoring is enabled. no thread-contention-monitoring-enabled
Thread Cpu Time EnabledWhether thread CPU time measurement is enabled. no thread-cpu-time-enabled
Thread Contention Monitoring SupportedWhether the Java virtual machine supports thread contention monitoring. no thread-contention-monitoring-supported
Thread Cpu Time SupportedWhether the Java virtual machine implementation supports CPU time measurement for any thread. no thread-cpu-time-supported
Current Thread Cpu Time SupportedWhether the Java virtual machine supports CPU time measurement for the current thread. no current-thread-cpu-time-supported
Object Monitor Usage SupportedWhether the Java virtual machine supports monitoring of object monitor usage. no object-monitor-usage-supported
Synchronizer Usage SupportedWhether the Java virtual machine supports monitoring of ownable synchronizer usage. no synchronizer-usage-supported

Note

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

Table 3.289. Metrics

NameDescription
Dump All ThreadsReturns the thread info for all live threads with stack trace and synchronization information.
Find Deadlocked ThreadsFinds cycles of threads that are in deadlock waiting to acquire object monitors or ownable synchronizers.
Find Monitor Deadlocked ThreadsFinds cycles of threads that are in deadlock waiting to acquire object monitors.
Get Thread Cpu TimeReturns the total CPU time for a thread of the specified ID in nanoseconds.
Get Thread InfoReturns the thread info for a thread of the specified id. The stack trace, locked monitors, and locked synchronizers in the returned reply object will be empty.
Get Thread InfosReturns the thread info for each thread whose ID is in the input list.
Get Thread User TimeReturns the CPU time that a thread of the specified ID has executed in user mode in nanoseconds.
Reset Peak Thread CountResets the peak thread count to the current number of live threads.
Get All thread idsGet all live thread IDs. If a security manager is installed and the caller does not have ManagementPermission('monitor'), the result will be undefined.
Package Types
none
3.3.1.2.5. JBossAS7 - Garbage Collector Service
Overview

Table 3.290. Overview

Description:Parent resource for the resources providing the management interface for the garbage collection of the Java virtual machine.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.291. 

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.1.2.5.1. JBossAS7 - Garbage Collector Resource Service
Overview

Table 3.292. Overview

Description:The management interface for one of the garbage collectors in the Java virtual machine.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.293. 

NameDescriptionRequiredInternal Name
Path  yes path
Include Runtime  yes includeRuntime

Note

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

Table 3.294. Metrics

NameTypeDescriptionInternal Name
Collection CountmeasurementThe total number of collections that have occurred.collection-count
Collection Count per MinutemeasurementThe total number of collections that have occurred.collection-count
Collection TimemeasurementThe approximate accumulated collection elapsed time in milliseconds.collection-time
Collection Time per MinutemeasurementThe approximate accumulated collection elapsed time in milliseconds.collection-time
NametraitThe name representing this garbage collectorname
ValidtraitWhether this this memory manager is valid in the Java virtual machine.valid

Note

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

Table 3.295. 

NameDescriptionRequiredInternal Name
Memory Pool NamesThe name of memory pools that this garbage collector manages. yes memory-pool-names

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.2.6. JBossAS7 - Memory Pool Service
Overview

Table 3.296. Overview

Description:Parent resource for the resources providing the management interface for the Java virtual machine's memory pools.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.297. 

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.1.2.6.1. JBossAS7 - Memory Pool Resource Service
Overview

Table 3.298. Overview

Description:The management interface for a memory pool. A memory pool represents the memory resource managed by the Java virtual machine and is managed by one or more memory managers.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.299. 

NameDescriptionRequiredInternal Name
Path  yes path
Include Runtime  yes includeRuntime

Note

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

Table 3.300. Metrics

NameTypeDescriptionInternal Name
Collection Usage - InitmeasurementThe amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management.collection-usage:init
Collection Usage - UsedmeasurementThe amount of used memory in bytes.collection-usage:used
Collection Usage - CommittedmeasurementThe amount of memory in bytes that is committed for the Java virtual machine to use.collection-usage:committed
Collection Usage - MaxmeasurementThe maximum amount of memory in bytes that can be used for memory management.collection-usage:max
Collection Usage Threshold CountmeasurementThe number of times that the Java virtual machine has detected that the memory usage has reached or exceeded the collection usage threshold. A memory pool may not support a collection usage threshold. If 'collection-usage-threshold-supported', is 'false' trying to read this attribute via the 'read-attribute' operation will result in failure, and the value of this attribute in the result of a 'read-resource' operation will be 'undefined'.collection-usage-threshold-count
Collection Usage Threshold ExceededtraitWhether the memory usage of this memory pool after the most recent collection on which the Java virtual machine has expended effort has reached or exceeded its collection usage threshold. A memory pool may not support a collection usage threshold. If 'collection-usage-threshold-supported', is 'false' trying to read this attribute via the 'read-attribute' operation will result in failure, and the value of this attribute in the result of a 'read-resource' operation will be 'undefined'.collection-usage-threshold-exceeded
Collection Usage Threshold SupportedtraitWhether this memory pool supports a collection usage threshold.collection-usage-threshold-supported
NametraitThe name representing this memory pool.name
Peak Usage - InitmeasurementThe amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management.peak-usage:init
Peak Usage - UsedmeasurementThe amount of used memory in bytes.peak-usage:used
Peak Usage - CommittedmeasurementThe amount of memory in bytes that is committed for the Java virtual machine to use.peak-usage:committed
Peak Usage - MaxmeasurementThe maximum amount of memory in bytes that can be used for memory management.peak-usage:max
TypetraitThe type of this memory pool.type
Usage - InitmeasurementThe amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management.usage:init
Usage - UsedmeasurementThe amount of used memory in bytes.usage:used
Usage - CommittedmeasurementThe amount of memory in bytes that is committed for the Java virtual machine to use.usage:committed
Usage - MaxmeasurementThe maximum amount of memory in bytes that can be used for memory management.usage:max
Usage Threshold CountmeasurementThe number of times that the memory usage has crossed the usage threshold. A memory pool may not support a usage threshold. If 'usage-threshold-supported', is 'false' trying to read this attribute via the 'read-attribute' operation will result in failure, and the value of this attribute in the result of a 'read-resource' operation will be 'undefined'.usage-threshold-count
Usage Threshold ExceededtraitWhether the memory usage of this memory pool reaches or exceeds its usage threshold value. A memory pool may not support a usage threshold. If 'usage-threshold-supported', is 'false' trying to read this attribute via the 'read-attribute' operation will result in failure, and the value of this attribute in the result of a 'read-resource' operation will be 'undefined'.usage-threshold-exceeded
Usage Threshold SupportedtraitWhether this memory pool supports usage threshold.usage-threshold-supported
ValidtraitWhether this memory pool is valid in the Java virtual machine. A memory pool becomes invalid once the Java virtual machine removes it from the memory system.valid

Note

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

Table 3.301. 

NameDescriptionRequiredInternal Name
Collection Usage ThresholdThe collection usage threshold value of this memory pool in bytes. A memory pool may not support a collection usage threshold. If 'collection-usage-threshold-supported', is 'false' trying to read this attribute via the 'read-attribute' operation will result in failure, and the value of this attribute in the result of a 'read-resource' operation will be 'undefined'. no collection-usage-threshold
Memory Manager NamesThe names of the memory managers that manage this memory pool. yes memory-manager-names
Usage ThresholdThe usage threshold value of this memory pool in bytes. A memory pool may not support a usage threshold. If 'usage-threshold-supported', is 'false' trying to read this attribute via the 'read-attribute' operation will result in failure, and the value of this attribute in the result of a 'read-resource' operation will be 'undefined'. no usage-threshold

Note

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

Table 3.302. Metrics

NameDescription
Reset Peak UsageResets the peak memory usage statistic of this memory pool to the current memory usage.
Package Types
none

3.3.1.3. JBossAS7 - JBossWeb Service

Overview

Table 3.303. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.304. 

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.305. 

NameDescriptionRequiredInternal Name
Disabled: 0Enable the default Servlet mapping. The default value is false. no disabled:0
File EncodingForce a file encoding. no file-encoding
ListingsEnable folder listings. The default value is false. no listings
Max DepthMaximum recursion for PROPFIND. The default value is 3. no max-depth
Read OnlyAllow write HTTP methods (PUT, DELETE). The default value is true. no read-only
SendfileEnable sendfile if possible, for files bigger than the specified byte size. The default value is 49152. no sendfile
SecretSecret for WebDAV locking operations. no secret
WebdavEnable WebDAV functionality. The default value is false. no webdav
Check IntervalCheck interval for JSP updates using a background thread. The default value is 0. no check-interval
DevelopmentEnable the development mode, which gives more information when an error occurs. The default value is false. no development
Disabled: 1Enable the JSP container. The default value is false. no disabled:1
Display Source FragmentWhen a runtime error occurs, attempts to display corresponding JSP source fragment. The default value is true. no display-source-fragment
Dump SmapWrite SMAP data to a file. The default value is false. no dump-smap
Error On Use Bean Invalid Class AttributeEnable errors when using a bad class in useBean. The default value is false. no error-on-use-bean-invalid-class-attribute
Generate Strings As Char ArraysGenerate String constants as char arrays. The default value is false. no generate-strings-as-char-arrays
Java EncodingSpecify the encoding used for Java sources. The default value is UTF8. no java-encoding
Keep GeneratedKeep the generated Servlets. The default value is true. no keep-generated
Mapped FileMap to the JSP source. The default value is true. no mapped-file
Modification Test IntervalMinimum amount of time between two tests for updates, in seconds. The default value is 4. no modification-test-interval
Recompile On FailRetry failed JSP compilations on each request. The default value is false. no recompile-on-fail
Scratch DirSpecify a different work directory. no scratch-dir
SmapEnable SMAP. The default value is true. no smap
Source VmSource VM level for compilation. The default value is 1.5. no source-vm
Tag PoolingEnable tag pooling. The default value is true. no tag-pooling
Target VmTarget VM level for compilation. The default value is 1.5. no target-vm
Trim SpacesTrim some spaces from the generated Servlet. The default value is false. no trim-spaces
X Powered ByEnable advertising the JSP engine in x-powered-by. The default value is true. no x-powered-by
Welcome FileA welcome file declaration. no welcome-file
Default Virtual ServerThe web container's default virtual server. The default value is default-host. yes default-virtual-server
Instance IdThe identifier for this server instance. no instance-id
NativeAdd the native initialization listener to the web container. The default value is true. no native

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.3.1. JBossAS7 - Connector Service
Overview

Table 3.306. Overview

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

Table 3.307. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.308. Metrics

NameTypeDescriptionInternal Name
Bytes SentmeasurementNumber of byte sent by the connector.bytesSent
Bytes Sent per MinutemeasurementNumber of byte sent by the connector.bytesSent
Bytes ReceivedmeasurementNumber of byte received by the connector (POST data).bytesReceived
Bytes Received per MinutemeasurementNumber of byte received by the connector (POST data).bytesReceived
Processing TimemeasurementProcessing time used by the connector. Im milli-seconds.processingTime
Processing Time per MinutemeasurementProcessing time used by the connector. Im milli-seconds.processingTime
Error CountmeasurementNumber of error that occurs when processing requests by the connector.errorCount
Error Count per MinutemeasurementNumber of error that occurs when processing requests by the connector.errorCount
Max TimemeasurementMax time spent to process a requests.maxTime
Request CountmeasurementNumber of the request processed by the connector.requestCount
Request Count per MinutemeasurementNumber of the request processed by the connector.requestCount
Max connectionsmeasurementNumber of max connections this connector can handle (see configuration to set it)_expr:max-connections

Note

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

Table 3.309. 

NameDescriptionRequiredInternal Name
Configuration  no *Configuration+
SchemeThe web connector scheme. yes scheme
Socket BindingThe web connector socket-binding reference, this connector should be bound to. yes socket-binding
EnabledDefines whether the connector should be started on startup. The default value is true. no enabled
Enable LookupsEnable DNS lookups for Servlet API. The default value is false. no enable-lookups
ExecutorThe name of the executor that should be used for the processing threads of this connector. If undefined defaults to using an internal pool. no executor
Max connectionsAmount of concurrent connections that can be processed by the connector with optimum performance. The default value depends on the connector used. no max-connections:expr
Max Post SizeMaximum size in bytes of a POST request that can be parsed by the container. The default value is 2097152. no max-post-size
Max Save Post SizeMaximum size in bytes of a POST request that will be saved during certain authentication schemes. The default value is 4096. no max-save-post-size
NameA unique name for the connector. no name
ProtocolThe web connector protocol. (e.g. 'HTTP/1.1' or 'AJP' or a name of a class implementing ProtocolHandler and MBeanRegistration ) yes protocol
Proxy NameThe host name that will be used when sending a redirect. The default value is null. no proxy-name
Proxy PortThe port that will be used when sending a redirect. no proxy-port
Redirect PortThe port for redirection to a secure connector. The default value is 8433. no redirect-port:expr
SecureIndicates if content sent or received by the connector is secured from the user perspective. The default value is false. no secure
Virtual ServerThe list of virtual servers that can be accessed through this connector. The default is to allow all virtual servers. no virtual-server

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.3.2. JBossAS7 - VHost Service
Overview

Table 3.310. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.311. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.312. Metrics

NameTypeDescriptionInternal Name
_aliasestraitAliases for this virtual host_aliases

Note

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

Table 3.313. 

NameDescriptionRequiredInternal Name
Configuration  no *Configuration+
Virtual server aliasesThe virtual server aliases yes alias
Default Web ModuleThe web module deployment name that will be mapped as the root webapp. yes default-web-module
Enable Welcome RootWhether or not the bundled welcome directory is used as the root web context. The default value is false. yes enable-welcome-root
NameA unique virtual host name no name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.3.2.1. JBossAS7 - Rewrite Rules Service
Overview

Table 3.314. Overview

Description:A list of rewrite rules that will be processed in order on the URL or vhost specified in the request. Those follow the rules for mod_rewrite. Please consult the manual for help on settings
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.315. 

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.316. 

NameDescriptionRequiredInternal Name
Conditions  no *1
FlagsOption flags for this rewrite rule. Consult the mod_rewrite docs. yes flags
PatternThe pattern that will be matched. Consult the mod_rewrite docs. yes pattern
SubstitutionThe string that will replace the original URL or vhost. Consult the mod_rewrite docs. yes substitution

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.3.2.2. JBossAS7 - Access Log Service
Overview

Table 3.317. Overview

Description:The access log configuration for this virtual server.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.318. 

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.319. 

NameDescriptionRequiredInternal Name
PathThe relative folder path. no path
Relative ToThe folder the path is relative to. The default value is jboss.server.log.dir. no relative-to
ExtendedEnable extended pattern, with more options. The default value is false. no extended
PatternThe access log pattern. The default value is common. no pattern
PrefixPrefix for the log file name. The default value is false. no prefix
Resolve HostsHost resolution. The default value is false. no resolve-hosts
RotateRotate the access log every day. The default value is true. no rotate

Note

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

3.3.1.4. JBossAS7 - General JCA connectors Service

Overview

Table 3.320. Overview

Description:General settings of the JCA engine. Not necessarily for end-users
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.321. 

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.322. 

NameDescriptionRequiredInternal Name
Default Workmanager Short Running Thread PoolSpecify the name of short running thread pool yes default-workmanager-short-running-thread-pool
Default Workmanager Long Running Thread PoolSpecify the name of long running thread pool yes default-workmanager-long-running-thread-pool
Bean Validation EnabledSpecify whether bean validation is enabled yes bean-validation-enabled
Archive Validation EnabledEnabling the validation yes archive-validation-enabled
Archive Validation Fail On ErrorShould an archive validation error report fail the deployment. Default: true yes archive-validation-fail-on-error
Archive Validation Fail On WarnShould an archive validation warning report fail the deployment. Default: false yes archive-validation-fail-on-warn
Cached Connection Manager Debugenable/disable debug information logging for cached connection manager yes cached-connection-manager-debug
Cached Connection Manager Errorenable/disable error information logging for cached connection manager yes cached-connection-manager-error

Note

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

3.3.1.5. JBossAS7 - Datasources (Standalone) Service

Overview

Table 3.323. Overview

Description:Datasources subsystem for Standalone servers.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.324. 

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.325. 

NameDescriptionRequiredInternal Name
Available drivers  yes *4

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.5.1. JBossAS7 - DataSource (Standalone) Service
Overview

Table 3.326. Overview

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

Table 3.327. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.328. Metrics

NameTypeDescriptionInternal Name
Prepared Statement Cache Current SizemeasurementThe number of prepared and callable statements currently cached in the statement cachePreparedStatementCacheCurrentSize
Prepared Statement Cache Miss CountmeasurementThe number of times that a statement request could not be satisfied with a statement from the cachePreparedStatementCacheMissCount
Prepared Statement Cache Miss Count per MinutemeasurementThe number of times that a statement request could not be satisfied with a statement from the cachePreparedStatementCacheMissCount
Prepared Statement Cache Add CountmeasurementThe number of statements added to the statement cachePreparedStatementCacheAddCount
Prepared Statement Cache Access CountmeasurementThe number of times that the statement cache was accessedPreparedStatementCacheAccessCount
Prepared Statement Cache Access Count per MinutemeasurementThe number of times that the statement cache was accessedPreparedStatementCacheAccessCount
Prepared Statement Cache Delete CountmeasurementThe number of statements discarded from the cachePreparedStatementCacheDeleteCount
Prepared Statement Cache Delete Count per MinutemeasurementThe number of statements discarded from the cachePreparedStatementCacheDeleteCount
Prepared Statement Cache Hit CountmeasurementThe number of times that statements from the cache were usedPreparedStatementCacheHitCount
Prepared Statement Cache Hit Count per MinutemeasurementThe number of times that statements from the cache were usedPreparedStatementCacheHitCount
Active CountmeasurementThe active countActiveCount
Available CountmeasurementThe available countAvailableCount
Average Blocking TimemeasurementThe average time spent blocking for a connectionAverageBlockingTime
Average Creation TimemeasurementThe average time spent creating a physical connectionAverageCreationTime
Created CountmeasurementThe created countCreatedCount
Created Count per MinutemeasurementThe created countCreatedCount
Destroyed CountmeasurementThe destroyed countDestroyedCount
Destroyed Count per MinutemeasurementThe destroyed countDestroyedCount
Max Creation TimemeasurementThe maximum time for creating a physical connectionMaxCreationTime
Max Used CountmeasurementThe maximum number of connections usedMaxUsedCount
Max Wait TimemeasurementThe maximum wait time for a connectionMaxWaitTime
Timed OutmeasurementThe timed out countTimedOut
Timed Out per MinutemeasurementThe timed out countTimedOut
Total Creation TimemeasurementThe total time spent creating physical connectionsTotalCreationTime
Total Creation Time per MinutemeasurementThe total time spent creating physical connectionsTotalCreationTime
Total Blocking TimemeasurementThe total blocking timeTotalBlockingTime
Total Blocking Time per MinutemeasurementThe total blocking timeTotalBlockingTime
Connection Available?traitConnection Available?connectionAvailable
Min Pool Size settingmeasurementThe min pool size settingmin-pool-size
Max Pool Size settingmeasurementThe max pool size settingmax-pool-size

Note

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

Table 3.329. 

NameDescriptionRequiredInternal Name
Connection Property  no *1
Connection UrlThe JDBC driver connection URL yes connection-url
Driver NameName of the (existing) JDBC driver to use yes driver-name
Driver ClassThe fully qualified name of the JDBC driver class no driver-class
Jndi NameSpecifies the JNDI name for the datasource yes jndi-name
DriverDefines the JDBC driver the datasource should use with this format: driver-name>#major-version.minor-version where driver-name is the fully qualified name of the JDBC driver class no driver
User NameSpecify the username used when creating a new connection. no user-name
PasswordSpecify the password used when creating a new connection. no password
New Connection SqlSpecifies an SQL statement to execute whenever a connection is added to the connection pool. no new-connection-sql
Url DelimiterSpecifies the delimiter 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 Java ContextSetting this to false will bind the DataSource into global JNDI; no use-java-context
EnabledSpecifies if the datasource should be enabled no enabled
JtaEnable JTA integration no jta
Max Pool SizeThe max-pool-size element indicates the maximum number of connections for a pool. No more connections will be created in each sub-pool. Existing value cannot be unset. no max-pool-size
Min Pool SizeThe min-pool-size element indicates the minimum number of connections a pool should hold. These are not created until a Subject is known from a request for a connection. Existing value cannot be unset. no min-pool-size
Pool PrefillWhether to attempt to prefill the connection pool. Changing this value require a server restart. Existing value cannot be unset. no pool-prefill
Pool Use Strict MinDefine if the min-pool-size should be considered a strictly. Existing value cannot be unset. no pool-use-strict-min
Security DomainIndicates Subject (from security domain) are used to distinguish connections in the pool. The content of the security-domain is the name of the JAAS security manager that will handleauthentication. This name correlates to the JAAS login-config.xml descriptor application-policy/name attribute. no security-domain
Reauth Plugin Class Namere-authentication plugin implementation provided for specific purpose (i.e vendor) no reauth-plugin-class-name
Flush StrategySpecifies how the pool should be flush in case of an error. no flush-strategy
Allow Multiple UsersSpecifies if multiple users will access the datasource through the getConnection(user, password) method and hence if the internal pool type should account for that no allow-multiple-users
Prepared Statements Cache SizeThe number of prepared statements per connection in an LRU cache no prepared-statements-cache-size
Share Prepared StatementsWhether to share prepare statements, i.e. whether asking for same statement twice without closing uses the same underlying prepared statement no share-prepared-statements
Track StatementsWhether to check for unclosed statements when a connection is returned to the pool and result sets are closed when a statement is closed/return to the prepared statement cache. valid values are: false - do not track statements and results true - track statements and result sets and warn when they are not closed nowarn - track statements but do no warn about them being unclosed no track-statements
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 MillisIndicates the time in milliseconds to wait between retrying to allocate a connection. no allocation-retry-wait-millis
Blocking Timeout Wait MillisThe blocking-timeout-millis element indicates the maximum time in milliseconds to block while waiting for a connection before throwing an exception. Note that this blocks only while waiting for a permit for a connection, and will never throw an exception if creating a new connection takes an inordinately long time. Existing value cannot be unset. no blocking-timeout-wait-millis
Idle Timeout MinutesThe idle-timeout-minutes elements indicates 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 1/2 the smallest idle-timeout-minutes of any pool. Changing this value require a server restart. Existing value cannot be unset. no idle-timeout-minutes
Query TimeoutAny configured query timeout in seconds The default is no timeout no query-timeout
Use Try LockAny configured timeout for internal locks on the resource adapter objects in seconds no use-try-lock
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. no set-tx-query-timeout
Transaction IsolationSet java.sql.Connection transaction isolation level to use. The constants defined by transaction-isolation-values are the possible transaction isolation levels. no transaction-isolation
Check Valid Connection SqlSpecify an SQL statement to check validity of a pool connection. This may be called when managed connection is taken from pool for use. no check-valid-connection-sql
Exception Sorter Class NameAn org.jboss.jca.adapters.jdbc.ExceptionSorter that provides a boolean isExceptionFatal(SQLException e) method to validate is an exception should be broadcast to all javax.resource.spi.ConnectionEventListener as a connectionErrorOccurred no exception-sorter-class-name
Stale Connection Checker Class NameAn org.jboss.jca.adapters.jdbc.StaleConnectionChecker that provides a boolean isStaleConnection(SQLException e) method which if it it returns true will wrap the exception in an org.jboss.jca.adapters.jdbc.StaleConnectionException no stale-connection-checker-class-name
Valid Connection Checker Class NameAn org.jboss.jca.adapters.jdbc.ValidConnectionChecker that provides a SQLException isValidConnection(Connection e) method to validate is a connection is valid. An exception means the connection is destroyed. This overrides the check-valid-connection-sql when present. no valid-connection-checker-class-name
Background Validation MillisThe background-validation-millis element specifies the amount of time, in milliseconds, that background validation will run. Changing this value require a server restart. Existing value cannot be unset. no background-validation-millis
Background ValidationAn element to specify that connections should be validated on a background thread versus being validated prior to use. Changing this value require a server restart. Existing value cannot be unset. no background-validation
Use Fast FailWhether fail a connection allocation on the first connection if it is invalid (true) or keep trying until the pool is exhausted of all potential connections (false) no use-fast-fail
Validate On MatchThe validate-on-match element indicates whether or not connection level validation should be done when a connection factory attempts to match a managed connection for a given set. This is typically exclusive to the use of background validation no validate-on-match
Spywhatever spy or not the jdbc connection no spy
Use CcmEnable the use of a cached connection manager no use-ccm

Note

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

Table 3.330. Metrics

NameDescription
EnableEnables the data-source
DisableDisables the data-source
Flush All Connection In PoolFlushes the pool for all connections
Flush Idle Connection In PoolFlushes the pool for idle connections
Test Connection In PoolTests if a connection can be obtained
Package Types
none
3.3.1.5.2. JBossAS7 - XADataSource (Standalone) Service
Overview

Table 3.331. Overview

Description:An XA data source
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.332. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.333. Metrics

NameTypeDescriptionInternal Name
Prepared Statement Cache Current SizemeasurementThe number of prepared and callable statements currently cached in the statement cachePreparedStatementCacheCurrentSize
Prepared Statement Cache Miss CountmeasurementThe number of times that a statement request could not be satisfied with a statement from the cachePreparedStatementCacheMissCount
Prepared Statement Cache Miss Count per MinutemeasurementThe number of times that a statement request could not be satisfied with a statement from the cachePreparedStatementCacheMissCount
Prepared Statement Cache Add CountmeasurementThe number of statements added to the statement cachePreparedStatementCacheAddCount
Prepared Statement Cache Access CountmeasurementThe number of times that the statement cache was accessedPreparedStatementCacheAccessCount
Prepared Statement Cache Access Count per MinutemeasurementThe number of times that the statement cache was accessedPreparedStatementCacheAccessCount
Prepared Statement Cache Delete CountmeasurementThe number of statements discarded from the cachePreparedStatementCacheDeleteCount
Prepared Statement Cache Delete Count per MinutemeasurementThe number of statements discarded from the cachePreparedStatementCacheDeleteCount
Prepared Statement Cache Hit CountmeasurementThe number of times that statements from the cache were usedPreparedStatementCacheHitCount
Prepared Statement Cache Hit Count per MinutemeasurementThe number of times that statements from the cache were usedPreparedStatementCacheHitCount
Active CountmeasurementThe active countActiveCount
Available CountmeasurementThe available countAvailableCount
Average Blocking TimemeasurementThe average time spent blocking for a connectionAverageBlockingTime
Average Creation TimemeasurementThe average time spent creating a physical connectionAverageCreationTime
Created CountmeasurementThe created countCreatedCount
Created Count per MinutemeasurementThe created countCreatedCount
Destroyed CountmeasurementThe destroyed countDestroyedCount
Destroyed Count per MinutemeasurementThe destroyed countDestroyedCount
Max Creation TimemeasurementThe maximum time for creating a physical connectionMaxCreationTime
Max Used CountmeasurementThe maximum number of connections usedMaxUsedCount
Max Wait TimemeasurementThe maximum wait time for a connectionMaxWaitTime
Timed OutmeasurementThe timed out countTimedOut
Timed Out per MinutemeasurementThe timed out countTimedOut
Total Creation TimemeasurementThe total time spent creating physical connectionsTotalCreationTime
Total Creation Time per MinutemeasurementThe total time spent creating physical connectionsTotalCreationTime
Total Blocking TimemeasurementThe total blocking timeTotalBlockingTime
Total Blocking Time per MinutemeasurementThe total blocking timeTotalBlockingTime
Connection Available?traitConnection Available?connectionAvailable
Min Pool Size settingmeasurementThe min pool size settingmin-pool-size
Max Pool Size settingmeasurementThe max pool size settingmax-pool-size

Note

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

Table 3.334. 

NameDescriptionRequiredInternal Name
Properties  yes *2
Xa Datasource ClassThe fully qualified name of the javax.sql.XADataSource implementation yes xa-datasource-class
Jndi NameSpecifies the JNDI name for the datasource yes jndi-name
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 yes driver-name
User NameSpecify the username used when creating a new connection. no user-name
PasswordSpecify the password used when creating a new connection. no password
New Connection SqlSpecifies an SQL statement to execute whenever a connection is added to the connection pool. no new-connection-sql
Url DelimiterSpecifies the delimiter 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 Java ContextSetting this to false will bind the DataSource into global JNDI; no use-java-context
EnabledSpecifies if the datasource should be enabled no enabled
Max Pool SizeThe max-pool-size element indicates the maximum number of connections for a pool. No more connections will be created in each sub-pool. Existing value cannot be unset. no max-pool-size
Min Pool SizeThe min-pool-size element indicates the minimum number of connections a pool should hold. These are not created until a Subject is known from a request for a connection. Existing value cannot be unset. no min-pool-size
Pool PrefillWhether to attempt to prefill the connection pool. Changing this value require a server restart. Existing value cannot be unset. no pool-prefill
Pool Use Strict MinDefine if the min-pool-size should be considered a strictly. Existing value cannot be unset. no pool-use-strict-min
InterleavingAn element to enable interleaving for XA connection factories no interleaving
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 context no no-tx-separate-pool
Pad XidShould the Xid be padded no pad-xid
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
Wrap Xa DatasourceShould the XAResource instances be wrapped in a org.jboss.tm.XAResourceWrapper instance no wrap-xa-datasource
Security DomainIndicates Subject (from security domain) are used to distinguish connections in the pool. The content of the security-domain is the name of the JAAS security manager that will handleauthentication. This name correlates to the JAAS login-config.xml descriptor application-policy/name attribute. no security-domain
Recovery Plugin Class Namerecovery plugin implementation provided for specific purpose (i.e vendor) no recovery-plugin-class-name
Reauth Plugin Class Namere-authentication plugin implementation provided for specific purpose (i.e vendor) no reauth-plugin-class-name
Flush StrategySpecifies how the pool should be flush in case of an error. no flush-strategy
Prepared Statements Cache SizeThe number of prepared statements per connection in an LRU cache no prepared-statements-cache-size
Share Prepared StatementsWhether to share prepare statements, i.e. whether asking for same statement twice without closing uses the same underlying prepared statement no share-prepared-statements
Track StatementsWhether to check for unclosed statements when a connection is returned to the pool and result sets are closed when a statement is closed/return to the prepared statement cache. valid values are: false - do not track statements and results true - track statements and result sets and warn when they are not closed nowarn - track statements but do no warn about them being unclosed no track-statements
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 Millishe allocation retry wait millis element indicates the time in milliseconds to wait between retrying to allocate a connection. no allocation-retry-wait-millis
Blocking Timeout Wait MillisThe blocking-timeout-millis element indicates the maximum time in milliseconds to block while waiting for a connection before throwing an exception. Note that this blocks only while waiting for a permit for a connection, and will never throw an exception if creating a new connection takes an inordinately long time. Existing value cannot be unset. no blocking-timeout-wait-millis
Idle Timeout MinutesThe idle-timeout-minutes elements indicates 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 1/2 the smallest idle-timeout-minutes of any pool. Changing this value require a server restart. Existing value cannot be unset. no idle-timeout-minutes
Query TimeoutAny configured query timeout in seconds The default is no timeout no query-timeout
Use Try LockAny configured timeout for internal locks on the resource adapter objects in seconds no use-try-lock
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. no set-tx-query-timeout
Transaction IsolationSet java.sql.Connection transaction isolation level to use. The constants defined by transaction-isolation-values are the possible transaction isolation levels. no transaction-isolation
Check Valid Connection SqlSpecify an SQL statement to check validity of a pool connection. This may be called when managed connection is taken from pool for use. no check-valid-connection-sql
Exception Sorter Class NameAn org.jboss.jca.adapters.jdbc.ExceptionSorter that provides a boolean isExceptionFatal(SQLException e) method to validate is an exception should be broadcast to all javax.resource.spi.ConnectionEventListener as a connectionErrorOccurred no exception-sorter-class-name
Stale Connection Checker Class NameAn org.jboss.jca.adapters.jdbc.StaleConnectionChecker that provides a boolean isStaleConnection(SQLException e) method which if it it returns true will wrap the exception in an org.jboss.jca.adapters.jdbc.StaleConnectionException no stale-connection-checker-class-name
Valid Connection Checker Class NameAn org.jboss.jca.adapters.jdbc.ValidConnectionChecker that provides a SQLException isValidConnection(Connection e) method to validate is a connection is valid. An exception means the connection is destroyed. This overrides the check-valid-connection-sql when present. no valid-connection-checker-class-name
Background Validation MillisThe background-validation-millis element specifies the amount of time, in milliseconds, that background validation will run. Changing this value require a server restart. Existing value cannot be unset. no background-validation-millis
Background ValidationAn element to specify that connections should be validated on a background thread versus being validated prior to use. Changing this value require a server restart. Existing value cannot be unset. no background-validation
Use Fast FailWhether fail a connection allocation on the first connection if it is invalid (true) or keep trying until the pool is exhausted of all potential connections (false) no use-fast-fail
Validate On MatchThe validate-on-match element indicates whether or not connection level validation should be done when a connection factory attempts to match a managed connection for a given set. This is typically exclusive to the use of background validation no validate-on-match
Xa Resource TimeoutPassed to XAResource.setTransactionTimeout() Default is zero which does not invoke the setter. In seconds no xa-resource-timeout
Spywhatever spy or not the jdbc connection no spy
Use CcmEnable the use of a cached connection manager no use-ccm
Recovery Usernameusername used to try connection recovery no recovery-username
Recovery Passwordpassword used to try connection recovery no recovery-password
Recovery Security Domainsecurity-domain used to try connection recovery no recovery-security-domain
No Recoveryif true no recovery are tried for this connection pool no no-recovery

Note

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

Table 3.335. Metrics

NameDescription
EnableEnables the data-source
DisableDisables the data-source
Flush All Connection In PoolFlushes the pool for all connections
Flush Idle Connection In PoolFlushes the pool for idle connections
Test Connection In PoolTests if a connection can be obtained
Package Types
none

3.3.1.6. JBossAS7 - Logging Service

Overview

Table 3.336. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.337. 

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.338. 

NameDescriptionRequiredInternal Name
LevelThe log level specifying which message levels will be logged by this. Message levels lower than this value will be discarded. no level
HandlersThe Handlers associated with this Logger. yes handlers

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.6.1. JBossAS7 - Async Handler Service
Overview

Table 3.339. Overview

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

Table 3.340. 

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.341. 

NameDescriptionRequiredInternal Name
FormatterDefines a formatter. The default value is %d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n. no formatter
LevelThe log level specifying which message levels will be logged by this. Message levels lower than this value will be discarded. no level
Overflow ActionSpecify what action to take when the overflowing. The valid options are 'block' and 'discard'. The default value is BLOCK. yes overflow-action
Queue LengthThe queue length to use before flushing writing yes queue-length
SubhandlersThe Handlers associated with this async handler. no subhandlers

Note

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

Table 3.342. Metrics

NameDescription
Assign SubhandlerAssign a subhandler to the ASYNC handler.
DisableDisable a logging handler.
EnableEnable a logging handler.
Unassign SubhandlerUnassign a subhandler from the ASYNC handler.
Package Types
none
3.3.1.6.2. JBossAS7 - Console Handler Service
Overview

Table 3.343. Overview

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

Table 3.344. 

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.345. 

NameDescriptionRequiredInternal Name
AutoflushAutomatically flush after each write. The default value is true. no autoflush
EncodingThe character encoding used by this Handler. no encoding
FormatterDefines a formatter. The default value is %d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n. no formatter
LevelThe log level specifying which message levels will be logged by this. Message levels lower than this value will be discarded. no level
TargetDefines the target of the console handler. The value can either be SYSTEM_OUT or SYSTEM_ERR. The default value is System.out. no target

Note

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

Table 3.346. Metrics

NameDescription
DisableDisable a logging handler.
EnableEnable a logging handler.
Package Types
none
3.3.1.6.3. JBossAS7 - Custom Handler Service
Overview

Table 3.347. Overview

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

Table 3.348. 

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.349. 

NameDescriptionRequiredInternal Name
ClassThe logging handler class to be used. yes class
EncodingThe character encoding used by this Handler. no encoding
FormatterDefines a formatter. The default value is %d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n. no formatter
LevelThe log level specifying which message levels will be logged by this. Message levels lower than this value will be discarded. no level
ModuleThe module that the logging handler depends on. yes module
Properties  yes properties

Note

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

Table 3.350. Metrics

NameDescription
DisableDisable a logging handler.
EnableEnable a logging handler.
Package Types
none
3.3.1.6.4. JBossAS7 - File Handler Service
Overview

Table 3.351. Overview

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

Table 3.352. 

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.353. 

NameDescriptionRequiredInternal Name
AppendSpecify whether to append to the target file. The default value is true. no append
AutoflushAutomatically flush after each write. The default value is true. no autoflush
EncodingThe character encoding used by this Handler. no encoding
FileThe file description consisting of the path and optional relative to path. no file
FormatterDefines a formatter. The default value is %d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n. no formatter
LevelThe log level specifying which message levels will be logged by this. Message levels lower than this value will be discarded. no level

Note

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

Table 3.354. Metrics

NameDescription
DisableDisable a logging handler.
EnableEnable a logging handler.
Package Types
none
3.3.1.6.5. JBossAS7 - Logger Service
Overview

Table 3.355. Overview

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

Table 3.356. 

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.357. 

NameDescriptionRequiredInternal Name
HandlersThe Handlers associated with this Logger. no handlers
LevelThe log level specifying which message levels will be logged by this. Message levels lower than this value will be discarded. no level
Use Parent HandlersSpecifies whether or not this logger should send its output to it's parent Logger. The default value is true. no use-parent-handlers

Note

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

Table 3.358. Metrics

NameDescription
Change Log LevelChange the logging level for a logger category.
Package Types
none
3.3.1.6.6. JBossAS7 - Periodic Rotating File Handler Service
Overview

Table 3.359. Overview

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

Table 3.360. 

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.361. 

NameDescriptionRequiredInternal Name
AppendSpecify whether to append to the target file. The default value is true. no append
AutoflushAutomatically flush after each write. The default value is true. no autoflush
EncodingThe character encoding used by this Handler. no encoding
FileThe file description consisting of the path and optional relative to path. no file
FormatterDefines a formatter. The default value is %d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n. no formatter
LevelThe log level specifying which message levels will be logged by this. Message levels lower than this value will be discarded. no level
SuffixSet the suffix string. The string is in a format which can be understood by java.text.SimpleDateFormat. The period of the rotation is automatically calculated based on the suffix. yes suffix

Note

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

Table 3.362. Metrics

NameDescription
DisableDisable a logging handler.
EnableEnable a logging handler.
Package Types
none
3.3.1.6.7. JBossAS7 - Size Rotating File Handler Service
Overview

Table 3.363. Overview

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

Table 3.364. 

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.365. 

NameDescriptionRequiredInternal Name
AppendSpecify whether to append to the target file. The default value is true. no append
AutoflushAutomatically flush after each write. The default value is true. no autoflush
EncodingThe character encoding used by this Handler. no encoding
FileThe file description consisting of the path and optional relative to path. no file
FormatterDefines a formatter. The default value is %d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n. no formatter
LevelThe log level specifying which message levels will be logged by this. Message levels lower than this value will be discarded. no level
Max Backup IndexThe maximum number of backups to keep. The default value is 1. yes max-backup-index
Rotate SizeThe size at which to rotate the log file. The default value is 2m. yes rotate-size

Note

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

Table 3.366. Metrics

NameDescription
DisableDisable a logging handler.
EnableEnable a logging handler.
Package Types
none

3.3.1.7. JBossAS7 - Webservices Service

Overview

Table 3.367. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.368. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

Note

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

Table 3.369. 

NameDescriptionRequiredInternal Name
Modify Wsdl AddressWhether the soap address can be modified. no modify-wsdl-address
Wsdl HostThe WSDL, that is a required deployment artifact for an endpoint, has a <soap:address> element which points to the location of the endpoint. JBoss supports rewriting of that SOAP address. If the content of <soap:address> is a valid URL, JBossWS will not rewrite it unless 'modify-wsdl-address' is true. If the content of <soap:address> is not a valid URL, JBossWS will rewrite it using the attribute values given below. If 'wsdl-host' is set to 'jbossws.undefined.host', JBossWS uses requesters host when rewriting the <soap:address> no wsdl-host
Wsdl PortThe non-secure port that will be used for rewriting the SOAP address. If absent the port will be identified by querying the list of installed connectors. no wsdl-port
Wsdl Secure PortThe secure port that will be used for rewriting the SOAP address. If absent the port will be identified by querying the list of installed connectors. no wsdl-secure-port

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.7.1. JBossAS7 - Endpoint Service
Overview

Table 3.370. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.371. 

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.1.7.1.1. JBossAS7 - Post Handler Chain Service
Overview

Table 3.372. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.373. 

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.374. 

NameDescriptionRequiredInternal Name
Protocol BindingsProtocol binding no protocol-bindings

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.7.1.1.1. JBossAS7 - Post Handler Service
Overview

Table 3.375. Overview

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

Table 3.376. 

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.377. 

NameDescriptionRequiredInternal Name
ClassHandler class yes class

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.7.1.2. JBossAS7 - Pre Handler Chain Service
Overview

Table 3.378. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.379. 

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.380. 

NameDescriptionRequiredInternal Name
Protocol BindingsProtocol binding no protocol-bindings

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.7.1.2.1. JBossAS7 - Pre Handler Service
Overview

Table 3.381. Overview

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

Table 3.382. 

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.383. 

NameDescriptionRequiredInternal Name
ClassHandler class yes class

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.7.1.3. JBossAS7 - Property Service
Overview

Table 3.384. Overview

Description:A property
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.385. 

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.386. 

NameDescriptionRequiredInternal Name
ValueThe property value. no value

Note

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

3.3.1.8. JBossAS7 - Naming Service

Overview

Table 3.387. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.388. 

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

Table 3.389. Metrics

NameDescription
JNDIViewPeek at the JNDI tree
Package Types
none
3.3.1.8.1. JBossAS7 - Binding Service
Overview

Table 3.390. Overview

Description:JNDI bindings for primitive types
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.391. 

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.392. 

NameDescriptionRequiredInternal Name
Binding TypeThe type of binding to create, may be simple, lookup or object-factory yes binding-type
ClassThe object factory class name for object factory bindings no class
LookupThe entry to lookup in JNDI for lookup bindings no lookup
ModuleThe module to load the object factory from for object factory bindings no module
TypeThe type of the value to bind for simple bindings, this must be a primitive type no type
ValueThe value to bind for simple bindings no value

Note

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

3.3.1.9. JBossAS7 - Transactions Subsystem (Standalone) Service

Overview

Table 3.393. Overview

Description:The transactions subsystem.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.394. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.395. Metrics

NameTypeDescriptionInternal Name
Number Of Nested TransactionsmeasurementThe total number of nested (sub) transactions created.number-of-nested-transactions
Number Of Nested Transactions per MinutemeasurementThe total number of nested (sub) transactions created.number-of-nested-transactions
Number Of Timed Out TransactionsmeasurementThe number of transactions that have rolled back due to timeout.number-of-timed-out-transactions
Number Of Timed Out Transactions per MinutemeasurementThe number of transactions that have rolled back due to timeout.number-of-timed-out-transactions
Number Of Committed TransactionsmeasurementThe number of committed transactions.number-of-committed-transactions
Number Of Committed Transactions per MinutemeasurementThe number of committed transactions.number-of-committed-transactions
Number Of TransactionsmeasurementThe total number of transactions (top-level and nested) creatednumber-of-transactions
Number Of Transactions per MinutemeasurementThe total number of transactions (top-level and nested) creatednumber-of-transactions
Number Of HeuristicsmeasurementThe number of transactions which have terminated with heuristic outcomes.number-of-heuristics
Number Of Heuristics per MinutemeasurementThe number of transactions which have terminated with heuristic outcomes.number-of-heuristics
Number Of Aborted TransactionsmeasurementThe number of aborted (i.e. rolledback) transactions.number-of-aborted-transactions
Number Of Aborted Transactions per MinutemeasurementThe number of aborted (i.e. rolledback) transactions.number-of-aborted-transactions
Number Of Inflight TransactionsmeasurementThe number of transactions that have begun but not yet terminated.number-of-inflight-transactions
Number Of Inflight Transactions per MinutemeasurementThe number of transactions that have begun but not yet terminated.number-of-inflight-transactions
Number Of Application RollbacksmeasurementThe number of transactions that have been rolled back by application request. This includes those that timeout, since the timeout behaviour is considered an attribute of the application configuration.number-of-application-rollbacks
Number Of Application Rollbacks per MinutemeasurementThe number of transactions that have been rolled back by application request. This includes those that timeout, since the timeout behaviour is considered an attribute of the application configuration.number-of-application-rollbacks
Number Of Resource RollbacksmeasurementThe number of transactions that rolled back due to resource (participant) failure.number-of-resource-rollbacks
Number Of Resource Rollbacks per MinutemeasurementThe number of transactions that rolled back due to resource (participant) failure.number-of-resource-rollbacks

Note

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

Table 3.396. 

NameDescriptionRequiredInternal Name
Relative ToReferences a global path configuration in the domain model, defaulting to the JBoss Application Server data directory (jboss.server.data.dir). The value of the 'path' attribute will treated as relative to this path. Use an empty string to disable the default behavior and force the value of the 'path' attribute to be treated as an absolute path. The default value is jboss.server.data.dir. no relative-to
Process Id UuidIndicates whether the transaction manager should use a UUID based process id. no process-id-uuid
Socket BindingUsed to reference the correct socket binding to use for the recovery environment. no socket-binding
JtsIf true this enables the Java Transaction Service. The default value is false. no jts
Object Store PathDenotes a relative or absolute filesystem path denoting where the transaction manager object store should store data. By default the value is treated as relative to the path denoted by the 'relative-to' attribute. The default value is tx-object-store. no object-store-path
PathDenotes a relative or absolute filesystem path denoting where the transaction manager core should store data. By default the value is treated as relative to the path denoted by the 'relative-to' attribute. The default value is var. no path
Process Id Socket BindingThe name of the socket binding configuration to use if the transaction manager should use a socket-based process id. Will be 'undefined' if 'process-id-uuid' is 'true'; otherwise must be set. no process-id-socket-binding
Default TimeoutThe default timeout. The default value is 300. no default-timeout
Process Id Socket Max PortsThe maximum number of ports to search for an open port if the transaction manager should use a socket-based process id. If the port specified by the socket binding referenced in 'process-id-socket-binding' is occupied, the next higher port will be tried until an open port is found or the number of ports specified by this attribute have been tried. Will be 'undefined' if 'process-id-uuid' is 'true'. The default value is 10. no process-id-socket-max-ports
Recovery ListenerUsed to specify if the recovery system should listen on a network socket or not. The default value is false. no recovery-listener
Status Socket BindingUsed to reference the correct socket binding to use for the transaction status manager. no status-socket-binding
Node IdentifierUsed to set the node identifier on the core environment. The default value is 1. no node-identifier
Enable Tsm StatusWhether the transaction status manager (TSM) service, needed for out of process recovery, should be provided or not. The default value is false. no enable-tsm-status
Object Store Relative ToReferences a global path configuration in the domain model, defaulting to the JBoss Application Server data directory (jboss.server.data.dir). The value of the 'path' attribute will treated as relative to this path. Use an empty string to disable the default behavior and force the value of the 'path' attribute to be treated as an absolute path. The default value is jboss.server.data.dir. no object-store-relative-to
Enable StatisticsWhether statistics should be enabled. The default value is false. no enable-statistics

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.9.1. JBossAS7 - Log Store (Standalone) Service
Overview

Table 3.397. Overview

Description:Representation of the transaction logging storage mechanism.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.398. 

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.399. 

NameDescriptionRequiredInternal Name
TypeSpecifies the implementation type of the logging store. no type

Note

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

Table 3.400. Metrics

NameDescription
ProbeScan for new transaction logs. This operation will creates a child for each pending transaction.
Package Types
none
3.3.1.9.1.1. JBossAS7 - Transactions (Standalone) Service
Overview

Table 3.401. Overview

Description:The persistent information that the transaction manager stores for the purpose of recovering a transaction in the event of failure. The probe operation will add and remove transactions from the model as the corresponding real transactions start and finish the prepare and commit phases. A stuck transaction will remain in the model until either it is completed or explicitly removed by the delete operation.
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.402. 

NameDescriptionRequiredInternal Name
Path  yes path
Include Runtime  yes includeRuntime

Note

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

Table 3.403. 

NameDescriptionRequiredInternal Name
Age In SecondsThe time since this transaction was prepared or when the recovery system last tried to recover it. no age-in-seconds
IdThe id of this transaction. no id
Jmx NameThe JMX name of this transaction. no jmx-name
TypeThe type name under which this record is stored. no type

Note

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

Table 3.404. Metrics

NameDescription
DeleteRemove this transaction log. WARNING after this operation the transaction manager will have no knowledge of the transaction and will therefore never be able to recover it. If you are sure that the transaction is complete then the operation is safe. The representation of the transaction log is removed from the model too.
Package Types
none
3.3.1.9.1.1.1. JBossAS7 - Participants (Standalone) Service
Overview

Table 3.405. Overview

Description:The resources that did work in a transaction.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.406. 

NameDescriptionRequiredInternal Name
Path  yes path
Include Runtime  yes includeRuntime

Note

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

Table 3.407. 

NameDescriptionRequiredInternal Name
Eis Product NameThe JCA enterprise information system's product name. no eis-product-name
Eis Product VersionThe JCA enterprise information system's product version no eis-product-version
Jmx NameThe JMX name of this participant. no jmx-name
Jndi NameJNDI name of this participant. no jndi-name
StatusReports the commitment status of this participant (can be one of Pending, Prepared, Failed, Heuristic or Readonly). no status
TypeThe type name under which this record is stored. no type

Note

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

Table 3.408. Metrics

NameDescription
RecoverIf this record is in a heuristic state then attempt to replay the commit phase of the 2PC transaction.
RefreshRefresh the management view of the attributes of this participant record by querying the transaction log. (Note that the read-resource operaton only reads the model, hence the need for this refresh operation).
Package Types
none

3.3.1.10. JBossAS7 - Network Interface Service

Overview

Table 3.409. Overview

Description:A named network interface, along with required criteria for determining the IP address to associate with that interface
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.410. 

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.411. 

NameDescriptionRequiredInternal Name
Any AddressAttribute indicating that sockets using this interface should be bound to a wildcard address. The IPv6 wildcard address (::) will be used unless the java.net.preferIpV4Stack system property is set to true, in which case the IPv4 wildcard address (0.0.0.0) will be used. If a socket is bound to an IPv6 anylocal address on a dual-stack machine, it can accept both IPv6 and IPv4 traffic; if it is bound to an IPv4 (IPv4-mapped) anylocal address, it can only accept IPv4 traffic. no any-address
Any Ipv 4 AddressAttribute indicating that sockets using this interface should be bound to the IPv4 wildcard address (0.0.0.0). no any-ipv4-address
Any Ipv 6 AddressAttribute indicating that sockets using this interface should be bound to the IPv6 wildcard address (::). no any-ipv6-address
Link Local AddressAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether or not the address is link-local. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection. no link-local-address
LoopbackAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether or not it is a loopback address. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection. no loopback
Loopback AddressAttribute indicating that the IP address for this interface should be the given value, if a loopback interface exists on the machine. A 'loopback address' may not actually be configured on the machine's loopback interface. Differs from inet-address in that the given value will be used even if no NIC can be found that has the IP specified address associated with it. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection. no loopback-address
MulticastAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether or not its network interface supports multicast. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection. no multicast
NicAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether its network interface has the given name. The name of a network interface (e.g. eth0, eth1, lo). An 'undefined' value means this attribute is not relevant to the IP address selection. no nic
Nic MatchAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether its network interface has a name that matches the given regular expression. Value is a regular expression against which the names of the network interfaces available on the machine can be matched to find an acceptable interface. An 'undefined' value means this attribute is not relevant to the IP address selection. no nic-match
Point To PointAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether or not its network interface is a point-to-point interface. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection no point-to-point
Public AddressAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether or not it is a publicly routable address. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection no public-address
Site Local AddressAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether or it is a site-local address. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection no site-local-address
Subnet MatchAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether or it the address fits in the given subnet definition. Value is a network IP address and the number of bits in the address' network prefix, written in 'slash notation'; e.g. '192.168.0.0/16'. An 'undefined' value means this attribute is not relevant to the IP address selection. no subnet-match
UpAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether its network interface is currently up. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection no up
VirtualAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether its network interface is a virtual interface. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection no virtual
Inet AddressAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether or not the address matches the given value. Value is either a IP address in IPv6 or IPv4 dotted decimal notation, or a hostname that can be resolved to an IP address. An 'undefined' value means this attribute is not relevant to the IP address selection. no inet-address

Note

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

3.3.1.11. JBossAS7 - SocketBindingGroup Service

Overview

Table 3.412. Overview

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

Table 3.413. 

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.414. 

NameDescriptionRequiredInternal Name
Bindings  yes *
Bindings  yes *1
Bindings  yes *2
Default InterfaceDefault Interface for these bindings. See Network Interfaces for its definition yes default-interface
Port OffsetOffset from standard ports for this group. This is only available in standalone mode no port-offset

Note

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

3.3.1.12. JBossAS7 - Deployment Service

Overview

Table 3.415. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.416. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.417. 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.418. 

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.419. Metrics

NameDescription
Enable 
Disable 
Restart 
Package Types

Table 3.420. Package Types

NameCategoryDescription
FileDeployableDeployments on this server group
3.3.1.12.1. JBossAS7 - Webservices Runtime Service
Overview

Table 3.421. Overview

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

Table 3.422. 

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.1.12.1.1. JBossAS7 - Endpoint Runtime Service
Overview

Table 3.423. Overview

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

Table 3.424. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.425. 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.426. 

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.1.12.2. JBossAS7 - Web Runtime Service
Overview

Table 3.427. Overview

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

Table 3.428. 

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.429. 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.1.12.3. JBossAS7 - Messaging Runtime Service
Overview

Table 3.430. Overview

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

Table 3.431. 

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.1.12.3.1. JBossAS7 - HornetQ Server Runtime Service
Overview

Table 3.432. Overview

Description:A HornetQ server instance.
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection 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

Table 3.434. 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.435. 

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.436. 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.1.12.3.1.1. JBossAS7 - JMS Queue Runtime Service
Overview

Table 3.437. Overview

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

Table 3.438. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.439. 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.440. 

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.441. 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.1.12.3.1.2. JBossAS7 - JMS Topic Runtime Service
Overview

Table 3.442. Overview

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

Table 3.443. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.444. 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.445. 

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.446. 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.1.12.4. JBossAS7 - Subdeployment Service
Overview

Table 3.447. 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.448. 

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.1.12.4.1. JBossAS7 - Webservices Runtime Service
Overview

Table 3.449. Overview

Description:Runtime resources exposed by web service components in the deployment.
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection 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.1.12.4.1.1. JBossAS7 - Endpoint Runtime Service
Overview

Table 3.451. Overview

Description:Webservice endpoint.
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
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.454. 

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.1.12.4.2. JBossAS7 - Web Runtime Service
Overview

Table 3.455. Overview

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

Table 3.456. 

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.457. 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.1.12.4.3. JBossAS7 - Messaging Runtime Service
Overview

Table 3.458. Overview

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

Table 3.459. 

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.1.12.4.3.1. JBossAS7 - HornetQ Server Runtime Service
Overview

Table 3.460. Overview

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

Table 3.461. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.462. 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.463. 

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.464. 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.1.12.4.3.1.1. JBossAS7 - JMS Queue Runtime Service
Overview

Table 3.465. Overview

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

Table 3.466. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.467. 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.468. 

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.469. 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.1.12.4.3.1.2. JBossAS7 - JMS Topic Runtime Service
Overview

Table 3.470. Overview

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

Table 3.471. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.472. 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.473. 

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.474. 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.1.12.4.4. JBossAS7 - JPA Runtime Service
Overview

Table 3.475. Overview

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

Table 3.476. 

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.1.12.4.4.1. JBossAS7 - Hibernate Persistence Unit Service
Overview

Table 3.477. Overview

Description:Runtime information about JPA use in the deployment.
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection 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

Table 3.479. 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.480. 

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.481. Metrics

NameDescription
Subsystem:clearClear statistics.
Subsystem:evict AllEvict all entities from second level cache.
Subsystem:summaryLog the statistics.
View QueriesView statistical information about queries executed by Hibernate
Package Types
none
3.3.1.12.4.4.1.1. JBossAS7 - Entity Cache Service
Overview

Table 3.482. Overview

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

Table 3.483. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.484. 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.1.12.4.4.1.2. JBossAS7 - Entity Service
Overview

Table 3.485. Overview

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

Table 3.486. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.487. 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.1.12.4.4.1.3. JBossAS7 - Collection Service
Overview

Table 3.488. Overview

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

Table 3.489. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.490. 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
3.3.1.12.4.5. JBossAS7 - Datasources Runtime Service
Overview

Table 3.491. Overview

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

Table 3.492. 

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.1.12.4.5.1. JBossAS7 - XA Datasource Runtime Service
Overview

Table 3.493. Overview

Description:A JDBC XA data-source configuration
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
Prepared Statement Cache Current SizemeasurementThe number of prepared and callable statements currently cached in the statement cachePreparedStatementCacheCurrentSize
Prepared Statement Cache Miss CountmeasurementThe number of times that a statement request could not be satisfied with a statement from the cachePreparedStatementCacheMissCount
Prepared Statement Cache Miss Count per MinutemeasurementThe number of times that a statement request could not be satisfied with a statement from the cachePreparedStatementCacheMissCount
Prepared Statement Cache Add CountmeasurementThe number of statements added to the statement cachePreparedStatementCacheAddCount
Prepared Statement Cache Access CountmeasurementThe number of times that the statement cache was accessedPreparedStatementCacheAccessCount
Prepared Statement Cache Access Count per MinutemeasurementThe number of times that the statement cache was accessedPreparedStatementCacheAccessCount
Prepared Statement Cache Delete CountmeasurementThe number of statements discarded from the cachePreparedStatementCacheDeleteCount
Prepared Statement Cache Delete Count per MinutemeasurementThe number of statements discarded from the cachePreparedStatementCacheDeleteCount
Prepared Statement Cache Hit CountmeasurementThe number of times that statements from the cache were usedPreparedStatementCacheHitCount
Prepared Statement Cache Hit Count per MinutemeasurementThe number of times that statements from the cache were usedPreparedStatementCacheHitCount
Active CountmeasurementThe active countActiveCount
Available CountmeasurementThe available countAvailableCount
Average Blocking TimemeasurementThe average time spent blocking for a connectionAverageBlockingTime
Average Creation TimemeasurementThe average time spent creating a physical connectionAverageCreationTime
Created CountmeasurementThe created countCreatedCount
Created Count per MinutemeasurementThe created countCreatedCount
Destroyed CountmeasurementThe destroyed countDestroyedCount
Destroyed Count per MinutemeasurementThe destroyed countDestroyedCount
Max Creation TimemeasurementThe maximum time for creating a physical connectionMaxCreationTime
Max Used CountmeasurementThe maximum number of connections usedMaxUsedCount
Max Wait TimemeasurementThe maximum wait time for a connectionMaxWaitTime
Timed OutmeasurementThe timed out countTimedOut
Timed Out per MinutemeasurementThe timed out countTimedOut
Total Creation TimemeasurementThe total time spent creating physical connectionsTotalCreationTime
Total Creation Time per MinutemeasurementThe total time spent creating physical connectionsTotalCreationTime
Total Blocking TimemeasurementThe total blocking timeTotalBlockingTime
Total Blocking Time per MinutemeasurementThe total blocking timeTotalBlockingTime
Connection Available?traitConnection Available?connectionAvailable
Min Pool Size settingmeasurementThe min pool size settingmin-pool-size
Max Pool Size settingmeasurementThe max pool size settingmax-pool-size

Note

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

Table 3.496. 

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.497. 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.1.12.4.5.2. JBossAS7 - Datasource Runtime Service
Overview

Table 3.498. Overview

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

Table 3.499. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.500. Metrics

NameTypeDescriptionInternal Name
Prepared Statement Cache Current SizemeasurementThe number of prepared and callable statements currently cached in the statement cachePreparedStatementCacheCurrentSize
Prepared Statement Cache Miss CountmeasurementThe number of times that a statement request could not be satisfied with a statement from the cachePreparedStatementCacheMissCount
Prepared Statement Cache Miss Count per MinutemeasurementThe number of times that a statement request could not be satisfied with a statement from the cachePreparedStatementCacheMissCount
Prepared Statement Cache Add CountmeasurementThe number of statements added to the statement cachePreparedStatementCacheAddCount
Prepared Statement Cache Access CountmeasurementThe number of times that the statement cache was accessedPreparedStatementCacheAccessCount
Prepared Statement Cache Access Count per MinutemeasurementThe number of times that the statement cache was accessedPreparedStatementCacheAccessCount
Prepared Statement Cache Delete CountmeasurementThe number of statements discarded from the cachePreparedStatementCacheDeleteCount
Prepared Statement Cache Delete Count per MinutemeasurementThe number of statements discarded from the cachePreparedStatementCacheDeleteCount
Prepared Statement Cache Hit CountmeasurementThe number of times that statements from the cache were usedPreparedStatementCacheHitCount
Prepared Statement Cache Hit Count per MinutemeasurementThe number of times that statements from the cache were usedPreparedStatementCacheHitCount
Active CountmeasurementThe active countActiveCount
Available CountmeasurementThe available countAvailableCount
Average Blocking TimemeasurementThe average time spent blocking for a connectionAverageBlockingTime
Average Creation TimemeasurementThe average time spent creating a physical connectionAverageCreationTime
Created CountmeasurementThe created countCreatedCount
Created Count per MinutemeasurementThe created countCreatedCount
Destroyed CountmeasurementThe destroyed countDestroyedCount
Destroyed Count per MinutemeasurementThe destroyed countDestroyedCount
Max Creation TimemeasurementThe maximum time for creating a physical connectionMaxCreationTime
Max Used CountmeasurementThe maximum number of connections usedMaxUsedCount
Max Wait TimemeasurementThe maximum wait time for a connectionMaxWaitTime
Timed OutmeasurementThe timed out countTimedOut
Timed Out per MinutemeasurementThe timed out countTimedOut
Total Creation TimemeasurementThe total time spent creating physical connectionsTotalCreationTime
Total Creation Time per MinutemeasurementThe total time spent creating physical connectionsTotalCreationTime
Total Blocking TimemeasurementThe total blocking timeTotalBlockingTime
Total Blocking Time per MinutemeasurementThe total blocking timeTotalBlockingTime
Connection Available?traitConnection Available?connectionAvailable
Min Pool Size settingmeasurementThe min pool size settingmin-pool-size
Max Pool Size settingmeasurementThe max pool size settingmax-pool-size

Note

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

Table 3.501. 

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.502. 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.1.12.4.6. JBossAS7 - EJB3 Runtime Service
Overview

Table 3.503. Overview

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

Table 3.504. 

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.1.12.4.6.1. JBossAS7 - Message Driven Bean Runtime Service
Overview

Table 3.505. Overview

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

Table 3.506. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.507. 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 instances created for the pool.pool-create-count
Pool Current SizemeasurementThe current size of the instance pool.pool-current-size
Pool Max SizemeasurementThe maximum size of the instance pool.pool-max-size
Pool Remove CountmeasurementThe number of instances removed from the pool.pool-remove-count
Peak concurrent invocationsmeasurementThe maximum number of concurrent invocations at any given time.peak-concurrent-invocations
InvocationsmeasurementThe total number of invocations made on this EJB.invocations
Invocations per MinutemeasurementNumber of invocations processed.invocations
Wait TimemeasurementTotal sum of wait-time for all methods in milliseconds.wait-time
Execution TimemeasurementTotal execution-time (sum of all execution-time from all of the methods) in millisecondsexecution-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.508. 

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.1.12.4.6.2. JBossAS7 - Singleton Bean Runtime Service
Overview

Table 3.509. Overview

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

Table 3.510. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.511. Metrics

NameTypeDescriptionInternal Name
Peak concurrent invocationsmeasurementThe maximum number of concurrent invocations at any given time.peak-concurrent-invocations
InvocationsmeasurementThe total number of invocations made on this EJB.invocations
Invocations per MinutemeasurementNumber of invocations processed.invocations
Wait TimemeasurementTotal sum of wait-time for all methods in milliseconds.wait-time
Execution TimemeasurementTotal execution-time (sum of all execution-time from all of the methods) in millisecondsexecution-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.512. 

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.1.12.4.6.3. JBossAS7 - Stateless Session Bean Runtime Service
Overview

Table 3.513. Overview

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

Table 3.514. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.515. 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 instances created for the pool.pool-create-count
Pool Current SizemeasurementThe current size of the instance pool.pool-current-size
Pool Max SizemeasurementThe maximum size of the instance pool.pool-max-size
Pool Remove CountmeasurementThe number of instances removed from the pool.pool-remove-count
Peak concurrent invocationsmeasurementThe maximum number of concurrent invocations at any given time.peak-concurrent-invocations
InvocationsmeasurementThe total number of invocations made on this EJB.invocations
Invocations per MinutemeasurementNumber of invocations processed.invocations
Wait TimemeasurementTotal sum of wait-time for all methods in milliseconds.wait-time
Execution TimemeasurementTotal execution-time (sum of all execution-time from all of the methods) in millisecondsexecution-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.516. 

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.1.12.4.6.4. JBossAS7 - Entity Bean Runtime Service
Overview

Table 3.517. Overview

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

Table 3.518. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.519. 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 instances created for the pool.pool-create-count
Pool Current SizemeasurementThe current size of the instance pool.pool-current-size
Pool Max SizemeasurementThe maximum size of the instance pool.pool-max-size
Pool Remove CountmeasurementThe number of instances removed from the pool.pool-remove-count
Peak concurrent invocationsmeasurementThe maximum number of concurrent invocations at any given time.peak-concurrent-invocations
InvocationsmeasurementThe total number of invocations made on this EJB.invocations
Invocations per MinutemeasurementNumber of invocations processed.invocations
Wait TimemeasurementTotal sum of wait-time for all methods in milliseconds.wait-time
Execution TimemeasurementTotal execution-time (sum of all execution-time from all of the methods) in millisecondsexecution-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.520. 

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.1.12.4.6.5. JBossAS7 - Stateful Session Bean Runtime Service
Overview

Table 3.521. Overview

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

Table 3.522. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.523. Metrics

NameTypeDescriptionInternal Name
Peak concurrent invocationsmeasurementThe maximum number of concurrent invocations at any given time.peak-concurrent-invocations
InvocationsmeasurementThe total number of invocations made on this EJB.invocations
Invocations per MinutemeasurementNumber of invocations processed.invocations
Wait TimemeasurementTotal sum of wait-time for all methods in milliseconds.wait-time
Execution TimemeasurementTotal execution-time (sum of all execution-time from all of the methods) in millisecondsexecution-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.524. 

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.1.12.4.7. JBossAS7 - Resource Adapters Runtime Service
Overview

Table 3.525. Overview

Description:Configuration of the resource adapters subsystem.
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.526. 

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.1.12.4.7.1. JBossAS7 - Connection Definition Runtime Service
Overview

Table 3.527. Overview

Description:Specifies the connection definitions.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.528. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.529. Metrics

NameTypeDescriptionInternal Name
Active CountmeasurementThe active countActiveCount
Available CountmeasurementThe available countAvailableCount
Average Blocking TimemeasurementThe average time spent blocking for a connectionAverageBlockingTime
Average Creation TimemeasurementThe average time spent creating a physical connectionAverageCreationTime
Created CountmeasurementThe created countCreatedCount
Destroyed CountmeasurementThe destroyed countDestroyedCount
Max Creation TimemeasurementThe maximum time for creating a physical connectionMaxCreationTime
Max Used CountmeasurementThe maximum number of connections usedMaxUsedCount
Max Wait TimemeasurementThe maximum wait time for a connectionMaxWaitTime
Timed OutmeasurementThe timed out countTimedOut
Total Blocking TimemeasurementThe total blocking timeTotalBlockingTime
Total Creation TimemeasurementThe total time spent creating physical connectionsTotalCreationTime

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.1.12.5. JBossAS7 - JPA Runtime Service
Overview

Table 3.530. Overview

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

Table 3.531. 

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.1.12.5.1. JBossAS7 - Hibernate Persistence Unit Service
Overview

Table 3.532. Overview

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

Table 3.533. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.534. 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.535. 

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.536. Metrics

NameDescription
Subsystem:clearClear statistics.
Subsystem:evict AllEvict all entities from second level cache.
Subsystem:summaryLog the statistics.
View QueriesView statistical information about queries executed by Hibernate
Package Types
none
3.3.1.12.5.1.1. JBossAS7 - Entity Cache Service
Overview

Table 3.537. Overview

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

Table 3.538. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.539. 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.1.12.5.1.2. JBossAS7 - Entity Service
Overview

Table 3.540. Overview

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

Table 3.541. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.542. 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.1.12.5.1.3. JBossAS7 - Collection Service
Overview

Table 3.543. Overview

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

Table 3.544. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.545. 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
3.3.1.12.6. JBossAS7 - Datasources Runtime Service
Overview

Table 3.546. Overview

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

Table 3.547. 

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.1.12.6.1. JBossAS7 - XA Datasource Runtime Service
Overview

Table 3.548. Overview

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

Table 3.549. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.550. Metrics

NameTypeDescriptionInternal Name
Prepared Statement Cache Current SizemeasurementThe number of prepared and callable statements currently cached in the statement cachePreparedStatementCacheCurrentSize
Prepared Statement Cache Miss CountmeasurementThe number of times that a statement request could not be satisfied with a statement from the cachePreparedStatementCacheMissCount
Prepared Statement Cache Miss Count per MinutemeasurementThe number of times that a statement request could not be satisfied with a statement from the cachePreparedStatementCacheMissCount
Prepared Statement Cache Add CountmeasurementThe number of statements added to the statement cachePreparedStatementCacheAddCount
Prepared Statement Cache Access CountmeasurementThe number of times that the statement cache was accessedPreparedStatementCacheAccessCount
Prepared Statement Cache Access Count per MinutemeasurementThe number of times that the statement cache was accessedPreparedStatementCacheAccessCount
Prepared Statement Cache Delete CountmeasurementThe number of statements discarded from the cachePreparedStatementCacheDeleteCount
Prepared Statement Cache Delete Count per MinutemeasurementThe number of statements discarded from the cachePreparedStatementCacheDeleteCount
Prepared Statement Cache Hit CountmeasurementThe number of times that statements from the cache were usedPreparedStatementCacheHitCount
Prepared Statement Cache Hit Count per MinutemeasurementThe number of times that statements from the cache were usedPreparedStatementCacheHitCount
Active CountmeasurementThe active countActiveCount
Available CountmeasurementThe available countAvailableCount
Average Blocking TimemeasurementThe average time spent blocking for a connectionAverageBlockingTime
Average Creation TimemeasurementThe average time spent creating a physical connectionAverageCreationTime
Created CountmeasurementThe created countCreatedCount
Created Count per MinutemeasurementThe created countCreatedCount
Destroyed CountmeasurementThe destroyed countDestroyedCount
Destroyed Count per MinutemeasurementThe destroyed countDestroyedCount
Max Creation TimemeasurementThe maximum time for creating a physical connectionMaxCreationTime
Max Used CountmeasurementThe maximum number of connections usedMaxUsedCount
Max Wait TimemeasurementThe maximum wait time for a connectionMaxWaitTime
Timed OutmeasurementThe timed out countTimedOut
Timed Out per MinutemeasurementThe timed out countTimedOut
Total Creation TimemeasurementThe total time spent creating physical connectionsTotalCreationTime
Total Creation Time per MinutemeasurementThe total time spent creating physical connectionsTotalCreationTime
Total Blocking TimemeasurementThe total blocking timeTotalBlockingTime
Total Blocking Time per MinutemeasurementThe total blocking timeTotalBlockingTime
Connection Available?traitConnection Available?connectionAvailable
Min Pool Size settingmeasurementThe min pool size settingmin-pool-size
Max Pool Size settingmeasurementThe max pool size settingmax-pool-size

Note

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

Table 3.551. 

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.552. 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.1.12.6.2. JBossAS7 - Datasource Runtime Service
Overview

Table 3.553. Overview

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

Table 3.554. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.555. Metrics

NameTypeDescriptionInternal Name
Prepared Statement Cache Current SizemeasurementThe number of prepared and callable statements currently cached in the statement cachePreparedStatementCacheCurrentSize
Prepared Statement Cache Miss CountmeasurementThe number of times that a statement request could not be satisfied with a statement from the cachePreparedStatementCacheMissCount
Prepared Statement Cache Miss Count per MinutemeasurementThe number of times that a statement request could not be satisfied with a statement from the cachePreparedStatementCacheMissCount
Prepared Statement Cache Add CountmeasurementThe number of statements added to the statement cachePreparedStatementCacheAddCount
Prepared Statement Cache Access CountmeasurementThe number of times that the statement cache was accessedPreparedStatementCacheAccessCount
Prepared Statement Cache Access Count per MinutemeasurementThe number of times that the statement cache was accessedPreparedStatementCacheAccessCount
Prepared Statement Cache Delete CountmeasurementThe number of statements discarded from the cachePreparedStatementCacheDeleteCount
Prepared Statement Cache Delete Count per MinutemeasurementThe number of statements discarded from the cachePreparedStatementCacheDeleteCount
Prepared Statement Cache Hit CountmeasurementThe number of times that statements from the cache were usedPreparedStatementCacheHitCount
Prepared Statement Cache Hit Count per MinutemeasurementThe number of times that statements from the cache were usedPreparedStatementCacheHitCount
Active CountmeasurementThe active countActiveCount
Available CountmeasurementThe available countAvailableCount
Average Blocking TimemeasurementThe average time spent blocking for a connectionAverageBlockingTime
Average Creation TimemeasurementThe average time spent creating a physical connectionAverageCreationTime
Created CountmeasurementThe created countCreatedCount
Created Count per MinutemeasurementThe created countCreatedCount
Destroyed CountmeasurementThe destroyed countDestroyedCount
Destroyed Count per MinutemeasurementThe destroyed countDestroyedCount
Max Creation TimemeasurementThe maximum time for creating a physical connectionMaxCreationTime
Max Used CountmeasurementThe maximum number of connections usedMaxUsedCount
Max Wait TimemeasurementThe maximum wait time for a connectionMaxWaitTime
Timed OutmeasurementThe timed out countTimedOut
Timed Out per MinutemeasurementThe timed out countTimedOut
Total Creation TimemeasurementThe total time spent creating physical connectionsTotalCreationTime
Total Creation Time per MinutemeasurementThe total time spent creating physical connectionsTotalCreationTime
Total Blocking TimemeasurementThe total blocking timeTotalBlockingTime
Total Blocking Time per MinutemeasurementThe total blocking timeTotalBlockingTime
Connection Available?traitConnection Available?connectionAvailable
Min Pool Size settingmeasurementThe min pool size settingmin-pool-size
Max Pool Size settingmeasurementThe max pool size settingmax-pool-size

Note

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

Table 3.556. 

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.557. 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.1.12.7. JBossAS7 - EJB3 Runtime Service
Overview

Table 3.558. Overview

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

Table 3.559. 

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.1.12.7.1. JBossAS7 - Message Driven Bean Runtime Service
Overview

Table 3.560. Overview

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

Table 3.561. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.562. 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 instances created for the pool.pool-create-count
Pool Current SizemeasurementThe current size of the instance pool.pool-current-size
Pool Max SizemeasurementThe maximum size of the instance pool.pool-max-size
Pool Remove CountmeasurementThe number of instances removed from the pool.pool-remove-count
Peak concurrent invocationsmeasurementThe maximum number of concurrent invocations at any given time.peak-concurrent-invocations
InvocationsmeasurementThe total number of invocations made on this EJB.invocations
Invocations per MinutemeasurementNumber of invocations processed.invocations
Wait TimemeasurementTotal sum of wait-time for all methods in milliseconds.wait-time
Execution TimemeasurementTotal execution-time (sum of all execution-time from all of the methods) in millisecondsexecution-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.563. 

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.1.12.7.2. JBossAS7 - Singleton Bean Runtime Service
Overview

Table 3.564. Overview

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

Table 3.565. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.566. Metrics

NameTypeDescriptionInternal Name
Peak concurrent invocationsmeasurementThe maximum number of concurrent invocations at any given time.peak-concurrent-invocations
InvocationsmeasurementThe total number of invocations made on this EJB.invocations
Invocations per MinutemeasurementNumber of invocations processed.invocations
Wait TimemeasurementTotal sum of wait-time for all methods in milliseconds.wait-time
Execution TimemeasurementTotal execution-time (sum of all execution-time from all of the methods) in millisecondsexecution-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.567. 

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.1.12.7.3. JBossAS7 - Stateless Session Bean Runtime Service
Overview

Table 3.568. Overview

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

Table 3.569. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.570. 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 instances created for the pool.pool-create-count
Pool Current SizemeasurementThe current size of the instance pool.pool-current-size
Pool Max SizemeasurementThe maximum size of the instance pool.pool-max-size
Pool Remove CountmeasurementThe number of instances removed from the pool.pool-remove-count
Peak concurrent invocationsmeasurementThe maximum number of concurrent invocations at any given time.peak-concurrent-invocations
InvocationsmeasurementThe total number of invocations made on this EJB.invocations
Invocations per MinutemeasurementNumber of invocations processed.invocations
Wait TimemeasurementTotal sum of wait-time for all methods in milliseconds.wait-time
Execution TimemeasurementTotal execution-time (sum of all execution-time from all of the methods) in millisecondsexecution-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.571. 

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.1.12.7.4. JBossAS7 - Entity Bean Runtime Service
Overview

Table 3.572. Overview

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

Table 3.573. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.574. 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 instances created for the pool.pool-create-count
Pool Current SizemeasurementThe current size of the instance pool.pool-current-size
Pool Max SizemeasurementThe maximum size of the instance pool.pool-max-size
Pool Remove CountmeasurementThe number of instances removed from the pool.pool-remove-count
Peak concurrent invocationsmeasurementThe maximum number of concurrent invocations at any given time.peak-concurrent-invocations
InvocationsmeasurementThe total number of invocations made on this EJB.invocations
Invocations per MinutemeasurementNumber of invocations processed.invocations
Wait TimemeasurementTotal sum of wait-time for all methods in milliseconds.wait-time
Execution TimemeasurementTotal execution-time (sum of all execution-time from all of the methods) in millisecondsexecution-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.575. 

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.1.12.7.5. JBossAS7 - Stateful Session Bean Runtime Service
Overview

Table 3.576. Overview

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

Table 3.577. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.578. Metrics

NameTypeDescriptionInternal Name
Peak concurrent invocationsmeasurementThe maximum number of concurrent invocations at any given time.peak-concurrent-invocations
InvocationsmeasurementThe total number of invocations made on this EJB.invocations
Invocations per MinutemeasurementNumber of invocations processed.invocations
Wait TimemeasurementTotal sum of wait-time for all methods in milliseconds.wait-time
Execution TimemeasurementTotal execution-time (sum of all execution-time from all of the methods) in millisecondsexecution-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.579. 

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.1.12.8. JBossAS7 - Resource Adapters Runtime Service
Overview

Table 3.580. Overview

Description:Configuration of the resource adapters subsystem.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.581. 

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.1.12.8.1. JBossAS7 - Connection Definition Runtime Service
Overview

Table 3.582. Overview

Description:Specifies the connection definitions.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.583. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.584. Metrics

NameTypeDescriptionInternal Name
Active CountmeasurementThe active countActiveCount
Available CountmeasurementThe available countAvailableCount
Average Blocking TimemeasurementThe average time spent blocking for a connectionAverageBlockingTime
Average Creation TimemeasurementThe average time spent creating a physical connectionAverageCreationTime
Created CountmeasurementThe created countCreatedCount
Destroyed CountmeasurementThe destroyed countDestroyedCount
Max Creation TimemeasurementThe maximum time for creating a physical connectionMaxCreationTime
Max Used CountmeasurementThe maximum number of connections usedMaxUsedCount
Max Wait TimemeasurementThe maximum wait time for a connectionMaxWaitTime
Timed OutmeasurementThe timed out countTimedOut
Total Blocking TimemeasurementThe total blocking timeTotalBlockingTime
Total Creation TimemeasurementThe total time spent creating physical connectionsTotalCreationTime

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.1.13. JBossAS7 - DeploymentScanner Service

Overview

Table 3.585. Overview

Description:Management of the deployment scanner
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.586. 

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.587. 

NameDescriptionRequiredInternal Name
ScannersList of scanners yes *

Note

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

3.3.1.14. JBossAS7 - JacORB Service

Overview

Table 3.588. Overview

Description:JacORB subsystem configuration
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.589. 

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.590. 

NameDescriptionRequiredInternal Name
Add Component Via InterceptorIndicates whether SSL components should be added by an IOR interceptor (on) or not (off). The default value is on. no add-component-via-interceptor
Cache Poa NamesIndicates whether POA names should be cached (on) or not (off). The default value is off. no cache-poa-names
Cache TypecodesIndicates whether typecodes should be cached (on) or not (off). The default value is off. no cache-typecodes
Chunk Custom Rmi ValuetypesIndicates whether custom RMI valuetypes should be encoded as chunks (on) or not (off). The default value is on. no chunk-custom-rmi-valuetypes
Client RequiresValue that indicates the client SSL required parameters (None, ServerAuth, ClientAuth, MutualAuth). The default value is None. no client-requires
Client SupportsValue that indicates the client SSL supported parameters (None, ServerAuth, ClientAuth, MutualAuth). The default value is MutualAuth. no client-supports
Client TimeoutThe client-side connection timeout value in milliseconds. A value of zero indicates that the connection never times out. The default value is 0. no client-timeout
CometIndicates whether interoperability with Comet's ORB is enabled (on) or not (off). The default value is off. no comet
Export CorbalocIndicates whether the root context should be exported as corbaloc::address:port/NameService (on) or not (off). The default value is on. no export-corbaloc
Giop Minor VersionThe GIOP minor version to be used. The default value is 2. no giop-minor-version
Indirection Encoding DisableIndicates whether indirection encoding for repeated typecodes should be disabled (on) or not (off). The default value is off. no indirection-encoding-disable
IonaIndicates whether interoperability with IONA's ASP is enabled (on) or not (off). The default value is off. no iona
Lax Boolean EncodingIndicates whether any non-zero CDR encoded boolean value should be interpreted as true (on) or not (off). The default value is off. no lax-boolean-encoding
Max Managed Buf SizeThe log2 of maximum size managed by the internal buffer manager. The default value is 24. no max-managed-buf-size
Max Server ConnectionsThe maximum number of connections accepted by the server. The default value is 2147483647. no max-server-connections
Max ThreadsThe maximum number of active request processor threads. Threads are first obtained from the pool and once the pool is exhausted new threads are created until the number of threads reaches this limit. New requests will wait until an active thread finishes its job. The default value is 32. no max-threads
MonitoringIndicates whether the monitoring GUI should be displayed (on) or not (off). The default value is off. no monitoring
NameThe name of the running ORB. The default value is JBoss. no name
Outbuf Cache TimeoutThe buffer cache timeout in milliseconds. The default value is -1. no outbuf-cache-timeout
Outbuf SizeThe size of the network buffers for outgoing messages. The default value is 2048. no outbuf-size
Pool SizeThe size of the request processors thread-pool. Threads that finish processing a request are placed back in the pool if the pool is not full and discarded otherwise. The default value is 5. no pool-size
Print VersionIndicates whether the version number should be printed during ORB startup (on) or not (off). The default value is off. no print-version
PropertiesA list of generic key/value properties. no properties
Queue MaxThe maximum number of requests that can be queued. The default value is 100. no queue-max
Queue MinThe size of the queue for notifying waiting requests. In other words, blocked requests are only notified when the queue has no more than queue-min requests. The default value is 10. no queue-min
Queue WaitIndicates whether requests that exceed the maximum queue size should wait (on) or not (off). When disabled, a TRANSIENT exception is thrown if the queue is full. The default value is off. no queue-wait
RetriesThe number of retries if connections cannot be promptly established. The default value is 5. no retries
Retry IntervalThe interval in milliseconds between retries. The default value is 500. no retry-interval
Root ContextThe naming service root context. The default value is JBoss/Naming/root. no root-context
SecurityIndicates whether the security interceptors are to be installed (on) or not (off). The default value is off. no security
Security DomainThe name of the security domain that holds the key and trust stores that will be used to establish SSL connections. no security-domain
Server RequiresValue that indicates the server SSL required parameters (None, ServerAuth, ClientAuth, MutualAuth). The default value is None. no server-requires
Server SupportsValue that indicates the server SSL supported parameters (None, ServerAuth, ClientAuth, MutualAuth). The default value is MutualAuth. no server-supports
Server TimeoutThe server-side connection timeout value in milliseconds. A value of zero indicates that the connection never times out. The default value is 0. no server-timeout
Strict Check On Tc CreationIndicates whether the method create_abstract_interface_tc should perform a validation check on the name parameter (on) or not (off). The default value is off. no strict-check-on-tc-creation
SunIndicates whether interoperability with Sun's ORB is enabled (on) or not (off). The default value is on. no sun
Support SslIndicates whether SSL is to be supported (on) or not (off). The default value is off. no support-ssl
TransactionsIndicates whether the transactions interceptors are to be installed (on or spec) or not (off). The value 'on' enabled JTS while 'spec' enables a spec compliant mode (non JTS) that rejects incoming transaction contexts. The default value is off. no transactions
Use BomIndicates whether GIOP 1.2 byte order markers should be used (on) or not (off). The default value is off. no use-bom
Use ImrIndicates whether the implementation repository should be used (on) or not (off). The default value is off. no use-imr

Note

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

3.3.1.15. JBossAS7 - JDR Service

Overview

Table 3.591. Overview

Description:JBoss Diagnostic Reporter (JDR) Subsystem.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.592. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

Note

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

Table 3.593. Metrics

NameDescription
Generate JDR ReportRequest the generation of a JDR report.
Package Types
none

3.3.1.16. JBossAS7 - JCA Service

Overview

Table 3.594. Overview

Description:The Java EE Connector Architecture (JCA) subsystem providing general configuration for resource adapters
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.595. 

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.596. 

NameDescriptionRequiredInternal Name
EnabledSpecify whether bean validation is enabled. The default value is true. no enabled:1
EnabledSpecify whether archive validation is enabled. The default value is true. no enabled:2
Fail On ErrorShould an archive validation error report fail the deployment. The default value is true. no fail-on-error
Fail On WarnShould an archive validation warning report fail the deployment. The default value is false. no fail-on-warn
DebugEnable/disable debug information logging. The default value is false. no debug
ErrorEnable/disable error information logging. The default value is false. no error
InstallEnable/disable the cached connection manager valve and interceptor. The default value is false. no install

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.16.1. JBossAS7 - BootstrapContext Service
Overview

Table 3.597. Overview

Description:Bootstrap context for resource adapters.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.598. 

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.599. 

NameDescriptionRequiredInternal Name
NameThe name of the BootstrapContext no name
WorkmanagerThe WorkManager instance for the BootstrapContext no workmanager

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.16.2. JBossAS7 - Workmanager Service
Overview

Table 3.600. Overview

Description:WorkManager for resource adapters.
Singleton: no
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.601. 

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.602. 

NameDescriptionRequiredInternal Name
NameThe name of the WorkManager no name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.16.2.1. JBossAS7 - Long Running Thread Pool Service
Overview

Table 3.603. Overview

Description:Long running thread pool executor with a bounded queue where threads submitting tasks may block.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.604. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.605. Metrics

NameTypeDescriptionInternal Name
Current Thread CountmeasurementThe current number of threads in the pool.current-thread-count
Largest Thread CountmeasurementThe largest number of threads that have ever simultaneously been in the pool.largest-thread-count
Rejected CountmeasurementThe number of tasks that have been passed to the handoff-executor (if one is specified) or discarded.rejected-count

Note

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

Table 3.606. 

NameDescriptionRequiredInternal Name
Allow Core TimeoutWhether core threads may time out. The default value is false. no allow-core-timeout
Core ThreadsThe core thread pool size which is smaller than the maximum pool size. If undefined, the core thread pool size is the same as the maximum thread pool size. no core-threads:expr
Handoff ExecutorAn executor to delegate tasks to in the event that a task cannot be accepted. If not specified, tasks that cannot be accepted will be silently discarded. no handoff-executor
Keepalive TimeUsed to specify the amount of time that pool threads should be kept running when idle; if not specified, threads will run until the executor is shut down. no keepalive-time
Max ThreadsThe maximum thread pool size. yes max-threads:expr
NameThe name of the thread pool. no name
Queue LengthThe queue length. yes queue-length:expr
Thread FactorySpecifies the name of a specific thread factory to use to create worker threads. If not defined an appropriate default thread factory will be used. no thread-factory

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.16.2.2. JBossAS7 - Short Running Thread Pool Service
Overview

Table 3.607. Overview

Description:Short running thread pool executor with a bounded queue where threads submitting tasks may block.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.608. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.609. Metrics

NameTypeDescriptionInternal Name
Current Thread CountmeasurementThe current number of threads in the pool.current-thread-count
Largest Thread CountmeasurementThe largest number of threads that have ever simultaneously been in the pool.largest-thread-count
Rejected CountmeasurementThe number of tasks that have been passed to the handoff-executor (if one is specified) or discarded.rejected-count

Note

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

Table 3.610. 

NameDescriptionRequiredInternal Name
Allow Core TimeoutWhether core threads may time out. The default value is false. no allow-core-timeout
Core ThreadsThe core thread pool size which is smaller than the maximum pool size. If undefined, the core thread pool size is the same as the maximum thread pool size. no core-threads:expr
Handoff ExecutorAn executor to delegate tasks to in the event that a task cannot be accepted. If not specified, tasks that cannot be accepted will be silently discarded. no handoff-executor
Keepalive TimeUsed to specify the amount of time that pool threads should be kept running when idle; if not specified, threads will run until the executor is shut down. no keepalive-time
Max ThreadsThe maximum thread pool size. yes max-threads:expr
NameThe name of the thread pool. no name
Queue LengthThe queue length. yes queue-length:expr
Thread FactorySpecifies the name of a specific thread factory to use to create worker threads. If not defined an appropriate default thread factory will be used. no thread-factory

Note

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

3.3.1.17. JBossAS7 - JAXR Service

Overview

Table 3.611. Overview

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

Table 3.612. 

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.613. 

NameDescriptionRequiredInternal Name
ClassThe JAXR ConnectionFactory implementation class no class
Jndi NameThe JNDI name under which the JAXR ConnectionFactory is bound no jndi-name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.17.1. JBossAS7 - Property (JAXR) Service
Overview

Table 3.614. Overview

Description:A JAXR property. The identity of the resource defines the property name.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.615. 

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.616. 

NameDescriptionRequiredInternal Name
ValueThe JAXR property value. yes value

Note

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

3.3.1.18. JBossAS7 - JPA Service

Overview

Table 3.617. Overview

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

Table 3.618. 

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.619. 

NameDescriptionRequiredInternal Name
Default DatasourceThe name of the default global datasource. no default-datasource

Note

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

3.3.1.19. JBossAS7 - CMP Service

Overview

Table 3.620. Overview

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

Table 3.621. 

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.1.19.1. JBossAS7 - HiloKeygenerator Service
Overview

Table 3.622. Overview

Description:HiLo based key generators.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.623. 

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.624. 

NameDescriptionRequiredInternal Name
Block SizeThe block size no block-size
Create TableBoolean to determine whether to create create the tables no create-table
Create Table DdlThe DDL used to create the table no create-table-ddl
Data SourceThe datasource used for sequence generation yes data-source
Drop TableBoolean to determine whether to create drop the tables no drop-table
Id ColumnThe ID column name yes id-column
Select Hi DdlThe DDL used to select the hi value no select-hi-ddl
Sequence ColumnThe sequence column name yes sequence-column
Sequence NameThe name of the sequence yes sequence-name
Table NameThe table name yes table-name

Note

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

3.3.1.20. JBossAS7 - EE Service

Overview

Table 3.625. Overview

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

Table 3.626. 

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.627. 

NameDescriptionRequiredInternal Name
Ear Subdeployments IsolatedFlag indicating whether each of the subdeployments within a .ear can access classes belonging to another subdeployment within the same .ear. A value of false means the subdeployments can see classes belonging to other subdeployments within the .ear. The default value is false. no ear-subdeployments-isolated
Global ModulesA list of modules that should be made available to all deployments. no global-modules

Note

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

3.3.1.21. JBossAS7 - Security Service

Overview

Table 3.628. Overview

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

Table 3.629. 

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.630. 

NameDescriptionRequiredInternal Name
Deep Copy Subject ModeSets the copy mode of subjects done by the security managers to be deep copies that makes copies of the subject principals and credentials if they are cloneable. It should be set to true if subject include mutable content that can be corrupted when multiple threads have the same identity and cache flushes/logout clearing the subject in one thread results in subject references affecting other threads. The default value is false. no deep-copy-subject-mode

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.21.1. JBossAS7 - Security Domain Service
Overview

Table 3.631. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.632. 

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.633. 

NameDescriptionRequiredInternal Name
Cache TypeAdds a cache to speed up authentication checks. Allowed values are 'default' to use simple map as the cache and 'infinispan' to use an Infinispan cache. no cache-type

Note

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

Table 3.634. Metrics

NameDescription
Flush CacheRemove entries stored in the authentication cache for this security domain. A single entry can be flushed by using the principal argument with the username as the value. If no argument is passed to the operation, all entries are flushed.
List Cached PrincipalsLists the principals stored in the authentication cache for this security domain.
Package Types
none
3.3.1.21.1.1. JBossAS7 - ACL Service
Overview

Table 3.635. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.636. 

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.637. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.21.1.1.1. JBossAS7 - Acl Modules Service
Overview

Table 3.638. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.639. 

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.640. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.21.1.1.1.1. JBossAS7 - Module Options (Acl) Service
Overview

Table 3.641. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.642. 

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.643. 

NameDescriptionRequiredInternal Name
Module Options  no Module Options

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.21.1.2. JBossAS7 - Audit Service
Overview

Table 3.644. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.645. 

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.646. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.21.1.2.1. JBossAS7 - Provider Modules Service
Overview

Table 3.647. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.648. 

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.649. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.21.1.2.1.1. JBossAS7 - Module Options (Provider Modules) Service
Overview

Table 3.650. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.651. 

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.652. 

NameDescriptionRequiredInternal Name
Module Options  no Module Options

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.21.1.3. JBossAS7 - Authentication (Classic) Service
Overview

Table 3.653. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.654. 

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.655. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.21.1.3.1. JBossAS7 - Login Modules (Classic) Service
Overview

Table 3.656. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.657. 

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.658. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.21.1.3.1.1. JBossAS7 - Module Options (Classic) Service
Overview

Table 3.659. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.660. 

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.661. 

NameDescriptionRequiredInternal Name
Module Options  no Module Options

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.21.1.4. JBossAS7 - Authentication (Jaspi) Service
Overview

Table 3.662. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.663. 

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.664. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.21.1.4.1. JBossAS7 - Login Module Stack Service
Overview

Table 3.665. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.666. 

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.667. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.21.1.4.1.1. JBossAS7 - Module Options (Login Module Stack) Service
Overview

Table 3.668. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.669. 

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.670. 

NameDescriptionRequiredInternal Name
Module Options  no Module Options

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.21.1.5. JBossAS7 - Authorization Service
Overview

Table 3.671. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.672. 

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.673. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.21.1.5.1. JBossAS7 - Authorization Modules Service
Overview

Table 3.674. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.675. 

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.676. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.21.1.5.1.1. JBossAS7 - Module Options (Authorization) Service
Overview

Table 3.677. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.678. 

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.679. 

NameDescriptionRequiredInternal Name
Module Options  no Module Options

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.21.1.6. JBossAS7 - Identity Trust Service
Overview

Table 3.680. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.681. 

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.682. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.21.1.6.1. JBossAS7 - Identity Trust Modules Service
Overview

Table 3.683. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.684. 

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.685. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.21.1.6.1.1. JBossAS7 - Module Options (Identity Trust) Service
Overview

Table 3.686. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.687. 

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.688. 

NameDescriptionRequiredInternal Name
Module Options  no Module Options

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.21.1.7. JBossAS7 - JSSE Service
Overview

Table 3.689. Overview

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

Table 3.690. 

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.691. 

NameDescriptionRequiredInternal Name
Cipher SuitesComma separated list of cipher suites to enable on SSLSockets. no cipher-suites
Client AliasPreferred alias to use when the KeyManager chooses the client alias. no client-alias
Client AuthBoolean attribute to indicate if client's certificates should also be authenticated on the server side. no client-auth
Key ManagerJSEE Key Manager factory no key-manager
KeystoreConfigures a JSSE key store no keystore
ProtocolsComma separated list of protocols to enable on SSLSockets. no protocols
Server AliasPreferred alias to use when the KeyManager chooses the server alias. no server-alias
Service Auth TokenToken to retrieve PrivateKeys from the KeyStore. no service-auth-token
Trust ManagerJSEE Trust Manager factory no trust-manager
TruststoreConfigures a JSSE trust store no truststore

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.21.1.8. JBossAS7 - Mapping Service
Overview

Table 3.692. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.693. 

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.694. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
TypeType of mapping this module performs. Allowed values are principal, role, attribute or credential.. yes type

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.21.1.8.1. JBossAS7 - Mapping Modules Service
Overview

Table 3.695. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.696. 

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.697. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
TypeType of mapping this module performs. Allowed values are principal, role, attribute or credential.. yes type

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.21.1.8.1.1. JBossAS7 - Module Options (Mapping) Service
Overview

Table 3.698. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.699. 

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.700. 

NameDescriptionRequiredInternal Name
Module Options  no Module Options

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.21.2. JBossAS7 - Vault Service
Overview

Table 3.701. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.702. 

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.703. 

NameDescriptionRequiredInternal Name
CodeFully Qualified Name of the Security Vault Implementation. no code

Note

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

3.3.1.22. JBossAS7 - Threads Service

Overview

Table 3.704. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.705. 

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.1.22.1. JBossAS7 - ThreadFactory Service
Overview

Table 3.706. Overview

Description:A thread factory (implementing java.util.concurrent.ThreadFactory).
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.707. 

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.708. 

NameDescriptionRequiredInternal Name
Group NameSpecifies the name of a thread group to create for this thread factory. no group-name
NameThe name of the created thread factory. no name
PriorityMay be used to specify the thread priority of created threads. The default value is -1. no priority:expr
Thread Name PatternThe template used to create names for threads. The following patterns may be used: %% - emit a percent sign %t - emit the per-factory thread sequence number %g - emit the global thread sequence number %f - emit the factory sequence number %i - emit the thread ID. no thread-name-pattern

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.22.2. JBossAS7 - ThreadPool Service
Overview

Table 3.709. Overview

Description:A thread pool executor
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.710. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.711. Metrics

NameTypeDescriptionInternal Name
Active CountmeasurementThe approximate number of threads that are actively executing tasks.active-count
Completed Task CountmeasurementThe approximate total number of tasks that have completed execution.completed-task-count
Current Thread CountmeasurementThe current number of threads in the pool.current-thread-count
Largest Thread CountmeasurementThe largest number of threads that have ever simultaneously been in the pool.largest-thread-count
Rejected CountmeasurementThe number of tasks that have been rejected.rejected-count
Task CountmeasurementThe approximate total number of tasks that have ever been scheduled for execution.task-count

Note

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

Table 3.712. 

NameDescriptionRequiredInternal Name
Keepalive TimeUsed to specify the amount of time that pool threads should be kept running when idle; if not specified, threads will run until the executor is shut down. no keepalive-time
Max ThreadsThe maximum thread pool size. yes max-threads:expr
NameThe name of the thread pool. no name
Queue LengthThe queue length. Required only for Bounded and Blocking Bounded Thread Pools. no queue-length:expr
Thread FactorySpecifies the name of a specific thread factory to use to create worker threads. If not defined an appropriate default thread factory will be used. no thread-factory
Allow Core TimeoutWhether core threads may time out. The default value is false. no allow-core-timeout
Core ThreadsThe core thread pool size which is smaller than the maximum pool size. If undefined, the core thread pool size is the same as the maximum thread pool size. no core-threads:expr
Handoff ExecutorAn executor to delegate tasks to in the event that a task cannot be accepted. If not specified, tasks that cannot be accepted will be silently discarded. no handoff-executor
Thread Pool TypeThread pool type yes __type

Note

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

3.3.1.23. JBossAS7 - EJB3 Service

Overview

Table 3.713. Overview

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

Table 3.714. 

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.715. 

NameDescriptionRequiredInternal Name
Default Clustered Sfsb CacheName of the default stateful bean cache, which will be applicable to all clustered stateful EJBs, unless overridden at the deployment or bean level no default-clustered-sfsb-cache
Default Entity Bean Instance PoolName of the default entity bean instance pool, which will be applicable to all entity beans, unless overridden at the deployment or bean level no default-entity-bean-instance-pool
Default Entity Bean Optimistic LockingIf set to true entity beans will use optimistic locking by default no default-entity-bean-optimistic-locking
Default Mdb Instance PoolName of the default MDB instance pool, which will be applicable to all MDBs, unless overridden at the deployment or bean level no default-mdb-instance-pool
Default Resource Adapter NameName of the default resource adapter name that will be used by MDBs, unless overridden at the deployment or bean level. The default value is hornetq-ra. no default-resource-adapter-name
Default Sfsb CacheName of the default stateful bean cache, which will be applicable to all stateful EJBs, unless overridden at the deployment or bean level no default-sfsb-cache
Default Singleton Bean Access TimeoutThe default access timeout for singleton beans. The default value is 5000. no default-singleton-bean-access-timeout:expr
Default Slsb Instance PoolName of the default stateless bean instance pool, which will be applicable to all stateless EJBs, unless overridden at the deployment or bean level no default-slsb-instance-pool
Default Stateful Bean Access TimeoutThe default access timeout for stateful beans. The default value is 5000. no default-stateful-bean-access-timeout:expr
In Vm Remote Interface Invocation Pass By ValueIf set to false, the parameters to invocations on remote interface of an EJB, will be passed by reference. Else, the parameters will be passed by value. The default value is true. no in-vm-remote-interface-invocation-pass-by-value
Enable StatisticsIf set to true, enable the collection of invocation statistics. no enable-statistics

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.23.1. JBossAS7 - EJB3 Thread Pool Service
Overview

Table 3.716. Overview

Description:A thread pool executor with an unbounded queue. Such a thread pool has a core size and a queue with no upper bound. When a task is submitted, if the number of running threads is less than the core size, a new thread is created. Otherwise, the task is placed in queue. If too many tasks are allowed to be submitted to this type of executor, an out of memory condition may occur.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.717. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.718. Metrics

NameTypeDescriptionInternal Name
Active CountmeasurementThe approximate number of threads that are actively executing tasks.active-count
Completed Task CountmeasurementThe approximate total number of tasks that have completed execution.completed-task-count
Current Thread CountmeasurementThe current number of threads in the pool.current-thread-count
Largest Thread CountmeasurementThe largest number of threads that have ever simultaneously been in the pool.largest-thread-count
Rejected CountmeasurementThe number of tasks that have been rejected.rejected-count
Task CountmeasurementThe approximate total number of tasks that have ever been scheduled for execution.task-count

Note

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

Table 3.719. 

NameDescriptionRequiredInternal Name
Keepalive TimeUsed to specify the amount of time that pool threads should be kept running when idle; if not specified, threads will run until the executor is shut down. no keepalive-time
Max ThreadsThe maximum thread pool size. no max-threads:expr
NameThe name of the thread pool. no name
Thread FactorySpecifies the name of a specific thread factory to use to create worker threads. If not defined an appropriate default thread factory will be used. no thread-factory

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.23.2. JBossAS7 - File Passivation Store Service
Overview

Table 3.720. Overview

Description:A file system based passivation store.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.721. 

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.722. 

NameDescriptionRequiredInternal Name
Groups Path  no groups-path
Idle TimeoutThe timeout in units specified by idle-timeout-unit, after which a bean will passivate. The default value is 300. no idle-timeout:expr
Idle Timeout UnitThe unit of idle-timeout. The default value is SECONDS. no idle-timeout-unit
Max SizeThe maximum number of beans this cache should store before forcing old beans to passivate. The default value is 10000. no max-size:expr
Relative To  no relative-to
Sessions Path  no sessions-path
Subdirectory count  no subdirectory-count:expr

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.23.3. JBossAS7 - Strict Max Bean Instance Pool Service
Overview

Table 3.723. Overview

Description:A bean instance pool with a strict upper limit
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.724. 

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.725. 

NameDescriptionRequiredInternal Name
Max Pool SizeThe maximum number of bean instances that the pool can hold at a given point in time. The default value is 20. no max-pool-size:expr
TimeoutThe maximum amount of time to wait for a bean instance to be available from the pool. The default value is 5. no timeout:expr
Timeout UnitThe instance acquisition timeout unit. The default value is MINUTES. no timeout-unit

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.23.4. JBossAS7 - SFSB Cache Service
Overview

Table 3.726. Overview

Description:A SFSB cache.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.727. 

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.728. 

NameDescriptionRequiredInternal Name
AliasesThe aliases by which this cache may also be referenced yes aliases
Passivation StoreThe passivation store used by this cache no passivation-store

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.23.5. JBossAS7 - Cluster Passivation Store Service
Overview

Table 3.729. Overview

Description:A clustered passivation store.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.730. 

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.731. 

NameDescriptionRequiredInternal Name
Bean CacheThe name of the cache used to store bean instances. no bean-cache
Cache ContainerThe name of the cache container used for the bean and client-mappings caches. The default value is ejb. no cache-container
Client Mappings CacheThe name of the cache used to store client-mappings of the EJB remoting connector's socket-bindings. The default value is remote-connector-client-mappings. no client-mappings-cache
Idle TimeoutThe timeout in units specified by idle-timeout-unit, after which a bean will passivate. The default value is 300. no idle-timeout:expr
Idle Timeout UnitThe unit of idle-timeout. The default value is SECONDS. no idle-timeout-unit
Max SizeThe maximum number of beans this cache should store before forcing old beans to passivate. The default value is 10000. no max-size:expr
Passivate Events On ReplicateIndicates whether replication should trigger passivation events on the bean. The default value is true. no passivate-events-on-replicate

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.23.6. JBossAS7 - Async Service
Overview

Table 3.732. Overview

Description:The EJB3 Asynchronous Invocation Service
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.733. 

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.734. 

NameDescriptionRequiredInternal Name
Thread Pool NameThe name of the thread pool which handles asynchronous invocations no thread-pool-name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.23.7. JBossAS7 - IIOP Service
Overview

Table 3.735. Overview

Description:The IIOP service
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.736. 

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.737. 

NameDescriptionRequiredInternal Name
Enable By DefaultIf this is true EJB's will be exposed over IIOP by default, otherwise it needs to be explicitly enabled in the deployment descriptor no enable-by-default
Use Qualified NameIf true EJB names will be bound into the naming service with the application and module name prepended to the name (e.g. myapp/mymodule/MyEjb) no use-qualified-name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.23.8. JBossAS7 - Remote Service
Overview

Table 3.738. Overview

Description:The EJB3 remote service
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.739. 

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.740. 

NameDescriptionRequiredInternal Name
Connector RefThe name of the connector on which the EJB3 remoting channel is registered no connector-ref
Thread Pool NameThe name of the thread pool that handles remote invocations no thread-pool-name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.23.8.1. JBossAS7 - Channel Creation Options Service
Overview

Table 3.741. Overview

Description:The options that will be used during the EJB remote channel creation
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.742. 

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.743. 

NameDescriptionRequiredInternal Name
TypeThe type of the channel creation option no type
ValueThe value for the EJB remote channel creation option no value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.23.9. JBossAS7 - Timer Service
Overview

Table 3.744. Overview

Description:The EJB timer service
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.745. 

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.746. 

NameDescriptionRequiredInternal Name
PathThe directory to store persistent timer information in no path
Relative ToThe relative path that is used to resolve the timer data store location no relative-to
Thread Pool NameThe name of the thread pool used to run timer service invocations no thread-pool-name

Note

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

3.3.1.24. JBossAS7 - JMX Service

Overview

Table 3.747. Overview

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

Table 3.748. 

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.749. 

NameDescriptionRequiredInternal Name
Show ModelSet to 'true' to include MBeans for the model controller resources no show-model

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.24.1. JBossAS7 - Remoting Connector Service
Overview

Table 3.750. Overview

Description:The configuration of a resource adapter.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.751. 

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.752. 

NameDescriptionRequiredInternal Name
Use Management EndpointIf true the connector will use the management endpoint, otherwise it will use the remoting subsystem one. The default value is true. no use-management-endpoint

Note

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

3.3.1.25. JBossAS7 - Resource Adapters Service

Overview

Table 3.753. Overview

Description:Configuration of the resource adapters subsystem.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.754. 

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.1.25.1. JBossAS7 - Resource Adapter Service
Overview

Table 3.755. Overview

Description:The configuration of a resource adapter.
Singleton: no
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.756. 

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.757. 

NameDescriptionRequiredInternal Name
ArchiveSpecifies the resource adapter archive yes archive
BeanvalidationgroupsSpecifies the bean validation groups that should be used no beanvalidationgroups
BootstrapcontextSpecifies the unique name of the bootstrap context that should be used no bootstrapcontext
Transaction SupportSpecifies the transaction support level of the resource adapter yes transaction-support

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.25.1.1. JBossAS7 - Admin Objects Service
Overview

Table 3.758. Overview

Description:Specifies the administration objects.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.759. 

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.760. 

NameDescriptionRequiredInternal Name
Class NameSpecifies the fully qualified class name of a managed connection factory or admin object yes class-name
EnabledSpecifies if the resource adapter should be enabled. The default value is true. no enabled
Jndi NameSpecifies the JNDI name for the connection factory or admin object no jndi-name
Use Java ContextSetting this to false will bind the object into global JNDI. The default value is true. no use-java-context

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.25.1.2. JBossAS7 - Connection Definitions Service
Overview

Table 3.761. Overview

Description:Specifies the connection definitions.
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.762. 

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.763. 

NameDescriptionRequiredInternal Name
Allocation RetryThe allocation retry element indicates the number of times that allocating a connection should be tried before throwing an exception no allocation-retry:expr
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:expr
Background ValidationAn element to specify that connections should be validated on a background thread versus being validated prior to use. Changing this value requires a server restart. 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 requires a server restart no background-validation-millis:expr
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:expr
Class NameSpecifies the fully qualified class name of a managed connection factory or admin object yes class-name
EnabledSpecifies if the resource adapter should be enabled. The default value is true. no enabled
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 requires a server restart. no idle-timeout-minutes:expr
InterleavingAn element to enable interleaving for XA connections. The default value is false. no interleaving
Jndi NameSpecifies the JNDI name for the connection factory or admin object no jndi-name
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:expr
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:expr
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
Pool PrefillShould the pool be prefilled. Changing this value requires a server restart. 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
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 ApplicationIndicates that app supplied parameters (such as from getConnection(user, pw)) are used to distinguish connections in the pool no security-application
Security DomainSpecifies the security domain which defines the javax.security.auth.Subject that are used to distinguish connections in the pool no security-domain
Security Domain and ApplicationIndicates that either app supplied parameters (such as from getConnection(user, pw)) or Subject (from security domain) are used to distinguish connections in the pool no security-domain-and-application
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 object 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:expr
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 Resource TimeoutThe value is passed to XAResource.setTransactionTimeout(), in seconds. Default is zero no xa-resource-timeout:expr

Note

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

Table 3.764. Metrics

NameDescription
Flush All Connections in PoolFlushes all connections in the pool
Flush Idle Connections in PoolFlushes all idle connections in the pool
Test Connection in PoolTest if a connection can be obtained
Package Types
none
3.3.1.25.1.2.1. JBossAS7 - Config Properties Service
Overview

Table 3.765. Overview

Description:Custom defined config properties.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.766. 

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.767. 

NameDescriptionRequiredInternal Name
ValueCustom defined config property value no value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.25.1.3. JBossAS7 - Config Properties Service
Overview

Table 3.768. Overview

Description:Custom defined config properties.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.769. 

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.770. 

NameDescriptionRequiredInternal Name
ValueCustom defined config property value no value

Note

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

3.3.1.26. JBossAS7 - Infinispan Service

Overview

Table 3.771. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.772. 

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.1.26.1. JBossAS7 - Cache Container Service
Overview

Table 3.773. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.774. 

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.775. 

NameDescriptionRequiredInternal Name
Default CacheThe default infinispan cache no default-cache
AliasesThe list of aliases for this cache container no aliases
Jndi NameThe jndi name to which to bind this cache container no jndi-name
StartThe cache container start mode, which can be EAGER (immediate start) or LAZY (on-demand start). no start
Listener ExecutorThe executor used for the replication queue no listener-executor
Eviction ExecutorThe scheduled executor used for eviction no eviction-executor
ModuleThe module whose class loader should be used when building this cache container's configuration. The default value is org.jboss.as.clustering.infinispan. no module
Replication Queue ExecutorThe executor used for asynchronous cache operations no replication-queue-executor

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.26.1.1. JBossAS7 - Cache Service
Overview

Table 3.776. Overview

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

Table 3.777. 

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.778. 

NameDescriptionRequiredInternal Name
StartThe cache start mode, which can be EAGER (immediate start) or LAZY (on-demand start). no start
BatchingIf enabled, the invocation batching API will be made available for this cache. no batching
IndexingIf enabled, entries will be indexed when they are added to the cache. Indexes will be updated as entries change or are removed. no indexing
Jndi NameThe jndi-name to which to bind this cache instance. no jndi-name
ModeSets the clustered cache mode, ASYNC for asynchronous operation, or SYNC for synchronous operation. yes mode
Queue SizeIn ASYNC mode, this attribute can be used to trigger flushing of the queue when it reaches a specific threshold. no queue-size
Queue Flush IntervalIn ASYNC mode, this attribute controls how often the asynchronous thread used to flush the replication queue runs. This should be a positive integer which represents thread wakeup time in milliseconds. no queue-flush-interval
Remote TimeoutIn SYNC mode, the timeout (in ms) used to wait for an acknowledgment when making a remote call, after which the call is aborted and an exception is thrown. no remote-timeout
Async MarshallingIf enabled, this will cause marshalling of entries to be performed asynchronously. The default value is false. no async-marshalling
ModuleThe module whose class loader should be used when building this cache's configuration. no module
Type of cacheType of cache yes __type

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.26.1.2. JBossAS7 - Distributed Cache Service
Overview

Table 3.779. Overview

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

Table 3.780. 

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.781. 

NameDescriptionRequiredInternal Name
StartThe cache start mode, which can be EAGER (immediate start) or LAZY (on-demand start). no start
BatchingIf enabled, the invocation batching API will be made available for this cache. no batching
IndexingIf enabled, entries will be indexed when they are added to the cache. Indexes will be updated as entries change or are removed. no indexing
Jndi NameThe jndi-name to which to bind this cache instance. no jndi-name
ModeSets the clustered cache mode, ASYNC for asynchronous operation, or SYNC for synchronous operation. yes mode
Queue SizeIn ASYNC mode, this attribute can be used to trigger flushing of the queue when it reaches a specific threshold. no queue-size
Queue Flush IntervalIn ASYNC mode, this attribute controls how often the asynchronous thread used to flush the replication queue runs. This should be a positive integer which represents thread wakeup time in milliseconds. no queue-flush-interval
Remote TimeoutIn SYNC mode, the timeout (in ms) used to wait for an acknowledgment when making a remote call, after which the call is aborted and an exception is thrown. no remote-timeout
Async MarshallingIf enabled, this will cause marshalling of entries to be performed asynchronously. The default value is false. no async-marshalling
L 1 LifespanMaximum lifespan of an entry placed in the L1 cache. This element configures the L1 cache behavior in 'distributed' caches instances. In any other cache modes, this element is ignored. The default value is 600000. no l1-lifespan
ModuleThe module whose class loader should be used when building this cache's configuration. no module
OwnersNumber of cluster-wide replicas for each cache entry. The default value is 2. no owners
Virtual NodesControls the number of virtual nodes per 'real' node. If numVirtualNodes is 1, then virtual nodes are disabled. The topology aware consistent hash must be used if you wish to take advantage of virtual nodes. A default of 1 is used. The default value is 1. no virtual-nodes

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.26.1.3. JBossAS7 - Local Cache Service
Overview

Table 3.782. Overview

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

Table 3.783. 

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.784. 

NameDescriptionRequiredInternal Name
StartThe cache start mode, which can be EAGER (immediate start) or LAZY (on-demand start). no start
BatchingIf enabled, the invocation batching API will be made available for this cache. no batching
IndexingIf enabled, entries will be indexed when they are added to the cache. Indexes will be updated as entries change or are removed. no indexing
Jndi NameThe jndi-name to which to bind this cache instance. no jndi-name
ModuleThe module whose class loader should be used when building this cache's configuration. no module

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.26.1.4. JBossAS7 - Transport Service
Overview

Table 3.785. Overview

Description:The description of the transport used by this cache container
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.786. 

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.787. 

NameDescriptionRequiredInternal Name
ClusterThe name of the group communication cluster no cluster
ExecutorThe executor to use for the transport no executor
Lock TimeoutThe timeout for locks for the transport. The default value is 240000. no lock-timeout
StackThe jgroups stack to use for the transport no stack

Note

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

3.3.1.27. JBossAS7 - JGroups Service

Overview

Table 3.788. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.789. 

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.790. 

NameDescriptionRequiredInternal Name
Default StackDefault stack to use yes default-stack

Note

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

3.3.1.28. JBossAS7 - Remoting Service

Overview

Table 3.791. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.792. 

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.793. 

NameDescriptionRequiredInternal Name
Worker Read ThreadsThe number of read threads to create for the remoting worker. The default value is 1. no worker-read-threads
Worker Task Core ThreadsThe number of core threads for the remoting worker task thread pool. The default value is 4. no worker-task-core-threads
Worker Task KeepaliveThe number of milliseconds to keep non-core remoting worker task threads alive. The default value is 60. no worker-task-keepalive
Worker Task LimitThe maximum number of remoting worker tasks to allow before rejecting. The default value is 16384. no worker-task-limit
Worker Task Max ThreadsThe maximum number of threads for the remoting worker task thread pool. The default value is 16. no worker-task-max-threads
Worker Write ThreadsThe number of write threads to create for the remoting worker. The default value is 1. no worker-write-threads

Note

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

3.3.1.29. JBossAS7 - Osgi Service

Overview

Table 3.794. Overview

Description:The OSGi subsystem configuration.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.795. 

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.796. 

NameDescriptionRequiredInternal Name
ActivationActivation flag for the OSGi subsystem. Possible values: lazy, eager. The default value is LAZY. no activation
StartlevelThe current Start Level of the OSGi Framework. Changing this value will change the Start Level of the Framework accordingly. no startlevel

Note

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

Table 3.797. Metrics

NameDescription
ActivateActivate the OSGi subsystem.
Package Types
none
3.3.1.29.1. JBossAS7 - Capability Service
Overview

Table 3.798. Overview

Description:A framework capability. A capability maps to a JBoss Module in the modules directory or an OSGi bundle in the bundles directory. The identity maps to the resource identifier of the module or bundle.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.799. 

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.800. 

NameDescriptionRequiredInternal Name
StartlevelThe startlevel for the capability. Can only be specified for OSGi bundles. no startlevel

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.29.2. JBossAS7 - Bundle Service
Overview

Table 3.801. Overview

Description:Runtime bundle information.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.802. 

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.803. 

NameDescriptionRequiredInternal Name
IdThe bundle ID. no id
StartlevelThe bundle's start level. no startlevel
Symbolic NameThe bundle symbolic name. no symbolic-name
VersionThe bundle version. no version

Note

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

Table 3.804. Metrics

NameDescription
StartStarts the bundle.
StopStops the bundle.
Package Types
none
3.3.1.29.3. JBossAS7 - Property Service
Overview

Table 3.805. Overview

Description:A property
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.806. 

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.807. 

NameDescriptionRequiredInternal Name
ValueThe property value. no value

Note

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

3.3.1.30. JBossAS7 - Mail Service

Overview

Table 3.808. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.809. 

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.1.30.1. JBossAS7 - Mail Session Service
Overview

Table 3.810. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.811. 

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.812. 

NameDescriptionRequiredInternal Name
DebugEnables javamail debugging. The default value is false. no debug
FromFrom address that is used as default from, if not set when sending no from
Jndi NameJNDI name to where mail session should be bound no jndi-name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.30.1.1. JBossAS7 - SMTP Mail Server Service
Overview

Table 3.813. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.814. 

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.815. 

NameDescriptionRequiredInternal Name
Outbound Socket Binding RefOutbound Socket binding to SMTP server yes outbound-socket-binding-ref
PasswordPassword to authenticate on server no password
SslDoes server requires SSL?. The default value is false. no ssl
UsernameUsername to authenticate on server no username

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.30.1.2. JBossAS7 - IMAP Mail Server Service
Overview

Table 3.816. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.817. 

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.818. 

NameDescriptionRequiredInternal Name
Outbound Socket Binding RefOutbound Socket binding to IMAP server yes outbound-socket-binding-ref
PasswordPassword to authenticate on server no password
SslDoes server requires SSL?. The default value is false. no ssl
UsernameUsername to authenticate on server no username

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.30.1.3. JBossAS7 - POP3 Mail Server Service
Overview

Table 3.819. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.820. 

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.821. 

NameDescriptionRequiredInternal Name
Outbound Socket Binding RefOutbound Socket binding to POP3 server yes outbound-socket-binding-ref
PasswordPassword to authenticate on server no password
SslDoes server requires SSL?. The default value is false. no ssl
UsernameUsername to authenticate on server no username

Note

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

3.3.1.31. JBossAS7 - Messaging Service

Overview

Table 3.822. Overview

Description:The messaging subsystems
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.823. 

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.1.31.1. JBossAS7 - HornetQ Service
Overview

Table 3.824. Overview

Description:The HornetQ based messaging subsystem
Singleton: no
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.825. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.826. 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.827. 

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.828. 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.1.31.1.1. JBossAS7 - JMS Queue Service
Overview

Table 3.829. Overview

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

Table 3.830. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.831. 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
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
Scheduled CountmeasurementThe number of scheduled messages in this queue.scheduled-count
TemporarytraitWhether the queue is temporary.temporary
Queue AddresstraitThe queue address defines what address is used for routing messages.queue-address

Note

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

Table 3.832. 

NameDescriptionRequiredInternal Name
DurableWhether the queue is durable or not. The default value is true. no durable
EntriesThe jndi names the queue will be bound to. yes entries
SelectorThe queue selector. no selector

Note

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

Table 3.833. 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.1.31.1.2. JBossAS7 - JMS Topic Service
Overview

Table 3.834. Overview

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

Table 3.835. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.836. 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.837. 

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

Note

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

Table 3.838. 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.1.31.1.3. JBossAS7 - Connection Factory Service
Overview

Table 3.839. Overview

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

Table 3.840. 

NameDescriptionRequiredInternal Name
Path  yes path
Include Runtime  yes includeRuntime

Note

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

Table 3.841. 

NameDescriptionRequiredInternal Name
ConnectorDefines the connector to be used. This is mutually exclusive with discovery-group-name no connector:collapsed
JNDI NamesThe jndi names the connection factory should be bound to. yes entries
Auto GroupWhether or not message grouping is automatically used. The default value is false. no auto-group
Block On AcknowledgeTrue to set block on acknowledge. The default value is false. no block-on-acknowledge
Block On Durable SendTrue to set block on durable send. The default value is true. no block-on-durable-send
Block On Non Durable SendTrue to set block on non durable send. The default value is false. no block-on-non-durable-send
Cache Large Message ClientTrue to cache large messages. The default value is false. no cache-large-message-client
Call TimeoutThe call time out. The default value is 30000. no call-timeout
Client Failure Check PeriodThe client failure check period. The default value is 30000. no client-failure-check-period
Client IdThe client id. no client-id
Compress Large MessagesWhether large messages should be compressed. The default value is false. no compress-large-messages
Confirmation Window SizeThe confirmation window size. The default value is -1. no confirmation-window-size
Connection Load Balancing Policy Class NameName of a class implementing a client-side load balancing policy that a client can use to load balance sessions across different nodes in a cluster. The default value is org.hornetq.api.core.client.loadbalance.RoundRobinConnectionLoadBalancingPolicy. no connection-load-balancing-policy-class-name
Connection TtlThe connection ttl. The default value is 60000. no connection-ttl
Consumer Max RateThe consumer max rate. The default value is -1. no consumer-max-rate
Consumer Window SizeThe consumer window size. The default value is 1048576. no consumer-window-size
Discovery Group NameThe discovery group name. no discovery-group-name
Discovery Initial Wait TimeoutThe discovery initial wait time out. no discovery-initial-wait-timeout
Dups Ok Batch SizeThe dups ok batch size. The default value is 1048576. no dups-ok-batch-size
Factory TypeThe type of connection factory. no factory-type
Failover On Initial ConnectionTrue to fail over on initial connection. The default value is false. no failover-on-initial-connection
Failover On Server ShutdownTrue to fail over on server shutdown. no failover-on-server-shutdown
Group IdThe group id. no group-id
HaWhether the connection factory supports High Availability. The default value is false. yes ha
Initial Message Packet SizeThe initial size of messages created through this factory. yes initial-message-packet-size
Max Retry IntervalThe max retry interval. The default value is 2000. no max-retry-interval
Min Large Message SizeThe min large message size. The default value is 102400. no min-large-message-size
Pre AcknowledgeTrue to pre-acknowledge. The default value is false. no pre-acknowledge
Producer Max RateThe producer max rate. The default value is -1. no producer-max-rate
Producer Window SizeThe producer window size. The default value is 65536. no producer-window-size
Reconnect AttemptsThe reconnect attempts. The default value is 0. no reconnect-attempts
Retry IntervalThe retry interval. The default value is 2000. no retry-interval
Retry Interval MultiplierThe retry interval multiplier. The default value is 1.0. no retry-interval-multiplier
Scheduled Thread Pool Max SizeThe scheduled thread pool max size. The default value is 5. no scheduled-thread-pool-max-size:expr
Thread Pool Max SizeThe thread pool max size. The default value is 30. no thread-pool-max-size:expr
Transaction Batch SizeThe transaction batch size. The default value is 1048576. no transaction-batch-size
Use Global PoolsTrue to use global pools. The default value is true. no use-global-pools

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.31.1.4. JBossAS7 - Pooled Connection Factory Service
Overview

Table 3.842. Overview

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

Table 3.843. 

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.844. 

NameDescriptionRequiredInternal Name
ConnectorDefines the connectors. These are stored in a map by connector name, with the backup connectors stored as the value, or an undefined value if there is no backup connector. no connector:collapsed
JNDI NamesThe jndi names the connection factory should be bound to. yes entries
Auto GroupThe autogroup. The default value is false. no auto-group
Block On AcknowledgeTrue to set block on acknowledge. The default value is false. no block-on-acknowledge
Block On Durable SendTrue to set block on durable send. The default value is true. no block-on-durable-send
Block On Non Durable SendTrue to set block on non durable send. The default value is false. no block-on-non-durable-send
Cache Large Message ClientTrue to cache large messages. The default value is false. no cache-large-message-client
Call TimeoutThe call time out. The default value is 30000. no call-timeout
Client Failure Check PeriodThe client failure check period. The default value is 30000. no client-failure-check-period
Client IdThe client id. no client-id
Confirmation Window SizeThe confirmation window size. The default value is -1. no confirmation-window-size
Connection Load Balancing Policy Class NameName of a class implementing a client-side load balancing policy that a client can use to load balance sessions across different nodes in a cluster. The default value is org.hornetq.api.core.client.loadbalance.RoundRobinConnectionLoadBalancingPolicy. no connection-load-balancing-policy-class-name
Connection TtlThe connection ttl. The default value is 60000. no connection-ttl
Consumer Max RateThe consumer max rate. The default value is -1. no consumer-max-rate
Consumer Window SizeThe consumer window size. The default value is 1048576. no consumer-window-size
Discovery Group NameThe discovery group name. no discovery-group-name
Discovery Initial Wait TimeoutThe discovery initial wait time out. no discovery-initial-wait-timeout
Dups Ok Batch SizeThe dups ok batch size. The default value is 1048576. no dups-ok-batch-size
Failover On Initial ConnectionTrue to fail over on initial connection. The default value is false. no failover-on-initial-connection
Failover On Server ShutdownTrue to fail over on server shutdown. no failover-on-server-shutdown
Group IdThe group id. no group-id
HaWhether the connection factory supports High Availability. The default value is false. no ha
Jndi ParamsThe JNDI params to use for locating the destination for incoming connections. no jndi-params
Max Pool SizeThe maximum size for the pool. The default value is -1. no max-pool-size:expr
Max Retry IntervalThe max retry interval. The default value is 2000. no max-retry-interval
Min Large Message SizeThe min large message size. The default value is 102400. no min-large-message-size
Min Pool SizeThe minimum size for the pool. The default value is -1. no min-pool-size:expr
PasswordThe default password to use with this connection factory. This is only needed when pointing the connection factory to a remote host. no password
Pre AcknowledgeTrue to pre-acknowledge. The default value is false. no pre-acknowledge
Producer Max RateThe producer max rate. The default value is -1. no producer-max-rate
Producer Window SizeThe producer window size. The default value is 65536. no producer-window-size
Reconnect AttemptsThe reconnect attempts. The default value is 0. no reconnect-attempts
Retry IntervalThe retry interval. The default value is 2000. no retry-interval
Retry Interval MultiplierThe retry interval multiplier. The default value is 1.0. no retry-interval-multiplier
Scheduled Thread Pool Max SizeThe scheduled thread pool max size. The default value is 5. no scheduled-thread-pool-max-size:expr
Setup AttemptsThe number of times to set up an MDB endpoint no setup-attempts
Setup IntervalThe interval between attempts at setting up an MDB endpoint. no setup-interval
Thread Pool Max SizeThe thread pool max size. The default value is 30. no thread-pool-max-size:expr
TransactionTODO. The default value is transaction. no transaction
Transaction Batch SizeThe transaction batch size. The default value is 1048576. no transaction-batch-size
Use Global PoolsTrue to use global pools. The default value is true. no use-global-pools
Use JndiUse JNDI to locate the destination for incoming connections no use-jndi
Use Local TxUse a local transaction for incoming sessions no use-local-tx
UserThe default username to use with this connection factory. This is only needed when pointing the connection factory to a remote host. no user

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.31.1.5. JBossAS7 - Security Setting Service
Overview

Table 3.845. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.846. 

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.1.31.1.5.1. JBossAS7 - Role Service
Overview

Table 3.847. Overview

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

Table 3.848. 

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.849. 

NameDescriptionRequiredInternal Name
Consumehis permission allows the user to consume a message from a queue bound to matching addresses. The default value is false. yes consume
Create Durable QueueThis permission allows the user to create a durable queue. The default value is false. yes create-durable-queue
Create Non Durable QueueThis permission allows the user to create a temporary queue. The default value is false. yes create-non-durable-queue
Delete Durable QueueThis permission allows the user to delete a durable queue. The default value is false. yes delete-durable-queue
Delete Non Durable QueueThis permission allows the user to delete a temporary queue. The default value is false. yes delete-non-durable-queue
ManageThis permission allows the user to invoke management operations by sending management messages to the management address. The default value is false. yes manage
SendThis permission allows the user to send a message to matching addresses. The default value is false. yes send

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.31.1.6. JBossAS7 - Address Setting Service
Overview

Table 3.850. Overview

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

Table 3.851. 

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.852. 

NameDescriptionRequiredInternal Name
Address Full PolicyDetermines what happens when an address where max-size-bytes is specified becomes full. (PAGE, DROP or BLOCK). The default value is PAGE. no address-full-policy
Dead Letter AddressThe dead letter address no dead-letter-address
Expiry AddressDefines where to send a message that has expired. no expiry-address
Last Value QueueDefines whether a queue only uses last values or not. The default value is false. no last-value-queue
Max Delivery AttemptsDefines how many time a cancelled message can be redelivered before sending to the dead-letter-address. The default value is 10. no max-delivery-attempts
Max Size BytesThe max bytes size. The default value is -1. no max-size-bytes
Message Counter History Day LimitDay limit for the message counter history. The default value is 0. no message-counter-history-day-limit
Page Max Cache SizeThe number of page files to keep in memory to optimize IO during paging navigation. The default value is 5. no page-max-cache-size
Page Size BytesThe paging size. The default value is 10485760. no page-size-bytes
Redelivery DelayDefines how long to wait before attempting redelivery of a cancelled message. The default value is 0. no redelivery-delay
Redistribution DelayDefines how long to wait when the last consumer is closed on a queue before redistributing any messages. The default value is -1. no redistribution-delay
Send To Dla On No RouteIf this parameter is set to true for that address, if the message is not routed to any queues it will instead be sent to the dead letter address (DLA) for that address, if it exists. The default value is false. no send-to-dla-on-no-route

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.31.1.7. JBossAS7 - Grouping Handler Service
Overview

Table 3.853. Overview

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

Table 3.854. 

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.855. 

NameDescriptionRequiredInternal Name
Grouping Handler AddressA reference to a cluster connection and the address it uses. yes grouping-handler-address
TimeoutHow long to wait for a handling decision to be made; an exception will be thrown during the send if this timeout is reached, ensuring that strict ordering is kept. The default value is 5000. no timeout
TypeWhether the handler is the single 'Local' handler for the cluster, which makes handling decisions, or a 'Remote' handler which converses with the local handler. no type

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.31.1.8. JBossAS7 - Acceptor Service
Overview

Table 3.856. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.857. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.858. Metrics

NameTypeDescriptionInternal Name
StartedtraitWhether this acceptor is started.started

Note

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

Table 3.859. 

NameDescriptionRequiredInternal Name
Factory ClassThe factory class. yes factory-class
Socket BindingThe socket binding reference. no socket-binding

Note

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

Table 3.860. Metrics

NameDescription
StartStarts the acceptor.
StopStops the acceptor.
Package Types
none
3.3.1.31.1.8.1. JBossAS7 - Param Service
Overview

Table 3.861. Overview

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

Table 3.862. 

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.863. 

NameDescriptionRequiredInternal Name
ValueThe parameter value yes value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.31.1.9. JBossAS7 - Connector (HornetQ) Service
Overview

Table 3.864. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.865. 

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.866. 

NameDescriptionRequiredInternal Name
Factory ClassThe factory class. yes factory-class
Socket BindingThe socket binding reference. no socket-binding

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.31.1.9.1. JBossAS7 - Param Service
Overview

Table 3.867. Overview

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

Table 3.868. 

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.869. 

NameDescriptionRequiredInternal Name
ValueThe parameter value yes value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.31.1.10. JBossAS7 - In VM Acceptor Service
Overview

Table 3.870. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.871. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.872. Metrics

NameTypeDescriptionInternal Name
StartedtraitWhether it's stopped or started.started

Note

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

Table 3.873. 

NameDescriptionRequiredInternal Name
Server IdThe server id. yes server-id

Note

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

Table 3.874. Metrics

NameDescription
StartStarts the acceptor.
StopStops the acceptor.
Package Types
none
3.3.1.31.1.10.1. JBossAS7 - Param Service
Overview

Table 3.875. Overview

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

Table 3.876. 

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.877. 

NameDescriptionRequiredInternal Name
ValueThe parameter value yes value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.31.1.11. JBossAS7 - In VM Connector Service
Overview

Table 3.878. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.879. 

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.880. 

NameDescriptionRequiredInternal Name
Server IdThe server id. yes server-id

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.31.1.11.1. JBossAS7 - Param Service
Overview

Table 3.881. Overview

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

Table 3.882. 

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.883. 

NameDescriptionRequiredInternal Name
ValueThe parameter value yes value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.31.1.12. JBossAS7 - Remote Acceptor Service
Overview

Table 3.884. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.885. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.886. Metrics

NameTypeDescriptionInternal Name
StartedtraitWhether this acceptor is started.started

Note

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

Table 3.887. 

NameDescriptionRequiredInternal Name
Socket BindingThe socket binding reference. no socket-binding

Note

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

Table 3.888. Metrics

NameDescription
StartStarts the acceptor.
StopStops the acceptor.
Package Types
none
3.3.1.31.1.12.1. JBossAS7 - Param Service
Overview

Table 3.889. Overview

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

Table 3.890. 

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.891. 

NameDescriptionRequiredInternal Name
ValueThe parameter value yes value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.31.1.13. JBossAS7 - Remote Connector Service
Overview

Table 3.892. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.893. 

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.894. 

NameDescriptionRequiredInternal Name
Socket BindingThe socket binding reference. no socket-binding

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.31.1.13.1. JBossAS7 - Param Service
Overview

Table 3.895. Overview

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

Table 3.896. 

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.897. 

NameDescriptionRequiredInternal Name
ValueThe parameter value yes value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.31.1.14. JBossAS7 - Divert Service
Overview

Table 3.898. Overview

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

Table 3.899. 

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.900. 

NameDescriptionRequiredInternal Name
Divert AddressAddress to divert from yes divert-address
ExclusiveWhether the divert is exclusive, meaning that the message is diverted to the new address, and does not go to the old address at all. The default value is false. no exclusive
FilterAn optional filter string. If specified then only messages which match the filter expression specified will be diverted. The filter string follows the HornetQ filter expression syntax described in the HornetQ documentation. no filter
Forwarding AddressAddress to divert to yes forwarding-address
Routing NameRouting name of the divert no routing-name
Transformer Class NameThe name of a class used to transform the message's body or properties before it is diverted. no transformer-class-name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.31.1.15. JBossAS7 - Queue Service
Overview

Table 3.901. Overview

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

Table 3.902. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.903. Metrics

NameTypeDescriptionInternal Name
IdtraitThe id of the queue.id
PausedtraitWhether the queue is paused.paused
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.904. 

NameDescriptionRequiredInternal Name
DurableDefines whether the queue is durable. The default value is true. no durable
FilterA queue message filter definition. An undefined or empty filter will match all messages. no filter
Queue AddressThe queue address defines what address is used for routing messages. yes queue-address

Note

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

Table 3.905. 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.
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.
List Scheduled MessagesList the messages scheduled for delivery.
List Scheduled Messages as JSONList the messages scheduled for delivery 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.1.31.1.16. JBossAS7 - Core Address Service
Overview

Table 3.906. Overview

Description:A runtime-only resource representing a HornetQ address. Zero or more queues can be bound to a single address. When a message is routed, it is routed to the set of queues bound to the message's address.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.907. 

NameDescriptionRequiredInternal Name
Path  yes path
Include Runtime  yes includeRuntime

Note

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

Table 3.908. 

NameDescriptionRequiredInternal Name
Binding NamesThe names of all bindings (both queues and diverts) bound to this address. yes binding-names
Number Of Bytes Per PageThe number of bytes used by each page for this address. yes number-of-bytes-per-page
Number Of PagesThe number of pages used by this address. yes number-of-pages
Queue NamesThe names of the queues associated with the address. yes queue-names
RolesA list of the security roles (name and permissions) associated with the address. yes roles

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.31.1.17. JBossAS7 - Cluster Connection Service
Overview

Table 3.909. Overview

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

Table 3.910. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.911. Metrics

NameTypeDescriptionInternal Name
Node IdtraitThe node ID used by this cluster connection.node-id
StartedtraitWhether the cluster connection is started.started

Note

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

Table 3.912. 

NameDescriptionRequiredInternal Name
Call TimeoutThe timeout (in ms) for remote calls made by the cluster connection. The default value is 30000. no call-timeout
Check PeriodThe period (in milliseconds) between client failure check. The default value is 30000. no check-period
Cluster Connection AddressEach cluster connection only applies to messages sent to an address that starts with this value. yes cluster-connection-address
Confirmation Window SizeThe confirmation-window-size to use for the connection used to forward messages to a target node. The default value is 1048576. no confirmation-window-size
Connection TtlThe maximum time (in milliseconds) for which the connections used by the cluster connections are considered alive (in the absence of heartbeat). The default value is 60000. no connection-ttl
Connector RefThe confirmation-window-size to use for the connection used to forward messages to a target node. yes connector-ref
Discovery Group NameThe discovery group used to obtain the list of other servers in the cluster to which this cluster connection will make connections. Must be undefined (null) if 'static-connectors' is defined. no discovery-group-name
Forward When No ConsumersWhether messages will be distributed round robin between other nodes of the cluster irrespective of whether there are matching or indeed any consumers on other nodes. If this is set to false (the default) then HornetQ will only forward messages to other nodes of the cluster if the address to which they are being forwarded has queues which have consumers, and if those consumers have message filters (selectors) at least one of those selectors must match the message. The default value is false. no forward-when-no-consumers
Max HopsThe maximum number of times a message can be forwarded. HornetQ can be configured to also load balance messages to nodes which might be connected to it only indirectly with other HornetQ servers as intermediates in a chain. The default value is 1. no max-hops
Max Retry IntervalThe maximum interval of time used to retry connections. The default value is 2000. no max-retry-interval
Min Large Message SizeThe minimum size (in bytes) for a message before it is considered as a large message. The default value is 102400. no min-large-message-size
Reconnect AttemptsThe total number of reconnect attempts the bridge will make before giving up and shutting down. A value of -1 signifies an unlimited number of attempts. The default value is -1. no reconnect-attempts
Retry IntervalThe period in milliseconds between subsequent reconnection attempts, if the connection to the target server has failed. The default value is 500. no retry-interval
Retry Interval MultiplierA multiplier to apply to the time since the last retry to compute the time to the next retry. This allows you to implement an exponential backoff between retry attempts. The default value is 1.0. no retry-interval-multiplier
Static ConnectorsThe statically defined list of connectors to which this cluster connection will make connections. Must be undefined (null) if 'discovery-group-name' is defined. no static-connectors:nullable
Use Duplicate DetectionWhether the bridge will automatically insert a duplicate id property into each message that it forwards. The default value is true. no use-duplicate-detection

Note

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

Table 3.913. Metrics

NameDescription
Get NodesReturns a map of the nodes connected to this cluster connection, where keys are node IDs and values are the addresses used to connect to the nodes.
StartStarts the cluster connection.
StopStops the cluster connection.
Package Types
none
3.3.1.31.1.18. JBossAS7 - Broadcast Group Service
Overview

Table 3.914. Overview

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

Table 3.915. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.916. Metrics

NameTypeDescriptionInternal Name
StartedtraitWhether the broadcast group is started.started

Note

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

Table 3.917. 

NameDescriptionRequiredInternal Name
Broadcast PeriodThe period in milliseconds between consecutive broadcasts. The default value is 2000. no broadcast-period
ConnectorsSpecifies the names of connectors that will be broadcast. no connectors
Socket BindingThe broadcast group socket binding. yes socket-binding

Note

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

Table 3.918. Metrics

NameDescription
Get Connector Pairs as JSONReturns the pairs of live-backup connectors that are broadcasted by this broadcast group using JSON serialization.
StartStarts the broadcast group.
StopStops the broadcast group.
Package Types
none
3.3.1.31.1.19. JBossAS7 - Path Service
Overview

Table 3.919. Overview

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

Table 3.920. 

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.921. 

NameDescriptionRequiredInternal Name
PathThe actual filesystem path. Treated as an absolute path, unless the 'relative-to' attribute is specified, in which case the value is treated as relative to that path.
If treated as an absolute path, the actual runtime pathname specified by the value of this attribute will be determined as follows:
If this value is already absolute, then the value is directly used. Otherwise the runtime pathname is resolved in a system-dependent way. On UNIX systems, a relative pathname is made absolute by resolving it against the current user directory. On Microsoft Windows systems, a relative pathname is made absolute by resolving it against the current directory of the drive named by the pathname, if any; if not, it is resolved against the current user directory.
yes path
Relative ToThe name of another previously named path, or of one of the standard paths provided by the system. If 'relative-to' is provided, the value of the 'path' attribute is treated as relative to the path specified by this attribute. The standard paths provided by the system include:
  • jboss.home - the root directory of the JBoss AS distribution
  • user.home - user's home directory
  • user.dir - user's current working directory
  • java.home - java installation directory
  • jboss.server.base.dir - root directory for an individual server instance
  • jboss.server.data.dir - directory the server will use for persistent data file storage
  • jboss.server.log.dir - directory the server will use for log file storage
  • jboss.server.tmp.dir - directory the server will use for temporary file storage
  • jboss.domain.servers.dir - directory under which a host controller will create the working area for individual server instances
no relative-to
Path TypePath Type yes __name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.31.1.20. JBossAS7 - Bridge Service
Overview

Table 3.922. Overview

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

Table 3.923. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.924. Metrics

NameTypeDescriptionInternal Name
StartedtraitWhether the bridge is started.started

Note

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

Table 3.925. 

NameDescriptionRequiredInternal Name
Check PeriodThe period (in milliseconds) between client failure check. The default value is 30000. no check-period
Confirmation Window SizeThe confirmation-window-size to use for the connection used to forward messages to the target node. The default value is 1048576. no confirmation-window-size
Connection TtlThe maximum time (in milliseconds) for which the connections used by the bridges are considered alive (in the absence of heartbeat). The default value is 60000. no connection-ttl
Discovery Group NameThe name of the discovery group used by this bridge. Must be undefined (null) if 'static-connectors' is defined. no discovery-group-name
Failover On Server ShutdownWhether the bridge will attempt to failover onto a backup server (if specified) when the target server is cleanly shutdown rather than crashed. no failover-on-server-shutdown
FilterAn optional filter string. If specified then only messages which match the filter expression specified will be forwarded. The filter string follows the HornetQ filter expression syntax described in the HornetQ documentation. no filter
Forwarding AddressThe address on the target server that the message will be forwarded to. If a forwarding address is not specified then the original destination of the message will be retained. no forwarding-address
HaWhether or not this bridge should support high availability. True means it will connect to any available server in a cluster and support failover. The default value is false. no ha
Max Retry IntervalThe maximum interval of time used to retry connections. The default value is 2000. no max-retry-interval
Min Large Message SizeThe minimum size (in bytes) for a message before it is considered as a large message. The default value is 102400. no min-large-message-size
PasswordThe password to use when creating the bridge connection to the remote server. If it is not specified the default cluster password specified by the cluster-password attribute in the root messaging subsystem resource will be used. The default value is CHANGE ME!!. no password
Queue NameThe unique name of the local queue that the bridge consumes from. yes queue-name
Reconnect AttemptsThe total number of reconnect attempts the bridge will make before giving up and shutting down. A value of -1 signifies an unlimited number of attempts. The default value is -1. no reconnect-attempts
Retry IntervalThe period in milliseconds between subsequent reconnection attempts, if the connection to the target server has failed. The default value is 2000. no retry-interval
Retry Interval MultiplierA multiplier to apply to the time since the last retry to compute the time to the next retry. This allows you to implement an exponential backoff between retry attempts. The default value is 1.0. no retry-interval-multiplier
Static ConnectorsA list of names of statically defined connectors used by this bridge. Must be undefined (null) if 'discovery-group-name' is defined. no static-connectors:nullable
Transformer Class NameThe name of a user-defined class which implements the org.hornetq.core.server.cluster.Transformer interface. no transformer-class-name
Use Duplicate DetectionWhether the bridge will automatically insert a duplicate id property into each message that it forwards. The default value is true. no use-duplicate-detection
UserThe user name to use when creating the bridge connection to the remote server. If it is not specified the default cluster user specified by the cluster-user attribute in the root messaging subsystem resource will be used. The default value is HORNETQ.CLUSTER.ADMIN.USER. no user

Note

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

Table 3.926. Metrics

NameDescription
StartStarts the bridge.
StopStops the bridge.
Package Types
none
3.3.1.31.1.21. JBossAS7 - Discovery Group Service
Overview

Table 3.927. Overview

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

Table 3.928. 

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.929. 

NameDescriptionRequiredInternal Name
Initial Wait TimeoutPeriod, in ms, to wait for an initial broadcast to give us at least one node in the cluster. The default value is 10000. no initial-wait-timeout
Refresh TimeoutPeriod the discovery group waits after receiving the last broadcast from a particular server before removing that server's connector pair entry from its list. The default value is 10000. no refresh-timeout
Socket BindingThe discovery group socket binding. yes socket-binding

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.31.1.22. JBossAS7 - Connector Service
Overview

Table 3.930. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.931. 

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.932. 

NameDescriptionRequiredInternal Name
Factory ClassClass name of the factory class that can instantiate the connector service. yes factory-class

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.31.1.22.1. JBossAS7 - Param Service
Overview

Table 3.933. Overview

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

Table 3.934. 

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.935. 

NameDescriptionRequiredInternal Name
ValueThe parameter value yes value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.1.31.1.23. JBossAS7 - Runtime Queue Service
Overview

Table 3.936. Overview

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

Table 3.937. 

NameDescriptionRequiredInternal Name
Path  yes path
Include Runtime  yes includeRuntime

Note

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

Table 3.938. Metrics

NameTypeDescriptionInternal Name
Consumer CountmeasurementThe number of consumers consuming messages from this queue.consumer-count
Dead Letter AddresstraitThe address to send the queue's dead messages to.dead-letter-address
Delivering CountmeasurementThe number of messages that this queue is currently delivering to its consumers.delivering-count
DurabletraitDefines whether the queue is durable.durable
Expiry AddresstraitThe address to send the queue's expired messages to.expiry-address
FiltertraitA queue message filter definition. An undefined or empty filter will match all messages.filter
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
TemporarytraitWhether the queue is temporary.temporary

Note

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

Table 3.939. Metrics

NameDescription
List Scheduled Messages as JSONList the messages scheduled for delivery as a string in JSON format.
List Messages as JSONList all messages in the queue that match the filter and return them as a string in JSON format.
Count MessagesReturns the number of the messages in the queue matching the given filter.
List Consumers as JSONLists consumers.
Change Messages PriorityChange the priority of the messages corresponding to the given filter.
PausePause the queue.
List Message Counter History as JSONList the message counter history as a string in JSON format.
Expire MessagesExpire the messages matching the given filter.
List MessagesList all messages in the queue that match the filter
Send message To Dead Letter AddressSend the message corresponding to the given message-id to this queue's Dead Letter Address.
Reset Message CountersReset the message counters.
Move MessageMove the message corresponding to the given message-id to another queue
Expire MessageExpire the message corresponding to the given message-id.
List Message Counter as JSONList the message counter as a string in JSON format.
List Message Counter as HTMLList the message counter as a string in HTML format.
Remove MessagesRemove messages matching the given filter from the destination.
Move MessagesMove the messages corresponding to the given filter to another queue.
List Message Counter as HTMLList the message counter history.
List Scheduled MessagesList the messages scheduled for delivery.
ResumeResume the queue.
Send Messages to Dead Letter AddressSend the messages corresponding to the given filter to this queue's Dead Letter Address.
Remove MessageRemove the message corresponding to the given message-id.
Change Message PriorityChange the priority of the message corresponding to the given message-id.
Package Types
none

3.3.2. JBossAS7 - Host Controller Server

Overview

Table 3.940. Overview

Description:Domain controller (delegate) for this host
Singleton: no
Plugin:JBossAS7

Note

The server can be started, restarted, or stopped via the Start, Restart, and Shutdown operations. The Start and Restart operations start the server by executing the server start script, typically domain.sh on UNIX or domain.bat on Windows. The following connection settings can be used to configure the start script execution: * Start Script - the absolute path of the start script (e.g. "/opt/jboss-as-7.1.1.Final/bin/domain.sh") * Start Script Prefix - a prefix command line to be prepended to the start script command line (e.g. "nohup sudo -u jboss -g jboss") * Start Script Arguments - arguments to be passed to the start script (e.g. "--host-config=host-master.xml") * Start Script Environment - environment variables to be set in the start script's environment (e.g. "JAVA_HOME=/usr/java/jdk1.6.0_30") These settings are automatically initialized by the JBossAS7 plugin discovery code to match the currently running server process' command line and environment. The settings are not used by the Stop operation, since it stops the server via the management interface, not via a script. For more detailed descriptions of the settings, see the Connection Settings section below.

Child Resource Types

Autodiscovery Process Scans

Table 3.941. Metrics

NameQuery
HostControllerprocess|basename|match=^java.*,arg|org.jboss.as.host-controller|match=.*

Connection Properties

Table 3.942. 

NameDescriptionRequiredInternal Name
Start Script PathThe path to the script that the Start and Restart operations should use to start the server. If the path is not absolute, it is resolved relative to the server home directory (e.g. "bin/standalone.sh", "bin/domain.sh"). no startScript
Start Script PrefixA prefix command line that should be prepended to the start script command line by the Start and Restart operations; the prefix command must be an absolute path (e.g. "/usr/bin/sudo"). This property is most commonly used to run the AS7 process as a different user than the RHQ Agent (e.g. "sudo -u jboss -g jboss" could be used to run AS7 as user "jboss" and group "jboss". It is also possible to chain prefix commands (e.g. "nohup sudo -u jboss" could be used to make AS7 ignore HUP signals and to run as user "jboss"). no startScriptPrefix
Start Script Environment VariablesThe variables that the Start and Restart operations will add to the environment of the server start script. Each name=value pair should be on a new line. Variable values should *not* be enclosed in quotes (e.g. JAVA_OPTS=-Xms512M -Xmx1024M). On UNIX systems, the typical minimum set of environment variables is: PATH=/usr/bin:/bin . And on Windows the typical minimum set is: PATH=C:\Windows\System32;C:\Windows , OS=Windows_NT , SYSTEMROOT=C:\Windows . In addition, it is good practice to set JAVA_HOME to the absolute path of the install directory of the JRE or JDK you wish to use to run the AS7 instance. However, if JAVA_HOME is not specified, the start script will attempt to find java in the PATH. There is currently a 2000 character limit for this value. no startScriptEnv
Start Script ArgumentsThe arguments that the Start and Restart operations will pass to the server start script. Each argument should be on a new line - for example: --server-config=standalone-ha-full.xml. As an exception, the value of a space-delimited option can optionally be on the same line as the option - for example: -c standalone-ha-full.xml. There is currently a 2000 character limit for this value. no startScriptArgs
Native HostNative management API host yes nativeHost
Native PortNative management API port yes nativePort
Native Local AuthenticationSpecifies if the local authentication should be used to interact with the EAP CLI (this includes bundle:handover feature, EAP patching and CLI operations). If this is set to "Yes", User and Password supplied above are NOT going to be passed to jboss-cli binary and plugin relies on local authentication. no nativeLocalAuth
Log Event Sources  yes logEventSources
Trust StrategyDefines the trust strategy to use when reading the server certificate:
  • Standard: standard verification using a truststore
  • Trust Self-signed: trust self-signed certificates (certification chain size equals to 1)
  • Trust Any: trust any server certificate
yes trustStrategy
Hostname VerificationDefines the hostname verification logic:
  • Strict: The hostname must match either the first CN, or any of the Subject Alternatives. A wildcard can occur in the CN, and in any of the Subject Alternatives.
  • Browser-compatible: same as Strict, except that it allows nested subdomains validation with wildcards.
  • Skip: no hostname verification
yes hostnameVerification
TruststorePath to a truststore file. If undefined, the JVM default truststore is used. no truststore
Truststore TypeTruststore file format (required when the Truststore property is set). All certified JVMs support jks (Java KeyStore) or pkcs12 formats. no truststoreType
Truststore PasswordPassword protecting the truststore file. no truststorePassword
Client Certificate Authentication  yes clientcertAuthentication
KeystorePath to a keystore file. Required when Client Certificate Authentication is on. no keystore
Keystore TypeKeystore file format (required when the Keystore property is set). All certified JVMs support jks (Java KeyStore) or pkcs12 formats. no keystoreType
Keystore PasswordPassword protecting the keystore file. no keystorePassword
Key PasswordPassword protecting the secret key in the keystore file. no keyPassword
HostnameHost name of the domain API yes hostname
PortPort of the domain API yes port
SecureEncrypted transport indicator yes secure
UserManagement user for a secured Host controller no user
PasswordPassword for the management user no password
Management Connection TimeoutMaximum time in milliseconds to keep alive an idle management connection. Zero and negative values will disable connection persistence. Defaults to 5000 ms. no managementConnectionTimeout
Home DirectoryRoot directory of the server installation no homeDir
Base DirectoryBase directory for server content no baseDir
Configuration DirectoryBase configuration directory no configDir
Log Directorythe directory where log files will be written for this host controller no logDir
Domain HostHost name within the AS7 domain (Deprecated, use 'name' trait) no domainHost
Product TypeServer product type (e.g. AS or EAP) no productType
Supports PatchingWhether this EAP server supports patching. This should be automatically deduced by the agent. It is highly recommended to leave this with the discovered value. However, you will need to manually update this value if you manually upgrade your server from a version that does not support patching to a version that does. yes supportsPatching

Note

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

Metrics

Table 3.943. Metrics

NameTypeDescriptionInternal Name
Number of management requestsmeasurementNumber of requests sent to the controller_internal:mgmtRequests
Number of management requests per MinutemeasurementNumber of requests sent to the controller_internal:mgmtRequests
Time used for management requestsmeasurementTotal time for requests_internal:requestTime
Time used for management requests per MinutemeasurementTotal time for requests_internal:requestTime
Maximum request timemeasurementMax time for a request since last metric get_internal:maxTime
Server Code NametraitServer Code Name_skm:release-codename
Server VersiontraitServer Version_skm:release-version
Product NametraitProduct Name_skm:product-name
Product VersiontraitProduct Version_skm:product-version
Start time of the servertraitStart time of the serverstartTime
Domain Config FiletraitThe name of the domain configuration file this host controller is usingdomain-config-file
Host Config FiletraitThe name of the host configuration file this host controller is usinghost-config-file
Domain Host NametraitThe name of the host in domain this host controller is usingdomain-host-name
Domain NametraitThe name of the managed domain this Host Controller belongs to.domain-name
Temporary DirectorytraitThe temporary directory (usually 'domain/tmp'). May serve as deployment directory for handover bundles'domain-temp-dir
Active PatchestraitThe comma-separated list of patches that are currently applied to the server. The first entry is always the cumulative patch, followed by 0 or more one-off patches.active-patches

Note

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

Configuration Properties

Table 3.944. 

NameDescriptionRequiredInternal Name
Properties  no *2
PathThe standard paths provided by the system include: jboss.home - the root directory of the JBoss AS distribution; user.home - user's home directory; user.dir - user's current working directory; java.home - java installation directory; jboss.server.base.dir - root directory for an individual server instance; jboss.server.data.dir - directory the server will use for persistent data file storage; jboss.server.log.dir - directory the server will use for log file storage; jboss.server.tmp.dir - directory the server will use for temporary file storage; jboss.domain.servers.dir - directory under which a host controller will create the working area for individual server instances no *3
Installed extensions  no *
Domain NameName of the managed domain. This value is same for all HostControllers in domain, but only DomainController resource is allowed to update it. yes name

Note

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

Operations

Table 3.945. Metrics

NameDescription
Start this host controllerStart this Host/Domain Controller with all its enabled managed servers
Shut down this host controllerStop this Host/Domain Controller with all its managed servers
Restart this host controllerRestart this Host/Domain Controller with all its running managed servers
Install a management userInstalls a user in the server for management
Execute CLI commandsExecutes command via jboss-cli
Execute CLI scriptExecutes script via jboss-cli
Setup CLISetup jboss-cli.xml configuration file based on pluginConfiguration properties. Note that jboss-cli.xml was introduced in EAP 6.2 and this operation will fail for previous versions.

Package Types

none

3.3.2.1. JBossAS7 - ServerGroup Service

Overview

Table 3.946. Overview

Description:A server group on this domain
Singleton: no
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.947. 

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.948. 

NameDescriptionRequiredInternal Name
Properties  no *2
ProfileThe profile name yes profile
Socket Binding Group  yes socket-binding-group
Socket Binding Port OffsetThe default offset to be added to the port values given by the socket binding group. no socket-binding-port-offset

Note

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

Table 3.949. Metrics

NameDescription
Start ServersStarts all configured servers belonging to the server group in the domain that are not currently running.
Restart ServersRestarts all servers belonging to the server group currently running in the domain.
Stop ServersStops all servers belonging to the server group currently running in the domain.
Package Types
none
3.3.2.1.1. JBossAS7 - JVM Definition Service
Overview

Table 3.950. Overview

Description:A JVM definition that can override host and server group level definitions with the same name
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.951. 

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.952. 

NameDescriptionRequiredInternal Name
Base DefinitionThe definition from host level to use/override yes baseDefinition
Agent LibThe JVM agent lib. no agent-lib
Agent PathThe JVM agent path. no agent-path
Env Classpath IgnoredIgnore the environment classpath. no env-classpath-ignored
Environment VariablesThe JVM environment variables. no environment-variables
Heap SizeThe initial heap size allocated by the JVM. no heap-size
Java AgentThe java agent. no java-agent
Java HomeThe java home no java-home
Jvm OptionsThe JVM options. Those can not be changed after initial creation of the definition. no jvm-options
Max Heap SizeThe maximum heap size that can be allocated by the JVM. no max-heap-size
Max Permgen SizeThe maximum size of the permanent generation. no max-permgen-size
Permgen SizeThe initial permanent generation size. no permgen-size
Stack SizeThe JVM stack size settings. no stack-size
TypeThe JVM type can be either SUN or IBM no type

Note

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

3.3.2.2. JBossAS7 - Host Service

Overview

Table 3.953. Overview

Description:A host involved in this domain
Singleton: no
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.954. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.955. Metrics

NameTypeDescriptionInternal Name
Host statetraitDetailed host statehost-state
Start time of the servertraitStart time of the serverstartTime

Note

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

Table 3.956. 

NameDescriptionRequiredInternal Name
Properties  no *2
PathThe standard paths provided by the system include: jboss.home - the root directory of the JBoss AS distribution; user.home - user's home directory; user.dir - user's current working directory; java.home - java installation directory; jboss.server.base.dir - root directory for an individual server instance; jboss.server.data.dir - directory the server will use for persistent data file storage; jboss.server.log.dir - directory the server will use for log file storage; jboss.server.tmp.dir - directory the server will use for temporary file storage; jboss.domain.servers.dir - directory under which a host controller will create the working area for individual server instances no *3

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.2.1. JBossAS7 - JVM Service
Overview

Table 3.957. Overview

Description:Information about the underlying JVM
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.958. 

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.2.2.1.1. JBossAS7 - Operating System Service
Overview

Table 3.959. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.960. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.961. Metrics

NameTypeDescriptionInternal Name
Available ProcessorsmeasurementThe number of processors available to the Java virtual machine.available-processors
System Load AveragemeasurementThe system load average for the last minute. The load average may not be available on some platforms; if the load average is not available, a negative value is returned.system-load-average

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.2.2.1.2. JBossAS7 - Memory Service
Overview

Table 3.962. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.963. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.964. Metrics

NameTypeDescriptionInternal Name
Object Pending Finalization CountmeasurementThe approximate number of objects for which finalization is pending.object-pending-finalization-count
Initial heap usagemeasurementThe amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management.heap-memory-usage:init
Used heapmeasurementThe amount of used memory in bytes.heap-memory-usage:used
Committed heapmeasurementThe amount of memory in bytes that is committed for the Java virtual machine to use.heap-memory-usage:committed
Maximum heap usagemeasurementThe maximum amount of memory in bytes that can be used for memory management.heap-memory-usage:max
Initial non-heap usagemeasurementThe amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management.non-heap-memory-usage:init
Used non-heap memorymeasurementThe amount of used memory in bytes.non-heap-memory-usage:used
Committed non-heap memorymeasurementThe amount of memory in bytes that is committed for the Java virtual machine to use.non-heap-memory-usage:committed
Maximum non-heap usagemeasurementThe maximum amount of memory in bytes that can be used for memory management.non-heap-memory-usage:max

Note

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

Table 3.965. Metrics

NameDescription
Trigger GCRuns the garbage collector.
Package Types
none
3.3.2.2.1.3. JBossAS7 - Runtime Service
Overview

Table 3.966. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.967. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.968. Metrics

NameTypeDescriptionInternal Name
UptimemeasurementThe uptime of the Java virtual machine in milliseconds.uptime

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.2.2.1.4. JBossAS7 - Threading Service
Overview

Table 3.969. Overview

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

Table 3.970. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.971. Metrics

NameTypeDescriptionInternal Name
Thread CountmeasurementThe current number of live threads including both daemon and non-daemon threads.thread-count
Peak Thread CountmeasurementThe peak live thread count since the Java virtual machine started or peak was reset.peak-thread-count
Total Started Thread CountmeasurementThe total number of threads created and also started since the Java virtual machine started.total-started-thread-count
Daemon Thread CountmeasurementThe current number of live daemon threads.daemon-thread-count
Current Thread Cpu TimemeasurementThe total CPU time for the current thread in nanoseconds, or -1 if 'thread-cpu-time-enabled' is 'false'. A Java virtual machine implementation may not support CPU time measurement. If 'thread-cpu-time-supported', is 'false' undefined.current-thread-cpu-time
Current Thread User TimemeasurementThe CPU time that the current thread has executed in user mode in nanoseconds, or -1 if 'thread-cpu-time-enabled' is 'false'. A Java virtual machine implementation may not support CPU time measurement. If 'thread-cpu-time-supported', is 'false' the result will be undefined current-thread-user-time

Note

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

Table 3.972. 

NameDescriptionRequiredInternal Name
Thread Contention Monitoring EnabledWhether thread contention monitoring is enabled. no thread-contention-monitoring-enabled
Thread Cpu Time EnabledWhether thread CPU time measurement is enabled. no thread-cpu-time-enabled
Thread Contention Monitoring SupportedWhether the Java virtual machine supports thread contention monitoring. no thread-contention-monitoring-supported
Thread Cpu Time SupportedWhether the Java virtual machine implementation supports CPU time measurement for any thread. no thread-cpu-time-supported
Current Thread Cpu Time SupportedWhether the Java virtual machine supports CPU time measurement for the current thread. no current-thread-cpu-time-supported
Object Monitor Usage SupportedWhether the Java virtual machine supports monitoring of object monitor usage. no object-monitor-usage-supported
Synchronizer Usage SupportedWhether the Java virtual machine supports monitoring of ownable synchronizer usage. no synchronizer-usage-supported

Note

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

Table 3.973. Metrics

NameDescription
Dump All ThreadsReturns the thread info for all live threads with stack trace and synchronization information.
Find Deadlocked ThreadsFinds cycles of threads that are in deadlock waiting to acquire object monitors or ownable synchronizers.
Find Monitor Deadlocked ThreadsFinds cycles of threads that are in deadlock waiting to acquire object monitors.
Get Thread Cpu TimeReturns the total CPU time for a thread of the specified ID in nanoseconds.
Get Thread InfoReturns the thread info for a thread of the specified id. The stack trace, locked monitors, and locked synchronizers in the returned reply object will be empty.
Get Thread InfosReturns the thread info for each thread whose ID is in the input list.
Get Thread User TimeReturns the CPU time that a thread of the specified ID has executed in user mode in nanoseconds.
Reset Peak Thread CountResets the peak thread count to the current number of live threads.
Get All thread idsGet all live thread IDs. If a security manager is installed and the caller does not have ManagementPermission('monitor'), the result will be undefined.
Package Types
none
3.3.2.2.1.5. JBossAS7 - Garbage Collector Service
Overview

Table 3.974. Overview

Description:Parent resource for the resources providing the management interface for the garbage collection of the Java virtual machine.
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.975. 

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.2.2.1.5.1. JBossAS7 - Garbage Collector Resource Service
Overview

Table 3.976. Overview

Description:The management interface for one of the garbage collectors in the Java virtual machine.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.977. 

NameDescriptionRequiredInternal Name
Path  yes path
Include Runtime  yes includeRuntime

Note

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

Table 3.978. Metrics

NameTypeDescriptionInternal Name
Collection CountmeasurementThe total number of collections that have occurred.collection-count
Collection Count per MinutemeasurementThe total number of collections that have occurred.collection-count
Collection TimemeasurementThe approximate accumulated collection elapsed time in milliseconds.collection-time
Collection Time per MinutemeasurementThe approximate accumulated collection elapsed time in milliseconds.collection-time
NametraitThe name representing this garbage collectorname
ValidtraitWhether this this memory manager is valid in the Java virtual machine.valid

Note

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

Table 3.979. 

NameDescriptionRequiredInternal Name
Memory Pool NamesThe name of memory pools that this garbage collector manages. yes memory-pool-names

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.2.1.6. JBossAS7 - Memory Pool Service
Overview

Table 3.980. Overview

Description:Parent resource for the resources providing the management interface for the Java virtual machine's memory pools.
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.981. 

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.2.2.1.6.1. JBossAS7 - Memory Pool Resource Service
Overview

Table 3.982. Overview

Description:The management interface for a memory pool. A memory pool represents the memory resource managed by the Java virtual machine and is managed by one or more memory managers.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.983. 

NameDescriptionRequiredInternal Name
Path  yes path
Include Runtime  yes includeRuntime

Note

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

Table 3.984. Metrics

NameTypeDescriptionInternal Name
Collection Usage - InitmeasurementThe amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management.collection-usage:init
Collection Usage - UsedmeasurementThe amount of used memory in bytes.collection-usage:used
Collection Usage - CommittedmeasurementThe amount of memory in bytes that is committed for the Java virtual machine to use.collection-usage:committed
Collection Usage - MaxmeasurementThe maximum amount of memory in bytes that can be used for memory management.collection-usage:max
Collection Usage Threshold CountmeasurementThe number of times that the Java virtual machine has detected that the memory usage has reached or exceeded the collection usage threshold. A memory pool may not support a collection usage threshold. If 'collection-usage-threshold-supported', is 'false' trying to read this attribute via the 'read-attribute' operation will result in failure, and the value of this attribute in the result of a 'read-resource' operation will be 'undefined'.collection-usage-threshold-count
Collection Usage Threshold ExceededtraitWhether the memory usage of this memory pool after the most recent collection on which the Java virtual machine has expended effort has reached or exceeded its collection usage threshold. A memory pool may not support a collection usage threshold. If 'collection-usage-threshold-supported', is 'false' trying to read this attribute via the 'read-attribute' operation will result in failure, and the value of this attribute in the result of a 'read-resource' operation will be 'undefined'.collection-usage-threshold-exceeded
Collection Usage Threshold SupportedtraitWhether this memory pool supports a collection usage threshold.collection-usage-threshold-supported
NametraitThe name representing this memory pool.name
Peak Usage - InitmeasurementThe amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management.peak-usage:init
Peak Usage - UsedmeasurementThe amount of used memory in bytes.peak-usage:used
Peak Usage - CommittedmeasurementThe amount of memory in bytes that is committed for the Java virtual machine to use.peak-usage:committed
Peak Usage - MaxmeasurementThe maximum amount of memory in bytes that can be used for memory management.peak-usage:max
TypetraitThe type of this memory pool.type
Usage - InitmeasurementThe amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management.usage:init
Usage - UsedmeasurementThe amount of used memory in bytes.usage:used
Usage - CommittedmeasurementThe amount of memory in bytes that is committed for the Java virtual machine to use.usage:committed
Usage - MaxmeasurementThe maximum amount of memory in bytes that can be used for memory management.usage:max
Usage Threshold CountmeasurementThe number of times that the memory usage has crossed the usage threshold. A memory pool may not support a usage threshold. If 'usage-threshold-supported', is 'false' trying to read this attribute via the 'read-attribute' operation will result in failure, and the value of this attribute in the result of a 'read-resource' operation will be 'undefined'.usage-threshold-count
Usage Threshold ExceededtraitWhether the memory usage of this memory pool reaches or exceeds its usage threshold value. A memory pool may not support a usage threshold. If 'usage-threshold-supported', is 'false' trying to read this attribute via the 'read-attribute' operation will result in failure, and the value of this attribute in the result of a 'read-resource' operation will be 'undefined'.usage-threshold-exceeded
Usage Threshold SupportedtraitWhether this memory pool supports usage threshold.usage-threshold-supported
ValidtraitWhether this memory pool is valid in the Java virtual machine. A memory pool becomes invalid once the Java virtual machine removes it from the memory system.valid

Note

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

Table 3.985. 

NameDescriptionRequiredInternal Name
Collection Usage ThresholdThe collection usage threshold value of this memory pool in bytes. A memory pool may not support a collection usage threshold. If 'collection-usage-threshold-supported', is 'false' trying to read this attribute via the 'read-attribute' operation will result in failure, and the value of this attribute in the result of a 'read-resource' operation will be 'undefined'. no collection-usage-threshold
Memory Manager NamesThe names of the memory managers that manage this memory pool. yes memory-manager-names
Usage ThresholdThe usage threshold value of this memory pool in bytes. A memory pool may not support a usage threshold. If 'usage-threshold-supported', is 'false' trying to read this attribute via the 'read-attribute' operation will result in failure, and the value of this attribute in the result of a 'read-resource' operation will be 'undefined'. no usage-threshold

Note

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

Table 3.986. Metrics

NameDescription
Reset Peak UsageResets the peak memory usage statistic of this memory pool to the current memory usage.
Package Types
none
3.3.2.2.2. JBossAS7 - JVM Definition (Host) Service
Overview

Table 3.987. Overview

Description:A JVM Definition on Host level, that can serve as templates for server groups and managed servers
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.988. 

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.989. 

NameDescriptionRequiredInternal Name
Agent LibThe JVM agent lib. no agent-lib
Agent PathThe JVM agent path. no agent-path
Env Classpath IgnoredIgnore the environment classpath. no env-classpath-ignored
Environment VariablesThe JVM environment variables. no environment-variables
Heap SizeThe initial heap size allocated by the JVM. no heap-size
Java AgentThe java agent. no java-agent
Java HomeThe java home no java-home
Jvm OptionsThe JVM options. Those can not be changed after initial creation of the definition. no jvm-options
Max Heap SizeThe maximum heap size that can be allocated by the JVM. no max-heap-size
Max Permgen SizeThe maximum size of the permanent generation. no max-permgen-size
Permgen SizeThe initial permanent generation size. no permgen-size
Stack SizeThe JVM stack size settings. no stack-size
TypeThe JVM type can be either SUN or IBM no type

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.2.3. JBossAS7 - Network Interface Service
Overview

Table 3.990. Overview

Description:A named network interface, along with required criteria for determining the IP address to associate with that interface
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.991. 

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.992. 

NameDescriptionRequiredInternal Name
Any AddressAttribute indicating that sockets using this interface should be bound to a wildcard address. The IPv6 wildcard address (::) will be used unless the java.net.preferIpV4Stack system property is set to true, in which case the IPv4 wildcard address (0.0.0.0) will be used. If a socket is bound to an IPv6 anylocal address on a dual-stack machine, it can accept both IPv6 and IPv4 traffic; if it is bound to an IPv4 (IPv4-mapped) anylocal address, it can only accept IPv4 traffic. no any-address
Any Ipv 4 AddressAttribute indicating that sockets using this interface should be bound to the IPv4 wildcard address (0.0.0.0). no any-ipv4-address
Any Ipv 6 AddressAttribute indicating that sockets using this interface should be bound to the IPv6 wildcard address (::). no any-ipv6-address
Link Local AddressAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether or not the address is link-local. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection. no link-local-address
LoopbackAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether or not it is a loopback address. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection. no loopback
Loopback AddressAttribute indicating that the IP address for this interface should be the given value, if a loopback interface exists on the machine. A 'loopback address' may not actually be configured on the machine's loopback interface. Differs from inet-address in that the given value will be used even if no NIC can be found that has the IP specified address associated with it. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection. no loopback-address
MulticastAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether or not its network interface supports multicast. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection. no multicast
NicAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether its network interface has the given name. The name of a network interface (e.g. eth0, eth1, lo). An 'undefined' value means this attribute is not relevant to the IP address selection. no nic
Nic MatchAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether its network interface has a name that matches the given regular expression. Value is a regular expression against which the names of the network interfaces available on the machine can be matched to find an acceptable interface. An 'undefined' value means this attribute is not relevant to the IP address selection. no nic-match
Point To PointAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether or not its network interface is a point-to-point interface. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection no point-to-point
Public AddressAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether or not it is a publicly routable address. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection no public-address
Site Local AddressAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether or it is a site-local address. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection no site-local-address
Subnet MatchAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether or it the address fits in the given subnet definition. Value is a network IP address and the number of bits in the address' network prefix, written in 'slash notation'; e.g. '192.168.0.0/16'. An 'undefined' value means this attribute is not relevant to the IP address selection. no subnet-match
UpAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether its network interface is currently up. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection no up
VirtualAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether its network interface is a virtual interface. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection no virtual
Inet AddressAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether or not the address matches the given value. Value is either a IP address in IPv6 or IPv4 dotted decimal notation, or a hostname that can be resolved to an IP address. An 'undefined' value means this attribute is not relevant to the IP address selection. no inet-address

Note

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

3.3.2.3. JBossAS7 - DomainDeployment Service

Overview

Table 3.993. Overview

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

Table 3.994. 

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.995. 

NameDescriptionRequiredInternal Name
Name  yes name
Runtime Name  yes runtime-name
Content  yes content
Assigned to  yes *1

Note

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

Table 3.996. Metrics

NameDescription
Assign to Server-GroupDeprecated: Use server-group property found in resource configuration instead
Restart in Server-GroupRestarts this deployment in one or all assigned server group(s)
Package Types

Table 3.997. Package Types

NameCategoryDescription
FileDeployableDeployments on this domain

3.3.2.4. JBossAS7 - Managed Server

Overview

Table 3.998. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource Types
Autodiscovery Process Scans
none
Connection Properties

Table 3.999. 

NameDescriptionRequiredInternal Name
Log Event Sources  yes logEventSources
Path  yes path

Note

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

Table 3.1000. Metrics

NameTypeDescriptionInternal Name
Server Code NametraitServer Code Name_skm:release-codename
Server VersiontraitServer Version_skm:release-version
Product NametraitProduct Name_skm:product-name
Product VersiontraitProduct Version_skm:product-version
Server statetraitDetailed server statestatus
Start time of the servertraitStart time of the serverstartTime
JGroups Multicast Addresstraitthe host and port used by JGroups for multicastmulticastAddress

Note

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

Table 3.1001. 

NameDescriptionRequiredInternal Name
Properties  no *2
Name of the host to put the server on  yes hostname
Server GroupServer Group this instance belongs to. yes group
Socket binding groupSocket bindings to use yes socket-binding-group
Port OffsetOffset to the base ports yes socket-binding-port-offset
AutostartWhether or not this server should be started when the Host Controller starts. yes auto-start

Note

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

Table 3.1002. Metrics

NameDescription
StartStart this server instance.
StopStop this server instance.
RestartRestart this server instance.
Package Types
none
3.3.2.4.1. JBossAS7 - ManagedServerDeployment Service
Overview

Table 3.1003. Overview

Description:Deployed package on a managed server. Go to corresponding DomainDeployment to manipulate it
Singleton: no
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1004. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

Note

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

Table 3.1005. 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.1006. 

NameDescriptionRequiredInternal Name
Name  yes name
Runtime Name  yes runtime-name
Content  yes content

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.1.1. JBossAS7 - Webservices Runtime Service
Overview

Table 3.1007. Overview

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

Table 3.1008. 

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.2.4.1.1.1. JBossAS7 - Endpoint Runtime Service
Overview

Table 3.1009. Overview

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

Table 3.1010. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1011. 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.1012. 

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.2.4.1.2. JBossAS7 - Web Runtime Service
Overview

Table 3.1013. Overview

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

Table 3.1014. 

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.1015. 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.2.4.1.3. JBossAS7 - Messaging Runtime Service
Overview

Table 3.1016. Overview

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

Table 3.1017. 

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.2.4.1.3.1. JBossAS7 - HornetQ Server Runtime Service
Overview

Table 3.1018. Overview

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

Table 3.1019. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1020. 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.1021. 

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.1022. 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.2.4.1.3.1.1. JBossAS7 - JMS Queue Runtime Service
Overview

Table 3.1023. Overview

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

Table 3.1024. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1025. 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.1026. 

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.1027. 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.2.4.1.3.1.2. JBossAS7 - JMS Topic Runtime Service
Overview

Table 3.1028. Overview

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

Table 3.1029. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1030. 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.1031. 

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.1032. 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.2.4.1.4. JBossAS7 - Subdeployment Service
Overview

Table 3.1033. 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 TypesConnection Properties

Table 3.1034. 

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.2.4.1.4.1. JBossAS7 - Webservices Runtime Service
Overview

Table 3.1035. Overview

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

Table 3.1036. 

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.2.4.1.4.1.1. JBossAS7 - Endpoint Runtime Service
Overview

Table 3.1037. Overview

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

Table 3.1038. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1039. 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.1040. 

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.2.4.1.4.2. JBossAS7 - Web Runtime Service
Overview

Table 3.1041. Overview

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

Table 3.1042. 

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.1043. 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.2.4.1.4.3. JBossAS7 - Messaging Runtime Service
Overview

Table 3.1044. Overview

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

Table 3.1045. 

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.2.4.1.4.3.1. JBossAS7 - HornetQ Server Runtime Service
Overview

Table 3.1046. Overview

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

Table 3.1047. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1048. 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.1049. 

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.1050. 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.2.4.1.4.3.1.1. JBossAS7 - JMS Queue Runtime Service
Overview

Table 3.1051. Overview

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

Table 3.1052. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1053. 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.1054. 

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.1055. 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.2.4.1.4.3.1.2. JBossAS7 - JMS Topic Runtime Service
Overview

Table 3.1056. Overview

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

Table 3.1057. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1058. 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.1059. 

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.1060. 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.2.4.1.4.4. JBossAS7 - JPA Runtime Service
Overview

Table 3.1061. Overview

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

Table 3.1062. 

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.2.4.1.4.4.1. JBossAS7 - Hibernate Persistence Unit Service
Overview

Table 3.1063. Overview

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

Table 3.1064. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1065. 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.1066. 

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.1067. Metrics

NameDescription
Subsystem:clearClear statistics.
Subsystem:evict AllEvict all entities from second level cache.
Subsystem:summaryLog the statistics.
View QueriesView statistical information about queries executed by Hibernate
Package Types
none
3.3.2.4.1.4.4.1.1. JBossAS7 - Entity Cache Service
Overview

Table 3.1068. Overview

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

Table 3.1069. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1070. 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.2.4.1.4.4.1.2. JBossAS7 - Entity Service
Overview

Table 3.1071. Overview

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

Table 3.1072. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1073. 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.2.4.1.4.4.1.3. JBossAS7 - Collection Service
Overview

Table 3.1074. Overview

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

Table 3.1075. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1076. 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
3.3.2.4.1.4.5. JBossAS7 - Datasources Runtime Service
Overview

Table 3.1077. Overview

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

Table 3.1078. 

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.2.4.1.4.5.1. JBossAS7 - XA Datasource Runtime Service
Overview

Table 3.1079. Overview

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

Table 3.1080. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1081. Metrics

NameTypeDescriptionInternal Name
Prepared Statement Cache Current SizemeasurementThe number of prepared and callable statements currently cached in the statement cachePreparedStatementCacheCurrentSize
Prepared Statement Cache Miss CountmeasurementThe number of times that a statement request could not be satisfied with a statement from the cachePreparedStatementCacheMissCount
Prepared Statement Cache Miss Count per MinutemeasurementThe number of times that a statement request could not be satisfied with a statement from the cachePreparedStatementCacheMissCount
Prepared Statement Cache Add CountmeasurementThe number of statements added to the statement cachePreparedStatementCacheAddCount
Prepared Statement Cache Access CountmeasurementThe number of times that the statement cache was accessedPreparedStatementCacheAccessCount
Prepared Statement Cache Access Count per MinutemeasurementThe number of times that the statement cache was accessedPreparedStatementCacheAccessCount
Prepared Statement Cache Delete CountmeasurementThe number of statements discarded from the cachePreparedStatementCacheDeleteCount
Prepared Statement Cache Delete Count per MinutemeasurementThe number of statements discarded from the cachePreparedStatementCacheDeleteCount
Prepared Statement Cache Hit CountmeasurementThe number of times that statements from the cache were usedPreparedStatementCacheHitCount
Prepared Statement Cache Hit Count per MinutemeasurementThe number of times that statements from the cache were usedPreparedStatementCacheHitCount
Active CountmeasurementThe active countActiveCount
Available CountmeasurementThe available countAvailableCount
Average Blocking TimemeasurementThe average time spent blocking for a connectionAverageBlockingTime
Average Creation TimemeasurementThe average time spent creating a physical connectionAverageCreationTime
Created CountmeasurementThe created countCreatedCount
Created Count per MinutemeasurementThe created countCreatedCount
Destroyed CountmeasurementThe destroyed countDestroyedCount
Destroyed Count per MinutemeasurementThe destroyed countDestroyedCount
Max Creation TimemeasurementThe maximum time for creating a physical connectionMaxCreationTime
Max Used CountmeasurementThe maximum number of connections usedMaxUsedCount
Max Wait TimemeasurementThe maximum wait time for a connectionMaxWaitTime
Timed OutmeasurementThe timed out countTimedOut
Timed Out per MinutemeasurementThe timed out countTimedOut
Total Creation TimemeasurementThe total time spent creating physical connectionsTotalCreationTime
Total Creation Time per MinutemeasurementThe total time spent creating physical connectionsTotalCreationTime
Total Blocking TimemeasurementThe total blocking timeTotalBlockingTime
Total Blocking Time per MinutemeasurementThe total blocking timeTotalBlockingTime
Connection Available?traitConnection Available?connectionAvailable
Min Pool Size settingmeasurementThe min pool size settingmin-pool-size
Max Pool Size settingmeasurementThe max pool size settingmax-pool-size

Note

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

Table 3.1082. 

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.1083. 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.2.4.1.4.5.2. JBossAS7 - Datasource Runtime Service
Overview

Table 3.1084. Overview

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

Table 3.1085. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1086. Metrics

NameTypeDescriptionInternal Name
Prepared Statement Cache Current SizemeasurementThe number of prepared and callable statements currently cached in the statement cachePreparedStatementCacheCurrentSize
Prepared Statement Cache Miss CountmeasurementThe number of times that a statement request could not be satisfied with a statement from the cachePreparedStatementCacheMissCount
Prepared Statement Cache Miss Count per MinutemeasurementThe number of times that a statement request could not be satisfied with a statement from the cachePreparedStatementCacheMissCount
Prepared Statement Cache Add CountmeasurementThe number of statements added to the statement cachePreparedStatementCacheAddCount
Prepared Statement Cache Access CountmeasurementThe number of times that the statement cache was accessedPreparedStatementCacheAccessCount
Prepared Statement Cache Access Count per MinutemeasurementThe number of times that the statement cache was accessedPreparedStatementCacheAccessCount
Prepared Statement Cache Delete CountmeasurementThe number of statements discarded from the cachePreparedStatementCacheDeleteCount
Prepared Statement Cache Delete Count per MinutemeasurementThe number of statements discarded from the cachePreparedStatementCacheDeleteCount
Prepared Statement Cache Hit CountmeasurementThe number of times that statements from the cache were usedPreparedStatementCacheHitCount
Prepared Statement Cache Hit Count per MinutemeasurementThe number of times that statements from the cache were usedPreparedStatementCacheHitCount
Active CountmeasurementThe active countActiveCount
Available CountmeasurementThe available countAvailableCount
Average Blocking TimemeasurementThe average time spent blocking for a connectionAverageBlockingTime
Average Creation TimemeasurementThe average time spent creating a physical connectionAverageCreationTime
Created CountmeasurementThe created countCreatedCount
Created Count per MinutemeasurementThe created countCreatedCount
Destroyed CountmeasurementThe destroyed countDestroyedCount
Destroyed Count per MinutemeasurementThe destroyed countDestroyedCount
Max Creation TimemeasurementThe maximum time for creating a physical connectionMaxCreationTime
Max Used CountmeasurementThe maximum number of connections usedMaxUsedCount
Max Wait TimemeasurementThe maximum wait time for a connectionMaxWaitTime
Timed OutmeasurementThe timed out countTimedOut
Timed Out per MinutemeasurementThe timed out countTimedOut
Total Creation TimemeasurementThe total time spent creating physical connectionsTotalCreationTime
Total Creation Time per MinutemeasurementThe total time spent creating physical connectionsTotalCreationTime
Total Blocking TimemeasurementThe total blocking timeTotalBlockingTime
Total Blocking Time per MinutemeasurementThe total blocking timeTotalBlockingTime
Connection Available?traitConnection Available?connectionAvailable
Min Pool Size settingmeasurementThe min pool size settingmin-pool-size
Max Pool Size settingmeasurementThe max pool size settingmax-pool-size

Note

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

Table 3.1087. 

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.1088. 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.2.4.1.4.6. JBossAS7 - EJB3 Runtime Service
Overview

Table 3.1089. Overview

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

Table 3.1090. 

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.2.4.1.4.6.1. JBossAS7 - Message Driven Bean Runtime Service
Overview

Table 3.1091. Overview

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

Table 3.1092. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1093. 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 instances created for the pool.pool-create-count
Pool Current SizemeasurementThe current size of the instance pool.pool-current-size
Pool Max SizemeasurementThe maximum size of the instance pool.pool-max-size
Pool Remove CountmeasurementThe number of instances removed from the pool.pool-remove-count
Peak concurrent invocationsmeasurementThe maximum number of concurrent invocations at any given time.peak-concurrent-invocations
InvocationsmeasurementThe total number of invocations made on this EJB.invocations
Invocations per MinutemeasurementNumber of invocations processed.invocations
Wait TimemeasurementTotal sum of wait-time for all methods in milliseconds.wait-time
Execution TimemeasurementTotal execution-time (sum of all execution-time from all of the methods) in millisecondsexecution-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.1094. 

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.2.4.1.4.6.2. JBossAS7 - Singleton Bean Runtime Service
Overview

Table 3.1095. Overview

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

Table 3.1096. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1097. Metrics

NameTypeDescriptionInternal Name
Peak concurrent invocationsmeasurementThe maximum number of concurrent invocations at any given time.peak-concurrent-invocations
InvocationsmeasurementThe total number of invocations made on this EJB.invocations
Invocations per MinutemeasurementNumber of invocations processed.invocations
Wait TimemeasurementTotal sum of wait-time for all methods in milliseconds.wait-time
Execution TimemeasurementTotal execution-time (sum of all execution-time from all of the methods) in millisecondsexecution-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.1098. 

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.2.4.1.4.6.3. JBossAS7 - Stateless Session Bean Runtime Service
Overview

Table 3.1099. Overview

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

Table 3.1100. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1101. 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 instances created for the pool.pool-create-count
Pool Current SizemeasurementThe current size of the instance pool.pool-current-size
Pool Max SizemeasurementThe maximum size of the instance pool.pool-max-size
Pool Remove CountmeasurementThe number of instances removed from the pool.pool-remove-count
Peak concurrent invocationsmeasurementThe maximum number of concurrent invocations at any given time.peak-concurrent-invocations
InvocationsmeasurementThe total number of invocations made on this EJB.invocations
Invocations per MinutemeasurementNumber of invocations processed.invocations
Wait TimemeasurementTotal sum of wait-time for all methods in milliseconds.wait-time
Execution TimemeasurementTotal execution-time (sum of all execution-time from all of the methods) in millisecondsexecution-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.1102. 

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.2.4.1.4.6.4. JBossAS7 - Entity Bean Runtime Service
Overview

Table 3.1103. Overview

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

Table 3.1104. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1105. 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 instances created for the pool.pool-create-count
Pool Current SizemeasurementThe current size of the instance pool.pool-current-size
Pool Max SizemeasurementThe maximum size of the instance pool.pool-max-size
Pool Remove CountmeasurementThe number of instances removed from the pool.pool-remove-count
Peak concurrent invocationsmeasurementThe maximum number of concurrent invocations at any given time.peak-concurrent-invocations
InvocationsmeasurementThe total number of invocations made on this EJB.invocations
Invocations per MinutemeasurementNumber of invocations processed.invocations
Wait TimemeasurementTotal sum of wait-time for all methods in milliseconds.wait-time
Execution TimemeasurementTotal execution-time (sum of all execution-time from all of the methods) in millisecondsexecution-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.1106. 

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.2.4.1.4.6.5. JBossAS7 - Stateful Session Bean Runtime Service
Overview

Table 3.1107. Overview

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

Table 3.1108. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1109. Metrics

NameTypeDescriptionInternal Name
Peak concurrent invocationsmeasurementThe maximum number of concurrent invocations at any given time.peak-concurrent-invocations
InvocationsmeasurementThe total number of invocations made on this EJB.invocations
Invocations per MinutemeasurementNumber of invocations processed.invocations
Wait TimemeasurementTotal sum of wait-time for all methods in milliseconds.wait-time
Execution TimemeasurementTotal execution-time (sum of all execution-time from all of the methods) in millisecondsexecution-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.1110. 

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.2.4.1.4.7. JBossAS7 - Resource Adapters Runtime Service
Overview

Table 3.1111. Overview

Description:Configuration of the resource adapters subsystem.
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1112. 

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.2.4.1.4.7.1. JBossAS7 - Connection Definition Runtime Service
Overview

Table 3.1113. Overview

Description:Specifies the connection definitions.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1114. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1115. Metrics

NameTypeDescriptionInternal Name
Active CountmeasurementThe active countActiveCount
Available CountmeasurementThe available countAvailableCount
Average Blocking TimemeasurementThe average time spent blocking for a connectionAverageBlockingTime
Average Creation TimemeasurementThe average time spent creating a physical connectionAverageCreationTime
Created CountmeasurementThe created countCreatedCount
Destroyed CountmeasurementThe destroyed countDestroyedCount
Max Creation TimemeasurementThe maximum time for creating a physical connectionMaxCreationTime
Max Used CountmeasurementThe maximum number of connections usedMaxUsedCount
Max Wait TimemeasurementThe maximum wait time for a connectionMaxWaitTime
Timed OutmeasurementThe timed out countTimedOut
Total Blocking TimemeasurementThe total blocking timeTotalBlockingTime
Total Creation TimemeasurementThe total time spent creating physical connectionsTotalCreationTime

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.2.4.1.5. JBossAS7 - JPA Runtime Service
Overview

Table 3.1116. Overview

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

Table 3.1117. 

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.2.4.1.5.1. JBossAS7 - Hibernate Persistence Unit Service
Overview

Table 3.1118. Overview

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

Table 3.1119. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1120. 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.1121. 

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.1122. Metrics

NameDescription
Subsystem:clearClear statistics.
Subsystem:evict AllEvict all entities from second level cache.
Subsystem:summaryLog the statistics.
View QueriesView statistical information about queries executed by Hibernate
Package Types
none
3.3.2.4.1.5.1.1. JBossAS7 - Entity Cache Service
Overview

Table 3.1123. Overview

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

Table 3.1124. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1125. 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.2.4.1.5.1.2. JBossAS7 - Entity Service
Overview

Table 3.1126. Overview

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

Table 3.1127. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1128. 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.2.4.1.5.1.3. JBossAS7 - Collection Service
Overview

Table 3.1129. Overview

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

Table 3.1130. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1131. 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
3.3.2.4.1.6. JBossAS7 - Datasources Runtime Service
Overview

Table 3.1132. Overview

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

Table 3.1133. 

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.2.4.1.6.1. JBossAS7 - XA Datasource Runtime Service
Overview

Table 3.1134. Overview

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

Table 3.1135. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1136. Metrics

NameTypeDescriptionInternal Name
Prepared Statement Cache Current SizemeasurementThe number of prepared and callable statements currently cached in the statement cachePreparedStatementCacheCurrentSize
Prepared Statement Cache Miss CountmeasurementThe number of times that a statement request could not be satisfied with a statement from the cachePreparedStatementCacheMissCount
Prepared Statement Cache Miss Count per MinutemeasurementThe number of times that a statement request could not be satisfied with a statement from the cachePreparedStatementCacheMissCount
Prepared Statement Cache Add CountmeasurementThe number of statements added to the statement cachePreparedStatementCacheAddCount
Prepared Statement Cache Access CountmeasurementThe number of times that the statement cache was accessedPreparedStatementCacheAccessCount
Prepared Statement Cache Access Count per MinutemeasurementThe number of times that the statement cache was accessedPreparedStatementCacheAccessCount
Prepared Statement Cache Delete CountmeasurementThe number of statements discarded from the cachePreparedStatementCacheDeleteCount
Prepared Statement Cache Delete Count per MinutemeasurementThe number of statements discarded from the cachePreparedStatementCacheDeleteCount
Prepared Statement Cache Hit CountmeasurementThe number of times that statements from the cache were usedPreparedStatementCacheHitCount
Prepared Statement Cache Hit Count per MinutemeasurementThe number of times that statements from the cache were usedPreparedStatementCacheHitCount
Active CountmeasurementThe active countActiveCount
Available CountmeasurementThe available countAvailableCount
Average Blocking TimemeasurementThe average time spent blocking for a connectionAverageBlockingTime
Average Creation TimemeasurementThe average time spent creating a physical connectionAverageCreationTime
Created CountmeasurementThe created countCreatedCount
Created Count per MinutemeasurementThe created countCreatedCount
Destroyed CountmeasurementThe destroyed countDestroyedCount
Destroyed Count per MinutemeasurementThe destroyed countDestroyedCount
Max Creation TimemeasurementThe maximum time for creating a physical connectionMaxCreationTime
Max Used CountmeasurementThe maximum number of connections usedMaxUsedCount
Max Wait TimemeasurementThe maximum wait time for a connectionMaxWaitTime
Timed OutmeasurementThe timed out countTimedOut
Timed Out per MinutemeasurementThe timed out countTimedOut
Total Creation TimemeasurementThe total time spent creating physical connectionsTotalCreationTime
Total Creation Time per MinutemeasurementThe total time spent creating physical connectionsTotalCreationTime
Total Blocking TimemeasurementThe total blocking timeTotalBlockingTime
Total Blocking Time per MinutemeasurementThe total blocking timeTotalBlockingTime
Connection Available?traitConnection Available?connectionAvailable
Min Pool Size settingmeasurementThe min pool size settingmin-pool-size
Max Pool Size settingmeasurementThe max pool size settingmax-pool-size

Note

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

Table 3.1137. 

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.1138. 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.2.4.1.6.2. JBossAS7 - Datasource Runtime Service
Overview

Table 3.1139. Overview

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

Table 3.1140. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1141. Metrics

NameTypeDescriptionInternal Name
Prepared Statement Cache Current SizemeasurementThe number of prepared and callable statements currently cached in the statement cachePreparedStatementCacheCurrentSize
Prepared Statement Cache Miss CountmeasurementThe number of times that a statement request could not be satisfied with a statement from the cachePreparedStatementCacheMissCount
Prepared Statement Cache Miss Count per MinutemeasurementThe number of times that a statement request could not be satisfied with a statement from the cachePreparedStatementCacheMissCount
Prepared Statement Cache Add CountmeasurementThe number of statements added to the statement cachePreparedStatementCacheAddCount
Prepared Statement Cache Access CountmeasurementThe number of times that the statement cache was accessedPreparedStatementCacheAccessCount
Prepared Statement Cache Access Count per MinutemeasurementThe number of times that the statement cache was accessedPreparedStatementCacheAccessCount
Prepared Statement Cache Delete CountmeasurementThe number of statements discarded from the cachePreparedStatementCacheDeleteCount
Prepared Statement Cache Delete Count per MinutemeasurementThe number of statements discarded from the cachePreparedStatementCacheDeleteCount
Prepared Statement Cache Hit CountmeasurementThe number of times that statements from the cache were usedPreparedStatementCacheHitCount
Prepared Statement Cache Hit Count per MinutemeasurementThe number of times that statements from the cache were usedPreparedStatementCacheHitCount
Active CountmeasurementThe active countActiveCount
Available CountmeasurementThe available countAvailableCount
Average Blocking TimemeasurementThe average time spent blocking for a connectionAverageBlockingTime
Average Creation TimemeasurementThe average time spent creating a physical connectionAverageCreationTime
Created CountmeasurementThe created countCreatedCount
Created Count per MinutemeasurementThe created countCreatedCount
Destroyed CountmeasurementThe destroyed countDestroyedCount
Destroyed Count per MinutemeasurementThe destroyed countDestroyedCount
Max Creation TimemeasurementThe maximum time for creating a physical connectionMaxCreationTime
Max Used CountmeasurementThe maximum number of connections usedMaxUsedCount
Max Wait TimemeasurementThe maximum wait time for a connectionMaxWaitTime
Timed OutmeasurementThe timed out countTimedOut
Timed Out per MinutemeasurementThe timed out countTimedOut
Total Creation TimemeasurementThe total time spent creating physical connectionsTotalCreationTime
Total Creation Time per MinutemeasurementThe total time spent creating physical connectionsTotalCreationTime
Total Blocking TimemeasurementThe total blocking timeTotalBlockingTime
Total Blocking Time per MinutemeasurementThe total blocking timeTotalBlockingTime
Connection Available?traitConnection Available?connectionAvailable
Min Pool Size settingmeasurementThe min pool size settingmin-pool-size
Max Pool Size settingmeasurementThe max pool size settingmax-pool-size

Note

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

Table 3.1142. 

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.1143. 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.2.4.1.7. JBossAS7 - EJB3 Runtime Service
Overview

Table 3.1144. Overview

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

Table 3.1145. 

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.2.4.1.7.1. JBossAS7 - Message Driven Bean Runtime Service
Overview

Table 3.1146. Overview

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

Table 3.1147. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1148. 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 instances created for the pool.pool-create-count
Pool Current SizemeasurementThe current size of the instance pool.pool-current-size
Pool Max SizemeasurementThe maximum size of the instance pool.pool-max-size
Pool Remove CountmeasurementThe number of instances removed from the pool.pool-remove-count
Peak concurrent invocationsmeasurementThe maximum number of concurrent invocations at any given time.peak-concurrent-invocations
InvocationsmeasurementThe total number of invocations made on this EJB.invocations
Invocations per MinutemeasurementNumber of invocations processed.invocations
Wait TimemeasurementTotal sum of wait-time for all methods in milliseconds.wait-time
Execution TimemeasurementTotal execution-time (sum of all execution-time from all of the methods) in millisecondsexecution-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.1149. 

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.2.4.1.7.2. JBossAS7 - Singleton Bean Runtime Service
Overview

Table 3.1150. Overview

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

Table 3.1151. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1152. Metrics

NameTypeDescriptionInternal Name
Peak concurrent invocationsmeasurementThe maximum number of concurrent invocations at any given time.peak-concurrent-invocations
InvocationsmeasurementThe total number of invocations made on this EJB.invocations
Invocations per MinutemeasurementNumber of invocations processed.invocations
Wait TimemeasurementTotal sum of wait-time for all methods in milliseconds.wait-time
Execution TimemeasurementTotal execution-time (sum of all execution-time from all of the methods) in millisecondsexecution-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.1153. 

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.2.4.1.7.3. JBossAS7 - Stateless Session Bean Runtime Service
Overview

Table 3.1154. Overview

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

Table 3.1155. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1156. 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 instances created for the pool.pool-create-count
Pool Current SizemeasurementThe current size of the instance pool.pool-current-size
Pool Max SizemeasurementThe maximum size of the instance pool.pool-max-size
Pool Remove CountmeasurementThe number of instances removed from the pool.pool-remove-count
Peak concurrent invocationsmeasurementThe maximum number of concurrent invocations at any given time.peak-concurrent-invocations
InvocationsmeasurementThe total number of invocations made on this EJB.invocations
Invocations per MinutemeasurementNumber of invocations processed.invocations
Wait TimemeasurementTotal sum of wait-time for all methods in milliseconds.wait-time
Execution TimemeasurementTotal execution-time (sum of all execution-time from all of the methods) in millisecondsexecution-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.1157. 

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.2.4.1.7.4. JBossAS7 - Entity Bean Runtime Service
Overview

Table 3.1158. Overview

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

Table 3.1159. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1160. 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 instances created for the pool.pool-create-count
Pool Current SizemeasurementThe current size of the instance pool.pool-current-size
Pool Max SizemeasurementThe maximum size of the instance pool.pool-max-size
Pool Remove CountmeasurementThe number of instances removed from the pool.pool-remove-count
Peak concurrent invocationsmeasurementThe maximum number of concurrent invocations at any given time.peak-concurrent-invocations
InvocationsmeasurementThe total number of invocations made on this EJB.invocations
Invocations per MinutemeasurementNumber of invocations processed.invocations
Wait TimemeasurementTotal sum of wait-time for all methods in milliseconds.wait-time
Execution TimemeasurementTotal execution-time (sum of all execution-time from all of the methods) in millisecondsexecution-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.1161. 

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.2.4.1.7.5. JBossAS7 - Stateful Session Bean Runtime Service
Overview

Table 3.1162. Overview

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

Table 3.1163. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1164. Metrics

NameTypeDescriptionInternal Name
Peak concurrent invocationsmeasurementThe maximum number of concurrent invocations at any given time.peak-concurrent-invocations
InvocationsmeasurementThe total number of invocations made on this EJB.invocations
Invocations per MinutemeasurementNumber of invocations processed.invocations
Wait TimemeasurementTotal sum of wait-time for all methods in milliseconds.wait-time
Execution TimemeasurementTotal execution-time (sum of all execution-time from all of the methods) in millisecondsexecution-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.1165. 

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.2.4.1.8. JBossAS7 - Resource Adapters Runtime Service
Overview

Table 3.1166. Overview

Description:Configuration of the resource adapters subsystem.
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1167. 

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.2.4.1.8.1. JBossAS7 - Connection Definition Runtime Service
Overview

Table 3.1168. Overview

Description:Specifies the connection definitions.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1169. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1170. Metrics

NameTypeDescriptionInternal Name
Active CountmeasurementThe active countActiveCount
Available CountmeasurementThe available countAvailableCount
Average Blocking TimemeasurementThe average time spent blocking for a connectionAverageBlockingTime
Average Creation TimemeasurementThe average time spent creating a physical connectionAverageCreationTime
Created CountmeasurementThe created countCreatedCount
Destroyed CountmeasurementThe destroyed countDestroyedCount
Max Creation TimemeasurementThe maximum time for creating a physical connectionMaxCreationTime
Max Used CountmeasurementThe maximum number of connections usedMaxUsedCount
Max Wait TimemeasurementThe maximum wait time for a connectionMaxWaitTime
Timed OutmeasurementThe timed out countTimedOut
Total Blocking TimemeasurementThe total blocking timeTotalBlockingTime
Total Creation TimemeasurementThe total time spent creating physical connectionsTotalCreationTime

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.2.4.2. JBossAS7 - Naming (Managed Server) Service
Overview

Table 3.1171. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1172. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

Note

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

Table 3.1173. Metrics

NameDescription
JNDIViewPeek at the JNDI tree
Package Types
none
3.3.2.4.2.1. JBossAS7 - Binding (Managed Server) Service
Overview

Table 3.1174. Overview

Description:JNDI bindings for primitive types
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1175. 

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.1176. 

NameDescriptionRequiredInternal Name
Binding TypeThe type of binding to create, may be simple, lookup or object-factory yes binding-type
ClassThe object factory class name for object factory bindings no class
LookupThe entry to lookup in JNDI for lookup bindings no lookup
ModuleThe module to load the object factory from for object factory bindings no module
TypeThe type of the value to bind for simple bindings, this must be a primitive type no type
ValueThe value to bind for simple bindings no value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.3. JBossAS7 - Webservices (Managed Server) Service
Overview

Table 3.1177. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1178. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

Note

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

Table 3.1179. 

NameDescriptionRequiredInternal Name
Modify Wsdl AddressWhether the soap address can be modified. no modify-wsdl-address
Wsdl HostThe WSDL, that is a required deployment artifact for an endpoint, has a <soap:address> element which points to the location of the endpoint. JBoss supports rewriting of that SOAP address. If the content of <soap:address> is a valid URL, JBossWS will not rewrite it unless 'modify-wsdl-address' is true. If the content of <soap:address> is not a valid URL, JBossWS will rewrite it using the attribute values given below. If 'wsdl-host' is set to 'jbossws.undefined.host', JBossWS uses requesters host when rewriting the <soap:address> no wsdl-host
Wsdl PortThe non-secure port that will be used for rewriting the SOAP address. If absent the port will be identified by querying the list of installed connectors. no wsdl-port
Wsdl Secure PortThe secure port that will be used for rewriting the SOAP address. If absent the port will be identified by querying the list of installed connectors. no wsdl-secure-port

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.3.1. JBossAS7 - Endpoint (Managed Server) Service
Overview

Table 3.1180. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1181. 

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.2.4.3.1.1. JBossAS7 - Post Handler Chain (Managed Server) Service
Overview

Table 3.1182. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1183. 

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.1184. 

NameDescriptionRequiredInternal Name
Protocol BindingsProtocol binding no protocol-bindings

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.3.1.1.1. JBossAS7 - Post Handler (Managed Server) Service
Overview

Table 3.1185. Overview

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

Table 3.1186. 

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.1187. 

NameDescriptionRequiredInternal Name
ClassHandler class yes class

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.3.1.2. JBossAS7 - Pre Handler Chain (Managed Server) Service
Overview

Table 3.1188. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1189. 

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.1190. 

NameDescriptionRequiredInternal Name
Protocol BindingsProtocol binding no protocol-bindings

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.3.1.2.1. JBossAS7 - Pre Handler (Managed Server) Service
Overview

Table 3.1191. Overview

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

Table 3.1192. 

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.1193. 

NameDescriptionRequiredInternal Name
ClassHandler class yes class

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.3.1.3. JBossAS7 - Property (Read Only) Service
Overview

Table 3.1194. Overview

Description:A property
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1195. 

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.1196. 

NameDescriptionRequiredInternal Name
ValueThe property value. no value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.4. JBossAS7 - JacORB (Managed Server) Service
Overview

Table 3.1197. Overview

Description:JacORB subsystem configuration
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1198. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

Note

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

Table 3.1199. 

NameDescriptionRequiredInternal Name
Add Component Via InterceptorIndicates whether SSL components should be added by an IOR interceptor (on) or not (off). The default value is on. no add-component-via-interceptor
Cache Poa NamesIndicates whether POA names should be cached (on) or not (off). The default value is off. no cache-poa-names
Cache TypecodesIndicates whether typecodes should be cached (on) or not (off). The default value is off. no cache-typecodes
Chunk Custom Rmi ValuetypesIndicates whether custom RMI valuetypes should be encoded as chunks (on) or not (off). The default value is on. no chunk-custom-rmi-valuetypes
Client RequiresValue that indicates the client SSL required parameters (None, ServerAuth, ClientAuth, MutualAuth). The default value is None. no client-requires
Client SupportsValue that indicates the client SSL supported parameters (None, ServerAuth, ClientAuth, MutualAuth). The default value is MutualAuth. no client-supports
Client TimeoutThe client-side connection timeout value in milliseconds. A value of zero indicates that the connection never times out. The default value is 0. no client-timeout
CometIndicates whether interoperability with Comet's ORB is enabled (on) or not (off). The default value is off. no comet
Export CorbalocIndicates whether the root context should be exported as corbaloc::address:port/NameService (on) or not (off). The default value is on. no export-corbaloc
Giop Minor VersionThe GIOP minor version to be used. The default value is 2. no giop-minor-version
Indirection Encoding DisableIndicates whether indirection encoding for repeated typecodes should be disabled (on) or not (off). The default value is off. no indirection-encoding-disable
IonaIndicates whether interoperability with IONA's ASP is enabled (on) or not (off). The default value is off. no iona
Lax Boolean EncodingIndicates whether any non-zero CDR encoded boolean value should be interpreted as true (on) or not (off). The default value is off. no lax-boolean-encoding
Max Managed Buf SizeThe log2 of maximum size managed by the internal buffer manager. The default value is 24. no max-managed-buf-size
Max Server ConnectionsThe maximum number of connections accepted by the server. The default value is 2147483647. no max-server-connections
Max ThreadsThe maximum number of active request processor threads. Threads are first obtained from the pool and once the pool is exhausted new threads are created until the number of threads reaches this limit. New requests will wait until an active thread finishes its job. The default value is 32. no max-threads
MonitoringIndicates whether the monitoring GUI should be displayed (on) or not (off). The default value is off. no monitoring
NameThe name of the running ORB. The default value is JBoss. no name
Outbuf Cache TimeoutThe buffer cache timeout in milliseconds. The default value is -1. no outbuf-cache-timeout
Outbuf SizeThe size of the network buffers for outgoing messages. The default value is 2048. no outbuf-size
Pool SizeThe size of the request processors thread-pool. Threads that finish processing a request are placed back in the pool if the pool is not full and discarded otherwise. The default value is 5. no pool-size
Print VersionIndicates whether the version number should be printed during ORB startup (on) or not (off). The default value is off. no print-version
PropertiesA list of generic key/value properties. no properties
Queue MaxThe maximum number of requests that can be queued. The default value is 100. no queue-max
Queue MinThe size of the queue for notifying waiting requests. In other words, blocked requests are only notified when the queue has no more than queue-min requests. The default value is 10. no queue-min
Queue WaitIndicates whether requests that exceed the maximum queue size should wait (on) or not (off). When disabled, a TRANSIENT exception is thrown if the queue is full. The default value is off. no queue-wait
RetriesThe number of retries if connections cannot be promptly established. The default value is 5. no retries
Retry IntervalThe interval in milliseconds between retries. The default value is 500. no retry-interval
Root ContextThe naming service root context. The default value is JBoss/Naming/root. no root-context
SecurityIndicates whether the security interceptors are to be installed (on) or not (off). The default value is off. no security
Security DomainThe name of the security domain that holds the key and trust stores that will be used to establish SSL connections. no security-domain
Server RequiresValue that indicates the server SSL required parameters (None, ServerAuth, ClientAuth, MutualAuth). The default value is None. no server-requires
Server SupportsValue that indicates the server SSL supported parameters (None, ServerAuth, ClientAuth, MutualAuth). The default value is MutualAuth. no server-supports
Server TimeoutThe server-side connection timeout value in milliseconds. A value of zero indicates that the connection never times out. The default value is 0. no server-timeout
Strict Check On Tc CreationIndicates whether the method create_abstract_interface_tc should perform a validation check on the name parameter (on) or not (off). The default value is off. yes strict-check-on-tc-creation
SunIndicates whether interoperability with Sun's ORB is enabled (on) or not (off). The default value is on. no sun
Support SslIndicates whether SSL is to be supported (on) or not (off). The default value is off. no support-ssl
TransactionsIndicates whether the transactions interceptors are to be installed (on or spec) or not (off). The value 'on' enabled JTS while 'spec' enables a spec compliant mode (non JTS) that rejects incoming transaction contexts. The default value is off. no transactions
Use BomIndicates whether GIOP 1.2 byte order markers should be used (on) or not (off). The default value is off. no use-bom
Use ImrIndicates whether the implementation repository should be used (on) or not (off). The default value is off. no use-imr

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.5. JBossAS7 - JAXR (Managed Server) Service
Overview

Table 3.1200. Overview

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

Table 3.1201. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

Note

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

Table 3.1202. 

NameDescriptionRequiredInternal Name
ClassThe JAXR ConnectionFactory implementation class no class
Jndi NameThe JNDI name under which the JAXR ConnectionFactory is bound no jndi-name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.5.1. JBossAS7 - Property (JAXR - Managed Server) Service
Overview

Table 3.1203. Overview

Description:A JAXR property. The identity of the resource defines the property name.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1204. 

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.1205. 

NameDescriptionRequiredInternal Name
ValueThe JAXR property value. yes value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.6. JBossAS7 - JPA (Managed Server) Service
Overview

Table 3.1206. Overview

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

Table 3.1207. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

Note

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

Table 3.1208. 

NameDescriptionRequiredInternal Name
Default DatasourceThe name of the default global datasource. no default-datasource

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.7. JBossAS7 - EE (Managed Server) Service
Overview

Table 3.1209. Overview

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

Table 3.1210. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

Note

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

Table 3.1211. 

NameDescriptionRequiredInternal Name
Ear Subdeployments IsolatedFlag indicating whether each of the subdeployments within a .ear can access classes belonging to another subdeployment within the same .ear. A value of false means the subdeployments can see classes belonging to other subdeployments within the .ear. The default value is false. no ear-subdeployments-isolated
Global ModulesA list of modules that should be made available to all deployments. no global-modules

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.8. JBossAS7 - Infinispan (Managed Server) Service
Overview

Table 3.1212. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1213. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

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.2.4.8.1. JBossAS7 - Cache Container (Managed Server) Service
Overview

Table 3.1214. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1215. 

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.1216. 

NameDescriptionRequiredInternal Name
Default CacheThe default infinispan cache no default-cache
AliasesThe list of aliases for this cache container no aliases
Jndi NameThe jndi name to which to bind this cache container no jndi-name
StartThe cache container start mode, which can be EAGER (immediate start) or LAZY (on-demand start). no start
Listener ExecutorThe executor used for the replication queue no listener-executor
Eviction ExecutorThe scheduled executor used for eviction no eviction-executor
ModuleThe module whose class loader should be used when building this cache container's configuration. The default value is org.jboss.as.clustering.infinispan. no module
Replication Queue ExecutorThe executor used for asynchronous cache operations no replication-queue-executor

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.8.1.1. JBossAS7 - Cache (Managed Server) Service
Overview

Table 3.1217. Overview

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

Table 3.1218. 

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.1219. 

NameDescriptionRequiredInternal Name
StartThe cache start mode, which can be EAGER (immediate start) or LAZY (on-demand start). no start
BatchingIf enabled, the invocation batching API will be made available for this cache. no batching
IndexingIf enabled, entries will be indexed when they are added to the cache. Indexes will be updated as entries change or are removed. no indexing
Jndi NameThe jndi-name to which to bind this cache instance. no jndi-name
ModeSets the clustered cache mode, ASYNC for asynchronous operation, or SYNC for synchronous operation. no mode
Queue SizeIn ASYNC mode, this attribute can be used to trigger flushing of the queue when it reaches a specific threshold. no queue-size
Queue Flush IntervalIn ASYNC mode, this attribute controls how often the asynchronous thread used to flush the replication queue runs. This should be a positive integer which represents thread wakeup time in milliseconds. no queue-flush-interval
Remote TimeoutIn SYNC mode, the timeout (in ms) used to wait for an acknowledgment when making a remote call, after which the call is aborted and an exception is thrown. no remote-timeout
Async MarshallingIf enabled, this will cause marshalling of entries to be performed asynchronously. The default value is false. no async-marshalling
ModuleThe module whose class loader should be used when building this cache's configuration. no module
Type of cacheType of cache yes __type

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.8.1.2. JBossAS7 - Distributed Cache (Managed Server) Service
Overview

Table 3.1220. Overview

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

Table 3.1221. 

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.1222. 

NameDescriptionRequiredInternal Name
StartThe cache start mode, which can be EAGER (immediate start) or LAZY (on-demand start). no start
BatchingIf enabled, the invocation batching API will be made available for this cache. no batching
IndexingIf enabled, entries will be indexed when they are added to the cache. Indexes will be updated as entries change or are removed. no indexing
Jndi NameThe jndi-name to which to bind this cache instance. no jndi-name
ModeSets the clustered cache mode, ASYNC for asynchronous operation, or SYNC for synchronous operation. no mode
Queue SizeIn ASYNC mode, this attribute can be used to trigger flushing of the queue when it reaches a specific threshold. no queue-size
Queue Flush IntervalIn ASYNC mode, this attribute controls how often the asynchronous thread used to flush the replication queue runs. This should be a positive integer which represents thread wakeup time in milliseconds. no queue-flush-interval
Remote TimeoutIn SYNC mode, the timeout (in ms) used to wait for an acknowledgment when making a remote call, after which the call is aborted and an exception is thrown. no remote-timeout
Async MarshallingIf enabled, this will cause marshalling of entries to be performed asynchronously. The default value is false. no async-marshalling
L 1 LifespanMaximum lifespan of an entry placed in the L1 cache. This element configures the L1 cache behavior in 'distributed' caches instances. In any other cache modes, this element is ignored. The default value is 600000. no l1-lifespan
ModuleThe module whose class loader should be used when building this cache's configuration. no module
OwnersNumber of cluster-wide replicas for each cache entry. The default value is 2. no owners
Virtual NodesControls the number of virtual nodes per 'real' node. If numVirtualNodes is 1, then virtual nodes are disabled. The topology aware consistent hash must be used if you wish to take advantage of virtual nodes. A default of 1 is used. The default value is 1. no virtual-nodes

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.8.1.3. JBossAS7 - Local Cache (Managed Server) Service
Overview

Table 3.1223. Overview

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

Table 3.1224. 

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.1225. 

NameDescriptionRequiredInternal Name
StartThe cache start mode, which can be EAGER (immediate start) or LAZY (on-demand start). no start
BatchingIf enabled, the invocation batching API will be made available for this cache. no batching
IndexingIf enabled, entries will be indexed when they are added to the cache. Indexes will be updated as entries change or are removed. no indexing
Jndi NameThe jndi-name to which to bind this cache instance. no jndi-name
ModuleThe module whose class loader should be used when building this cache's configuration. no module

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.8.1.4. JBossAS7 - Transport (Managed Server) Service
Overview

Table 3.1226. Overview

Description:The description of the transport used by this cache container
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1227. 

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.1228. 

NameDescriptionRequiredInternal Name
ClusterThe name of the group communication cluster no cluster
ExecutorThe executor to use for the transport no executor
Lock TimeoutThe timeout for locks for the transport. The default value is 240000. no lock-timeout
StackThe jgroups stack to use for the transport no stack

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.9. JBossAS7 - JGroups (Managed Server) Service
Overview

Table 3.1229. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1230. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

Note

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

Table 3.1231. 

NameDescriptionRequiredInternal Name
Default StackDefault stack to use yes default-stack

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.10. JBossAS7 - Remoting (Managed Server) Service
Overview

Table 3.1232. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1233. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

Note

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

Table 3.1234. 

NameDescriptionRequiredInternal Name
Worker Read ThreadsThe number of read threads to create for the remoting worker. The default value is 1. no worker-read-threads
Worker Task Core ThreadsThe number of core threads for the remoting worker task thread pool. The default value is 4. no worker-task-core-threads
Worker Task KeepaliveThe number of milliseconds to keep non-core remoting worker task threads alive. The default value is 60. no worker-task-keepalive
Worker Task LimitThe maximum number of remoting worker tasks to allow before rejecting. The default value is 16384. no worker-task-limit
Worker Task Max ThreadsThe maximum number of threads for the remoting worker task thread pool. The default value is 16. no worker-task-max-threads
Worker Write ThreadsThe number of write threads to create for the remoting worker. The default value is 1. no worker-write-threads

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.11. JBossAS7 - Mail (Managed Server) Service
Overview

Table 3.1235. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1236. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

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.2.4.11.1. JBossAS7 - Mail Session (Managed Server) Service
Overview

Table 3.1237. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1238. 

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.1239. 

NameDescriptionRequiredInternal Name
DebugEnables javamail debugging. The default value is false. no debug
FromFrom address that is used as default from, if not set when sending no from
Jndi NameJNDI name to where mail session should be bound no jndi-name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.11.1.1. JBossAS7 - SMTP Mail Server (Managed Server) Service
Overview

Table 3.1240. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1241. 

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.1242. 

NameDescriptionRequiredInternal Name
Outbound Socket Binding RefOutbound Socket binding to SMTP server no outbound-socket-binding-ref
PasswordPassword to authenticate on server no password
SslDoes server requires SSL?. The default value is false. no ssl
UsernameUsername to authenticate on server no username

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.11.1.2. JBossAS7 - IMAP Mail Server (Managed Server) Service
Overview

Table 3.1243. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1244. 

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.1245. 

NameDescriptionRequiredInternal Name
Outbound Socket Binding RefOutbound Socket binding to IMAP server no outbound-socket-binding-ref
PasswordPassword to authenticate on server no password
SslDoes server requires SSL?. The default value is false. no ssl
UsernameUsername to authenticate on server no username

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.11.1.3. JBossAS7 - POP3 Mail Server (Managed Server) Service
Overview

Table 3.1246. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1247. 

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.1248. 

NameDescriptionRequiredInternal Name
Outbound Socket Binding RefOutbound Socket binding to POP3 server no outbound-socket-binding-ref
PasswordPassword to authenticate on server no password
SslDoes server requires SSL?. The default value is false. no ssl
UsernameUsername to authenticate on server no username

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.12. JBossAS7 - JBossWeb (Managed Server) Service
Overview

Table 3.1249. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1250. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

Note

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

Table 3.1251. 

NameDescriptionRequiredInternal Name
Disabled: 0Enable the default Servlet mapping. The default value is false. no disabled:0
File EncodingForce a file encoding. no file-encoding
ListingsEnable folder listings. The default value is false. no listings
Max DepthMaximum recursion for PROPFIND. The default value is 3. no max-depth
Read OnlyAllow write HTTP methods (PUT, DELETE). The default value is true. no read-only
SendfileEnable sendfile if possible, for files bigger than the specified byte size. The default value is 49152. no sendfile
SecretSecret for WebDAV locking operations. no secret
WebdavEnable WebDAV functionality. The default value is false. no webdav
Check IntervalCheck interval for JSP updates using a background thread. The default value is 0. no check-interval
DevelopmentEnable the development mode, which gives more information when an error occurs. The default value is false. no development
Disabled: 1Enable the JSP container. The default value is false. no disabled:1
Display Source FragmentWhen a runtime error occurs, attempts to display corresponding JSP source fragment. The default value is true. no display-source-fragment
Dump SmapWrite SMAP data to a file. The default value is false. no dump-smap
Error On Use Bean Invalid Class AttributeEnable errors when using a bad class in useBean. The default value is false. no error-on-use-bean-invalid-class-attribute
Generate Strings As Char ArraysGenerate String constants as char arrays. The default value is false. no generate-strings-as-char-arrays
Java EncodingSpecify the encoding used for Java sources. The default value is UTF8. no java-encoding
Keep GeneratedKeep the generated Servlets. The default value is true. no keep-generated
Mapped FileMap to the JSP source. The default value is true. no mapped-file
Modification Test IntervalMinimum amount of time between two tests for updates, in seconds. The default value is 4. no modification-test-interval
Recompile On FailRetry failed JSP compilations on each request. The default value is false. no recompile-on-fail
Scratch DirSpecify a different work directory. no scratch-dir
SmapEnable SMAP. The default value is true. no smap
Source VmSource VM level for compilation. The default value is 1.5. no source-vm
Tag PoolingEnable tag pooling. The default value is true. no tag-pooling
Target VmTarget VM level for compilation. The default value is 1.5. no target-vm
Trim SpacesTrim some spaces from the generated Servlet. The default value is false. no trim-spaces
X Powered ByEnable advertising the JSP engine in x-powered-by. The default value is true. no x-powered-by
Welcome FileA welcome file declaration. no welcome-file
Default Virtual ServerThe web container's default virtual server. The default value is default-host. yes default-virtual-server
Instance IdThe identifier for this server instance. no instance-id
NativeAdd the native initialization listener to the web container. The default value is true. no native

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.12.1. JBossAS7 - Connector (Managed Server) Service
Overview

Table 3.1252. Overview

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

Table 3.1253. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1254. Metrics

NameTypeDescriptionInternal Name
Bytes SentmeasurementNumber of byte sent by the connector.bytesSent
Bytes Sent per MinutemeasurementNumber of byte sent by the connector.bytesSent
Bytes ReceivedmeasurementNumber of byte received by the connector (POST data).bytesReceived
Bytes Received per MinutemeasurementNumber of byte received by the connector (POST data).bytesReceived
Processing TimemeasurementProcessing time used by the connector. Im milli-seconds.processingTime
Processing Time per MinutemeasurementProcessing time used by the connector. Im milli-seconds.processingTime
Error CountmeasurementNumber of error that occurs when processing requests by the connector.errorCount
Error Count per MinutemeasurementNumber of error that occurs when processing requests by the connector.errorCount
Max TimemeasurementMax time spent to process a requests.maxTime
Request CountmeasurementNumber of the request processed by the connector.requestCount
Request Count per MinutemeasurementNumber of the request processed by the connector.requestCount
Max connectionsmeasurementNumber of max connections this connector can handle (see configuration to set it)_expr:max-connections

Note

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

Table 3.1255. 

NameDescriptionRequiredInternal Name
Configuration  no *Configuration+
SchemeThe web connector scheme. yes scheme
Socket BindingThe web connector socket-binding reference, this connector should be bound to. no socket-binding
EnabledDefines whether the connector should be started on startup. The default value is true. no enabled
Enable LookupsEnable DNS lookups for Servlet API. The default value is false. no enable-lookups
ExecutorThe name of the executor that should be used for the processing threads of this connector. If undefined defaults to using an internal pool. no executor
Max connectionsAmount of concurrent connections that can be processed by the connector with optimum performance. The default value depends on the connector used. no max-connections:expr
Max Post SizeMaximum size in bytes of a POST request that can be parsed by the container. The default value is 2097152. no max-post-size
Max Save Post SizeMaximum size in bytes of a POST request that will be saved during certain authentication schemes. The default value is 4096. no max-save-post-size
NameA unique name for the connector. no name
ProtocolThe web connector protocol. (e.g. 'HTTP/1.1' or 'AJP' or a name of a class implementing ProtocolHandler and MBeanRegistration ) yes protocol
Proxy NameThe host name that will be used when sending a redirect. The default value is null. no proxy-name
Proxy PortThe port that will be used when sending a redirect. no proxy-port
Redirect PortThe port for redirection to a secure connector. The default value is 8433. no redirect-port:expr
SecureIndicates if content sent or received by the connector is secured from the user perspective. The default value is false. no secure
Virtual ServerThe list of virtual servers that can be accessed through this connector. The default is to allow all virtual servers. no virtual-server

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.12.2. JBossAS7 - VHost (Managed Server) Service
Overview

Table 3.1256. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1257. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1258. Metrics

NameTypeDescriptionInternal Name
_aliasestraitAliases for this virtual host_aliases

Note

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

Table 3.1259. 

NameDescriptionRequiredInternal Name
Configuration  no *Configuration+
Virtual server aliasesThe virtual server aliases yes alias
Default Web ModuleThe web module deployment name that will be mapped as the root webapp. yes default-web-module
Enable Welcome RootWhether or not the bundled welcome directory is used as the root web context. The default value is false. yes enable-welcome-root
NameA unique virtual host name no name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.12.2.1. JBossAS7 - Rewrite Rules (Managed Server) Service
Overview

Table 3.1260. Overview

Description:A list of rewrite rules that will be processed in order on the URL or vhost specified in the request. Those follow the rules for mod_rewrite. Please consult the manual for help on settings
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1261. 

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.1262. 

NameDescriptionRequiredInternal Name
Conditions  no *1
FlagsOption flags for this rewrite rule. Consult the mod_rewrite docs. yes flags
PatternThe pattern that will be matched. Consult the mod_rewrite docs. yes pattern
SubstitutionThe string that will replace the original URL or vhost. Consult the mod_rewrite docs. yes substitution

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.12.2.2. JBossAS7 - Access Log (Managed Server) Service
Overview

Table 3.1263. Overview

Description:The access log configuration for this virtual server.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1264. 

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.1265. 

NameDescriptionRequiredInternal Name
PathThe relative folder path. no path
Relative ToThe folder the path is relative to. The default value is jboss.server.log.dir. no relative-to
ExtendedEnable extended pattern, with more options. The default value is false. no extended
PatternThe access log pattern. The default value is common. no pattern
PrefixPrefix for the log file name. The default value is false. no prefix
Resolve HostsHost resolution. The default value is false. no resolve-hosts
RotateRotate the access log every day. The default value is true. no rotate

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.13. JBossAS7 - JCA (Managed Server) Service
Overview

Table 3.1266. Overview

Description:The Java EE Connector Architecture (JCA) subsystem providing general configuration for resource adapters
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1267. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

Note

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

Table 3.1268. 

NameDescriptionRequiredInternal Name
EnabledSpecify whether bean validation is enabled. The default value is true. no enabled:1
EnabledSpecify whether archive validation is enabled. The default value is true. no enabled:2
Fail On ErrorShould an archive validation error report fail the deployment. The default value is true. no fail-on-error
Fail On WarnShould an archive validation warning report fail the deployment. The default value is false. no fail-on-warn
DebugEnable/disable debug information logging. The default value is false. no debug
ErrorEnable/disable error information logging. The default value is false. no error
InstallEnable/disable the cached connection manager valve and interceptor. The default value is false. no install

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.13.1. JBossAS7 - BootstrapContext (Managed Server) Service
Overview

Table 3.1269. Overview

Description:Bootstrap context for resource adapters.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1270. 

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.1271. 

NameDescriptionRequiredInternal Name
NameThe name of the BootstrapContext no name
WorkmanagerThe WorkManager instance for the BootstrapContext no workmanager

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.13.2. JBossAS7 - Workmanager (Managed Server) Service
Overview

Table 3.1272. Overview

Description:WorkManager for resource adapters.
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1273. 

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.1274. 

NameDescriptionRequiredInternal Name
NameThe name of the WorkManager no name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.13.2.1. JBossAS7 - Long Running Thread Pool (Managed Server) Service
Overview

Table 3.1275. Overview

Description:Long running thread pool executor with a bounded queue where threads submitting tasks may block.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1276. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1277. Metrics

NameTypeDescriptionInternal Name
Current Thread CountmeasurementThe current number of threads in the pool.current-thread-count
Largest Thread CountmeasurementThe largest number of threads that have ever simultaneously been in the pool.largest-thread-count
Rejected CountmeasurementThe number of tasks that have been passed to the handoff-executor (if one is specified) or discarded.rejected-count

Note

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

Table 3.1278. 

NameDescriptionRequiredInternal Name
Allow Core TimeoutWhether core threads may time out. The default value is false. no allow-core-timeout
Core ThreadsThe core thread pool size which is smaller than the maximum pool size. If undefined, the core thread pool size is the same as the maximum thread pool size. no core-threads:expr
Keepalive TimeUsed to specify the amount of time that pool threads should be kept running when idle; if not specified, threads will run until the executor is shut down. no keepalive-time
Max ThreadsThe maximum thread pool size. yes max-threads:expr
NameThe name of the thread pool. no name
Queue LengthThe queue length. yes queue-length:expr
Thread FactorySpecifies the name of a specific thread factory to use to create worker threads. If not defined an appropriate default thread factory will be used. no thread-factory

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.13.2.2. JBossAS7 - Short Running Thread Pool (Managed Server) Service
Overview

Table 3.1279. Overview

Description:Short running thread pool executor with a bounded queue where threads submitting tasks may block.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1280. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1281. Metrics

NameTypeDescriptionInternal Name
Current Thread CountmeasurementThe current number of threads in the pool.current-thread-count
Largest Thread CountmeasurementThe largest number of threads that have ever simultaneously been in the pool.largest-thread-count
Rejected CountmeasurementThe number of tasks that have been passed to the handoff-executor (if one is specified) or discarded.rejected-count

Note

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

Table 3.1282. 

NameDescriptionRequiredInternal Name
Allow Core TimeoutWhether core threads may time out. The default value is false. no allow-core-timeout
Core ThreadsThe core thread pool size which is smaller than the maximum pool size. If undefined, the core thread pool size is the same as the maximum thread pool size. no core-threads:expr
Keepalive TimeUsed to specify the amount of time that pool threads should be kept running when idle; if not specified, threads will run until the executor is shut down. no keepalive-time
Max ThreadsThe maximum thread pool size. yes max-threads:expr
NameThe name of the thread pool. no name
Queue LengthThe queue length. yes queue-length:expr
Thread FactorySpecifies the name of a specific thread factory to use to create worker threads. If not defined an appropriate default thread factory will be used. no thread-factory

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.14. JBossAS7 - Osgi (Managed Server) Service
Overview

Table 3.1283. Overview

Description:The OSGi subsystem configuration.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1284. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

Note

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

Table 3.1285. 

NameDescriptionRequiredInternal Name
ActivationActivation flag for the OSGi subsystem. Possible values: lazy, eager. The default value is LAZY. no activation
StartlevelThe current Start Level of the OSGi Framework. Changing this value will change the Start Level of the Framework accordingly. no startlevel

Note

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

Table 3.1286. Metrics

NameDescription
ActivateActivate the OSGi subsystem.
Package Types
none
3.3.2.4.14.1. JBossAS7 - Capability (Managed Server) Service
Overview

Table 3.1287. Overview

Description:A framework capability. A capability maps to a JBoss Module in the modules directory or an OSGi bundle in the bundles directory. The identity maps to the resource identifier of the module or bundle.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1288. 

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.1289. 

NameDescriptionRequiredInternal Name
StartlevelThe startlevel for the capability. Can only be specified for OSGi bundles. no startlevel

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.14.2. JBossAS7 - Bundle (Managed Server) Service
Overview

Table 3.1290. Overview

Description:Runtime bundle information.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1291. 

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.1292. 

NameDescriptionRequiredInternal Name
IdThe bundle ID. no id
StartlevelThe bundle's start level. no startlevel
Symbolic NameThe bundle symbolic name. no symbolic-name
VersionThe bundle version. no version

Note

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

Table 3.1293. Metrics

NameDescription
StartStarts the bundle.
StopStops the bundle.
Package Types
none
3.3.2.4.14.3. JBossAS7 - Property (Read Only) Service
Overview

Table 3.1294. Overview

Description:A property
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1295. 

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.1296. 

NameDescriptionRequiredInternal Name
ValueThe property value. no value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.15. JBossAS7 - JMX (Managed Server) Service
Overview

Table 3.1297. Overview

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

Table 3.1298. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

Note

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

Table 3.1299. 

NameDescriptionRequiredInternal Name
Show ModelSet to 'true' to include MBeans for the model controller resources no show-model

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.15.1. JBossAS7 - Remoting Connector (Managed Server) Service
Overview

Table 3.1300. Overview

Description:The configuration of a resource adapter.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1301. 

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.1302. 

NameDescriptionRequiredInternal Name
Use Management EndpointIf true the connector will use the management endpoint, otherwise it will use the remoting subsystem one. The default value is true. no use-management-endpoint

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.16. JBossAS7 - Resource Adapters (Managed Server) Service
Overview

Table 3.1303. Overview

Description:Configuration of the resource adapters subsystem.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1304. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

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.2.4.16.1. JBossAS7 - Resource Adapter (Managed Server) Service
Overview

Table 3.1305. Overview

Description:The configuration of a resource adapter.
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1306. 

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.1307. 

NameDescriptionRequiredInternal Name
ArchiveSpecifies the resource adapter archive yes archive
BeanvalidationgroupsSpecifies the bean validation groups that should be used no beanvalidationgroups
BootstrapcontextSpecifies the unique name of the bootstrap context that should be used no bootstrapcontext
Transaction SupportSpecifies the transaction support level of the resource adapter yes transaction-support

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.16.1.1. JBossAS7 - Admin Objects (Managed Server) Service
Overview

Table 3.1308. Overview

Description:Specifies the administration objects.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1309. 

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.1310. 

NameDescriptionRequiredInternal Name
Class NameSpecifies the fully qualified class name of a managed connection factory or admin object yes class-name
EnabledSpecifies if the resource adapter should be enabled. The default value is true. no enabled
Jndi NameSpecifies the JNDI name for the connection factory or admin object no jndi-name
Use Java ContextSetting this to false will bind the object into global JNDI. The default value is true. no use-java-context

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.16.1.2. JBossAS7 - Connection Definitions (Managed Server) Service
Overview

Table 3.1311. Overview

Description:Specifies the connection definitions.
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1312. 

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.1313. 

NameDescriptionRequiredInternal Name
Allocation RetryThe allocation retry element indicates the number of times that allocating a connection should be tried before throwing an exception no allocation-retry:expr
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:expr
Background ValidationAn element to specify that connections should be validated on a background thread versus being validated prior to use. Changing this value requires a server restart. 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 requires a server restart no background-validation-millis:expr
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:expr
Class NameSpecifies the fully qualified class name of a managed connection factory or admin object yes class-name
EnabledSpecifies if the resource adapter should be enabled. The default value is true. no enabled
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 requires a server restart. no idle-timeout-minutes:expr
InterleavingAn element to enable interleaving for XA connections. The default value is false. no interleaving
Jndi NameSpecifies the JNDI name for the connection factory or admin object no jndi-name
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
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
Pool PrefillShould the pool be prefilled. Changing this value requires a server restart. 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
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 ApplicationIndicates that app supplied parameters (such as from getConnection(user, pw)) are used to distinguish connections in the pool no security-application
Security DomainSpecifies the security domain which defines the javax.security.auth.Subject that are used to distinguish connections in the pool no security-domain
Security Domain and ApplicationIndicates that either app supplied parameters (such as from getConnection(user, pw)) or Subject (from security domain) are used to distinguish connections in the pool no security-domain-and-application
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 object 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:expr
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 Resource TimeoutThe value is passed to XAResource.setTransactionTimeout(), in seconds. Default is zero no xa-resource-timeout:expr

Note

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

Table 3.1314. Metrics

NameDescription
Flush All Connections in PoolFlushes all connections in the pool
Flush Idle Connections in PoolFlushes all idle connections in the pool
Test Connection in PoolTest if a connection can be obtained
Package Types
none
3.3.2.4.16.1.2.1. JBossAS7 - Config Properties (Read Only) Service
Overview

Table 3.1315. Overview

Description:Custom defined config properties.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1316. 

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.1317. 

NameDescriptionRequiredInternal Name
ValueCustom defined config property value no value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.16.1.3. JBossAS7 - Config Properties (Read Only) Service
Overview

Table 3.1318. Overview

Description:Custom defined config properties.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1319. 

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.1320. 

NameDescriptionRequiredInternal Name
ValueCustom defined config property value no value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.17. JBossAS7 - CMP (Managed Server) Service
Overview

Table 3.1321. Overview

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

Table 3.1322. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

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.2.4.17.1. JBossAS7 - HiloKeygenerator (Managed Server) Service
Overview

Table 3.1323. Overview

Description:HiLo based key generators.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1324. 

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.1325. 

NameDescriptionRequiredInternal Name
Block SizeThe block size no block-size
Create TableBoolean to determine whether to create create the tables no create-table
Create Table DdlThe DDL used to create the table no create-table-ddl
Data SourceThe datasource used for sequence generation yes data-source
Drop TableBoolean to determine whether to create drop the tables no drop-table
Id ColumnThe ID column name yes id-column
Select Hi DdlThe DDL used to select the hi value no select-hi-ddl
Sequence ColumnThe sequence column name yes sequence-column
Sequence NameThe name of the sequence yes sequence-name
Table NameThe table name yes table-name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.18. JBossAS7 - EJB3 (Managed Server) Service
Overview

Table 3.1326. Overview

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

Table 3.1327. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

Note

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

Table 3.1328. 

NameDescriptionRequiredInternal Name
Default Clustered Sfsb CacheName of the default stateful bean cache, which will be applicable to all clustered stateful EJBs, unless overridden at the deployment or bean level no default-clustered-sfsb-cache
Default Entity Bean Instance PoolName of the default entity bean instance pool, which will be applicable to all entity beans, unless overridden at the deployment or bean level no default-entity-bean-instance-pool
Default Entity Bean Optimistic LockingIf set to true entity beans will use optimistic locking by default no default-entity-bean-optimistic-locking
Default Mdb Instance PoolName of the default MDB instance pool, which will be applicable to all MDBs, unless overridden at the deployment or bean level no default-mdb-instance-pool
Default Resource Adapter NameName of the default resource adapter name that will be used by MDBs, unless overridden at the deployment or bean level. The default value is hornetq-ra. no default-resource-adapter-name
Default Sfsb CacheName of the default stateful bean cache, which will be applicable to all stateful EJBs, unless overridden at the deployment or bean level no default-sfsb-cache
Default Singleton Bean Access TimeoutThe default access timeout for singleton beans. The default value is 5000. no default-singleton-bean-access-timeout:expr
Default Slsb Instance PoolName of the default stateless bean instance pool, which will be applicable to all stateless EJBs, unless overridden at the deployment or bean level no default-slsb-instance-pool
Default Stateful Bean Access TimeoutThe default access timeout for stateful beans. The default value is 5000. no default-stateful-bean-access-timeout:expr
In Vm Remote Interface Invocation Pass By ValueIf set to false, the parameters to invocations on remote interface of an EJB, will be passed by reference. Else, the parameters will be passed by value. The default value is true. no in-vm-remote-interface-invocation-pass-by-value
Enable StatisticsIf set to true, enable the collection of invocation statistics. no enable-statistics

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.18.1. JBossAS7 - EJB3 Thread Pool (Managed Server) Service
Overview

Table 3.1329. Overview

Description:A thread pool executor with an unbounded queue. Such a thread pool has a core size and a queue with no upper bound. When a task is submitted, if the number of running threads is less than the core size, a new thread is created. Otherwise, the task is placed in queue. If too many tasks are allowed to be submitted to this type of executor, an out of memory condition may occur.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1330. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1331. Metrics

NameTypeDescriptionInternal Name
Active CountmeasurementThe approximate number of threads that are actively executing tasks.active-count
Completed Task CountmeasurementThe approximate total number of tasks that have completed execution.completed-task-count
Current Thread CountmeasurementThe current number of threads in the pool.current-thread-count
Largest Thread CountmeasurementThe largest number of threads that have ever simultaneously been in the pool.largest-thread-count
Rejected CountmeasurementThe number of tasks that have been rejected.rejected-count
Task CountmeasurementThe approximate total number of tasks that have ever been scheduled for execution.task-count

Note

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

Table 3.1332. 

NameDescriptionRequiredInternal Name
Keepalive TimeUsed to specify the amount of time that pool threads should be kept running when idle; if not specified, threads will run until the executor is shut down. no keepalive-time
Max ThreadsThe maximum thread pool size. no max-threads:expr
NameThe name of the thread pool. no name
Thread FactorySpecifies the name of a specific thread factory to use to create worker threads. If not defined an appropriate default thread factory will be used. no thread-factory

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.18.2. JBossAS7 - File Passivation Store (Managed Server) Service
Overview

Table 3.1333. Overview

Description:A file system based passivation store.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1334. 

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.1335. 

NameDescriptionRequiredInternal Name
Groups Path  no groups-path
Idle TimeoutThe timeout in units specified by idle-timeout-unit, after which a bean will passivate. The default value is 300. no idle-timeout:expr
Idle Timeout UnitThe unit of idle-timeout. The default value is SECONDS. no idle-timeout-unit
Max SizeThe maximum number of beans this cache should store before forcing old beans to passivate. The default value is 10000. no max-size:expr
Relative To  no relative-to
Sessions Path  no sessions-path
Subdirectory Count  no subdirectory-count:expr

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.18.3. JBossAS7 - Strict Max Bean Instance Pool (Managed Server) Service
Overview

Table 3.1336. Overview

Description:A bean instance pool with a strict upper limit
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1337. 

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.1338. 

NameDescriptionRequiredInternal Name
Max Pool SizeThe maximum number of bean instances that the pool can hold at a given point in time. The default value is 20. no max-pool-size:expr
TimeoutThe maximum amount of time to wait for a bean instance to be available from the pool. The default value is 5. no timeout:expr
Timeout UnitThe instance acquisition timeout unit. The default value is MINUTES. no timeout-unit

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.18.4. JBossAS7 - SFSB Cache (Managed Server) Service
Overview

Table 3.1339. Overview

Description:A SFSB cache.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1340. 

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.1341. 

NameDescriptionRequiredInternal Name
AliasesThe aliases by which this cache may also be referenced yes aliases
Passivation StoreThe passivation store used by this cache no passivation-store

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.18.5. JBossAS7 - Cluster Passivation Store (Managed Server) Service
Overview

Table 3.1342. Overview

Description:A clustered passivation store.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1343. 

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.1344. 

NameDescriptionRequiredInternal Name
Bean CacheThe name of the cache used to store bean instances. no bean-cache
Cache ContainerThe name of the cache container used for the bean and client-mappings caches. The default value is ejb. no cache-container
Client Mappings CacheThe name of the cache used to store client-mappings of the EJB remoting connector's socket-bindings. The default value is remote-connector-client-mappings. no client-mappings-cache
Idle TimeoutThe timeout in units specified by idle-timeout-unit, after which a bean will passivate. The default value is 300. no idle-timeout:expr
Idle Timeout UnitThe unit of idle-timeout. The default value is SECONDS. no idle-timeout-unit
Max SizeThe maximum number of beans this cache should store before forcing old beans to passivate. The default value is 10000. no max-size:expr
Passivate Events On ReplicateIndicates whether replication should trigger passivation events on the bean. The default value is true. no passivate-events-on-replicate

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.18.6. JBossAS7 - Async Service (Managed Server) Service
Overview

Table 3.1345. Overview

Description:The EJB3 Asynchronous Invocation Service
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1346. 

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.1347. 

NameDescriptionRequiredInternal Name
Thread Pool NameThe name of the thread pool which handles asynchronous invocations no thread-pool-name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.18.7. JBossAS7 - IIOP Service (Managed Server) Service
Overview

Table 3.1348. Overview

Description:The IIOP service
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1349. 

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.1350. 

NameDescriptionRequiredInternal Name
Enable By DefaultIf this is true EJB's will be exposed over IIOP by default, otherwise it needs to be explicitly enabled in the deployment descriptor no enable-by-default
Use Qualified NameIf true EJB names will be bound into the naming service with the application and module name prepended to the name (e.g. myapp/mymodule/MyEjb) no use-qualified-name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.18.8. JBossAS7 - Remote Service (Managed Server) Service
Overview

Table 3.1351. Overview

Description:The EJB3 remote service
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1352. 

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.1353. 

NameDescriptionRequiredInternal Name
Connector RefThe name of the connector on which the EJB3 remoting channel is registered no connector-ref
Thread Pool NameThe name of the thread pool that handles remote invocations no thread-pool-name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.18.8.1. JBossAS7 - Channel Creation Options (Managed Server) Service
Overview

Table 3.1354. Overview

Description:The options that will be used during the EJB remote channel creation
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1355. 

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.1356. 

NameDescriptionRequiredInternal Name
TypeThe type of the channel creation option no type
ValueThe value for the EJB remote channel creation option no value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.18.9. JBossAS7 - Timer Service (Managed Server) Service
Overview

Table 3.1357. Overview

Description:The EJB timer service
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1358. 

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.1359. 

NameDescriptionRequiredInternal Name
PathThe directory to store persistent timer information in no path
Relative ToThe relative path that is used to resolve the timer data store location no relative-to
Thread Pool NameThe name of the thread pool used to run timer service invocations no thread-pool-name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.19. JBossAS7 - Threads (Managed Server) Service
Overview

Table 3.1360. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1361. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

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.2.4.19.1. JBossAS7 - ThreadFactory (Managed Server) Service
Overview

Table 3.1362. Overview

Description:A thread factory (implementing java.util.concurrent.ThreadFactory).
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1363. 

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.1364. 

NameDescriptionRequiredInternal Name
Group NameSpecifies the name of a thread group to create for this thread factory. no group-name
NameThe name of the created thread factory. no name
PriorityMay be used to specify the thread priority of created threads. The default value is -1. no priority:expr
Thread Name PatternThe template used to create names for threads. The following patterns may be used: %% - emit a percent sign %t - emit the per-factory thread sequence number %g - emit the global thread sequence number %f - emit the factory sequence number %i - emit the thread ID. no thread-name-pattern

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.19.2. JBossAS7 - ThreadPool (Managed Server) Service
Overview

Table 3.1365. Overview

Description:A thread pool executor
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1366. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1367. Metrics

NameTypeDescriptionInternal Name
Active CountmeasurementThe approximate number of threads that are actively executing tasks.active-count
Completed Task CountmeasurementThe approximate total number of tasks that have completed execution.completed-task-count
Current Thread CountmeasurementThe current number of threads in the pool.current-thread-count
Largest Thread CountmeasurementThe largest number of threads that have ever simultaneously been in the pool.largest-thread-count
Rejected CountmeasurementThe number of tasks that have been rejected.rejected-count
Task CountmeasurementThe approximate total number of tasks that have ever been scheduled for execution.task-count

Note

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

Table 3.1368. 

NameDescriptionRequiredInternal Name
Keepalive TimeUsed to specify the amount of time that pool threads should be kept running when idle; if not specified, threads will run until the executor is shut down. no keepalive-time
Max ThreadsThe maximum thread pool size. yes max-threads:expr
NameThe name of the thread pool. no name
Queue LengthThe queue length. Required only for Bounded and Blocking Bounded Thread Pools. no queue-length:expr
Thread FactorySpecifies the name of a specific thread factory to use to create worker threads. If not defined an appropriate default thread factory will be used. no thread-factory
Allow Core TimeoutWhether core threads may time out. The default value is false. no allow-core-timeout
Core ThreadsThe core thread pool size which is smaller than the maximum pool size. If undefined, the core thread pool size is the same as the maximum thread pool size. no core-threads:expr
Handoff ExecutorAn executor to delegate tasks to in the event that a task cannot be accepted. If not specified, tasks that cannot be accepted will be silently discarded. no handoff-executor
Thread Pool TypeThread pool type yes __type

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.20. JBossAS7 - Security (Managed Server) Service
Overview

Table 3.1369. Overview

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

Table 3.1370. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

Note

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

Table 3.1371. 

NameDescriptionRequiredInternal Name
Deep Copy Subject ModeSets the copy mode of subjects done by the security managers to be deep copies that makes copies of the subject principals and credentials if they are cloneable. It should be set to true if subject include mutable content that can be corrupted when multiple threads have the same identity and cache flushes/logout clearing the subject in one thread results in subject references affecting other threads. The default value is false. no deep-copy-subject-mode

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.20.1. JBossAS7 - Security Domain (Managed Server) Service
Overview

Table 3.1372. Overview

Description:Configures a security domain. Authentication, authorization, ACL, mapping, auditing and identity trust are configured here.
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1373. 

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.1374. 

NameDescriptionRequiredInternal Name
Cache TypeAdds a cache to speed up authentication checks. Allowed values are 'default' to use simple map as the cache and 'infinispan' to use an Infinispan cache. no cache-type

Note

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

Table 3.1375. Metrics

NameDescription
Flush CacheRemove entries stored in the authentication cache for this security domain. A single entry can be flushed by using the principal argument with the username as the value. If no argument is passed to the operation, all entries are flushed.
List Cached PrincipalsLists the principals stored in the authentication cache for this security domain.
Package Types
none
3.3.2.4.20.1.1. JBossAS7 - ACL (Managed Server) Service
Overview

Table 3.1376. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1377. 

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.1378. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.20.1.1.1. JBossAS7 - Acl Modules (Managed Server) Service
Overview

Table 3.1379. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1380. 

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.1381. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.20.1.1.1.1. JBossAS7 - Module Options (Acl - Managed Server) Service
Overview

Table 3.1382. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1383. 

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.1384. 

NameDescriptionRequiredInternal Name
Module Options  no Module Options

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.20.1.2. JBossAS7 - Audit (Managed Server) Service
Overview

Table 3.1385. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1386. 

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.1387. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.20.1.2.1. JBossAS7 - Provider Modules (Managed Server) Service
Overview

Table 3.1388. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1389. 

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.1390. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.20.1.2.1.1. JBossAS7 - Module Options (Provider Modules - Managed Server) Service
Overview

Table 3.1391. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1392. 

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.1393. 

NameDescriptionRequiredInternal Name
Module Options  no Module Options

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.20.1.3. JBossAS7 - Authentication (Classic - Managed Server) Service
Overview

Table 3.1394. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1395. 

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.2.4.20.1.3.1. JBossAS7 - Login Modules (Classic - Managed Server) Service
Overview

Table 3.1396. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1397. 

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.1398. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.20.1.3.1.1. JBossAS7 - Module Options (Classic - Managed Server) Service
Overview

Table 3.1399. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1400. 

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.1401. 

NameDescriptionRequiredInternal Name
Module Options  no Module Options

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.20.1.4. JBossAS7 - Authentication (Jaspi - Managed Server) Service
Overview

Table 3.1402. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1403. 

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.1404. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.20.1.4.1. JBossAS7 - Login Module Stack (Managed Server) Service
Overview

Table 3.1405. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1406. 

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.1407. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.20.1.4.1.1. JBossAS7 - Module Options (Login Module Stack (Managed Server)) Service
Overview

Table 3.1408. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1409. 

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.1410. 

NameDescriptionRequiredInternal Name
Module Options  no Module Options

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.20.1.5. JBossAS7 - Authorization (Managed Server) Service
Overview

Table 3.1411. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1412. 

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.1413. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.20.1.5.1. JBossAS7 - Authorization Modules (Managed Server) Service
Overview

Table 3.1414. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1415. 

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.1416. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.20.1.5.1.1. JBossAS7 - Module Options (Authorization - Managed Server) Service
Overview

Table 3.1417. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1418. 

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.1419. 

NameDescriptionRequiredInternal Name
Module Options  no Module Options

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.20.1.6. JBossAS7 - Identity Trust (Managed Server) Service
Overview

Table 3.1420. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1421. 

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.1422. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.20.1.6.1. JBossAS7 - Identity Trust Modules (Managed Server) Service
Overview

Table 3.1423. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1424. 

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.1425. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.20.1.6.1.1. JBossAS7 - Module Options (Identity Trust - Managed Server) Service
Overview

Table 3.1426. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1427. 

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.1428. 

NameDescriptionRequiredInternal Name
Module Options  no Module Options

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.20.1.7. JBossAS7 - JSSE (Managed Server) Service
Overview

Table 3.1429. Overview

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

Table 3.1430. 

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.1431. 

NameDescriptionRequiredInternal Name
Cipher SuitesComma separated list of cipher suites to enable on SSLSockets. no cipher-suites
Client AliasPreferred alias to use when the KeyManager chooses the client alias. no client-alias
Client AuthBoolean attribute to indicate if client's certificates should also be authenticated on the server side. no client-auth
Key ManagerJSEE Key Manager factory no key-manager
KeystoreConfigures a JSSE key store no keystore
ProtocolsComma separated list of protocols to enable on SSLSockets. no protocols
Server AliasPreferred alias to use when the KeyManager chooses the server alias. no server-alias
Service Auth TokenToken to retrieve PrivateKeys from the KeyStore. no service-auth-token
Trust ManagerJSEE Trust Manager factory no trust-manager
TruststoreConfigures a JSSE trust store no truststore

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.20.1.8. JBossAS7 - Mapping (Managed Server) Service
Overview

Table 3.1432. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1433. 

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.1434. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
TypeType of mapping this module performs. Allowed values are principal, role, attribute or credential.. yes type

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.20.1.8.1. JBossAS7 - Mapping Modules (Managed Server) Service
Overview

Table 3.1435. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1436. 

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.1437. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
TypeType of mapping this module performs. Allowed values are principal, role, attribute or credential.. yes type

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.20.1.8.1.1. JBossAS7 - Module Options (Mapping - Managed Server) Service
Overview

Table 3.1438. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1439. 

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.1440. 

NameDescriptionRequiredInternal Name
Module Options  no Module Options

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.20.2. JBossAS7 - Vault (Managed Server) Service
Overview

Table 3.1441. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1442. 

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.1443. 

NameDescriptionRequiredInternal Name
CodeFully Qualified Name of the Security Vault Implementation. no code

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.21. JBossAS7 - Messaging (Managed Server) Service
Overview

Table 3.1444. Overview

Description:The messaging subsystems
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1445. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

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.2.4.21.1. JBossAS7 - HornetQ (Managed Server) Service
Overview

Table 3.1446. Overview

Description:The HornetQ based messaging subsystem
Singleton: no
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1447. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1448. 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.1449. 

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.1450. 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.2.4.21.1.1. JBossAS7 - JMS Queue (Managed Server) Service
Overview

Table 3.1451. Overview

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

Table 3.1452. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1453. 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
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
Scheduled CountmeasurementThe number of scheduled messages in this queue.scheduled-count
TemporarytraitWhether the queue is temporary.temporary
Queue AddresstraitThe queue address defines what address is used for routing messages.queue-address

Note

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

Table 3.1454. 

NameDescriptionRequiredInternal Name
DurableWhether the queue is durable or not. The default value is true. no durable
EntriesThe jndi names the queue will be bound to. yes entries
SelectorThe queue selector. no selector

Note

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

Table 3.1455. 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.2.4.21.1.2. JBossAS7 - JMS Topic (Managed Server) Service
Overview

Table 3.1456. Overview

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

Table 3.1457. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1458. 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.1459. 

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

Note

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

Table 3.1460. 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.2.4.21.1.3. JBossAS7 - Connection Factory (Managed Server) Service
Overview

Table 3.1461. Overview

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

Table 3.1462. 

NameDescriptionRequiredInternal Name
Path  yes path
Include Runtime  yes includeRuntime

Note

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

Table 3.1463. 

NameDescriptionRequiredInternal Name
ConnectorDefines the connector to be used. This is mutually exclusive with discovery-group-name no connector:collapsed
JNDI NamesThe jndi names the connection factory should be bound to. yes entries
Auto GroupWhether or not message grouping is automatically used. The default value is false. no auto-group
Block On AcknowledgeTrue to set block on acknowledge. The default value is false. no block-on-acknowledge
Block On Durable SendTrue to set block on durable send. The default value is true. no block-on-durable-send
Block On Non Durable SendTrue to set block on non durable send. The default value is false. no block-on-non-durable-send
Cache Large Message ClientTrue to cache large messages. The default value is false. no cache-large-message-client
Call TimeoutThe call time out. The default value is 30000. no call-timeout
Client Failure Check PeriodThe client failure check period. The default value is 30000. no client-failure-check-period
Client IdThe client id. no client-id
Compress Large MessagesWhether large messages should be compressed. The default value is false. no compress-large-messages
Confirmation Window SizeThe confirmation window size. The default value is -1. no confirmation-window-size
Connection Load Balancing Policy Class NameName of a class implementing a client-side load balancing policy that a client can use to load balance sessions across different nodes in a cluster. The default value is org.hornetq.api.core.client.loadbalance.RoundRobinConnectionLoadBalancingPolicy. no connection-load-balancing-policy-class-name
Connection TtlThe connection ttl. The default value is 60000. no connection-ttl
Consumer Max RateThe consumer max rate. The default value is -1. no consumer-max-rate
Consumer Window SizeThe consumer window size. The default value is 1048576. no consumer-window-size
Discovery Group NameThe discovery group name. no discovery-group-name
Discovery Initial Wait TimeoutThe discovery initial wait time out. no discovery-initial-wait-timeout
Dups Ok Batch SizeThe dups ok batch size. The default value is 1048576. no dups-ok-batch-size
Factory TypeThe type of connection factory. no factory-type
Failover On Initial ConnectionTrue to fail over on initial connection. The default value is false. no failover-on-initial-connection
Failover On Server ShutdownTrue to fail over on server shutdown. no failover-on-server-shutdown
Group IdThe group id. no group-id
HaWhether the connection factory supports High Availability. The default value is false. yes ha
Initial Message Packet SizeThe initial size of messages created through this factory. yes initial-message-packet-size
Max Retry IntervalThe max retry interval. The default value is 2000. no max-retry-interval
Min Large Message SizeThe min large message size. The default value is 102400. no min-large-message-size
Pre AcknowledgeTrue to pre-acknowledge. The default value is false. no pre-acknowledge
Producer Max RateThe producer max rate. The default value is -1. no producer-max-rate
Producer Window SizeThe producer window size. The default value is 65536. no producer-window-size
Reconnect AttemptsThe reconnect attempts. The default value is 0. no reconnect-attempts
Retry IntervalThe retry interval. The default value is 2000. no retry-interval
Retry Interval MultiplierThe retry interval multiplier. The default value is 1.0. no retry-interval-multiplier
Scheduled Thread Pool Max SizeThe scheduled thread pool max size. The default value is 5. no scheduled-thread-pool-max-size:expr
Thread Pool Max SizeThe thread pool max size. The default value is 30. no thread-pool-max-size:expr
Transaction Batch SizeThe transaction batch size. The default value is 1048576. no transaction-batch-size
Use Global PoolsTrue to use global pools. The default value is true. no use-global-pools

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.21.1.4. JBossAS7 - Pooled Connection Factory (Managed Server) Service
Overview

Table 3.1464. Overview

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

Table 3.1465. 

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.1466. 

NameDescriptionRequiredInternal Name
ConnectorDefines the connectors. These are stored in a map by connector name, with the backup connectors stored as the value, or an undefined value if there is no backup connector. no connector:collapsed
JNDI NamesThe jndi names the connection factory should be bound to. yes entries
Auto GroupThe autogroup. The default value is false. no auto-group
Block On AcknowledgeTrue to set block on acknowledge. The default value is false. no block-on-acknowledge
Block On Durable SendTrue to set block on durable send. The default value is true. no block-on-durable-send
Block On Non Durable SendTrue to set block on non durable send. The default value is false. no block-on-non-durable-send
Cache Large Message ClientTrue to cache large messages. The default value is false. no cache-large-message-client
Call TimeoutThe call time out. The default value is 30000. no call-timeout
Client Failure Check PeriodThe client failure check period. The default value is 30000. no client-failure-check-period
Client IdThe client id. no client-id
Confirmation Window SizeThe confirmation window size. The default value is -1. no confirmation-window-size
Connection Load Balancing Policy Class NameName of a class implementing a client-side load balancing policy that a client can use to load balance sessions across different nodes in a cluster. The default value is org.hornetq.api.core.client.loadbalance.RoundRobinConnectionLoadBalancingPolicy. no connection-load-balancing-policy-class-name
Connection TtlThe connection ttl. The default value is 60000. no connection-ttl
Consumer Max RateThe consumer max rate. The default value is -1. no consumer-max-rate
Consumer Window SizeThe consumer window size. The default value is 1048576. no consumer-window-size
Discovery Group NameThe discovery group name. no discovery-group-name
Discovery Initial Wait TimeoutThe discovery initial wait time out. no discovery-initial-wait-timeout
Dups Ok Batch SizeThe dups ok batch size. The default value is 1048576. no dups-ok-batch-size
Failover On Initial ConnectionTrue to fail over on initial connection. The default value is false. no failover-on-initial-connection
Failover On Server ShutdownTrue to fail over on server shutdown. no failover-on-server-shutdown
Group IdThe group id. no group-id
HaWhether the connection factory supports High Availability. The default value is false. no ha
Jndi ParamsThe JNDI params to use for locating the destination for incoming connections. no jndi-params
Max Pool SizeThe maximum size for the pool. The default value is -1. no max-pool-size:expr
Max Retry IntervalThe max retry interval. The default value is 2000. no max-retry-interval
Min Large Message SizeThe min large message size. The default value is 102400. no min-large-message-size
Min Pool SizeThe minimum size for the pool. The default value is -1. no min-pool-size:expr
PasswordThe default password to use with this connection factory. This is only needed when pointing the connection factory to a remote host. no password
Pre AcknowledgeTrue to pre-acknowledge. The default value is false. no pre-acknowledge
Producer Max RateThe producer max rate. The default value is -1. no producer-max-rate
Producer Window SizeThe producer window size. The default value is 65536. no producer-window-size
Reconnect AttemptsThe reconnect attempts. The default value is 0. no reconnect-attempts
Retry IntervalThe retry interval. The default value is 2000. no retry-interval
Retry Interval MultiplierThe retry interval multiplier. The default value is 1.0. no retry-interval-multiplier
Scheduled Thread Pool Max SizeThe scheduled thread pool max size. The default value is 5. no scheduled-thread-pool-max-size:expr
Setup AttemptsThe number of times to set up an MDB endpoint no setup-attempts
Setup IntervalThe interval between attempts at setting up an MDB endpoint. no setup-interval
Thread Pool Max SizeThe thread pool max size. The default value is 30. no thread-pool-max-size:expr
TransactionTODO. The default value is transaction. no transaction
Transaction Batch SizeThe transaction batch size. The default value is 1048576. no transaction-batch-size
Use Global PoolsTrue to use global pools. The default value is true. no use-global-pools
Use JndiUse JNDI to locate the destination for incoming connections no use-jndi
Use Local TxUse a local transaction for incoming sessions no use-local-tx
UserThe default username to use with this connection factory. This is only needed when pointing the connection factory to a remote host. no user

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.21.1.5. JBossAS7 - Security Setting (Managed Server) Service
Overview

Table 3.1467. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1468. 

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.2.4.21.1.5.1. JBossAS7 - Role (Managed Server) Service
Overview

Table 3.1469. Overview

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

Table 3.1470. 

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.1471. 

NameDescriptionRequiredInternal Name
Consumehis permission allows the user to consume a message from a queue bound to matching addresses. The default value is false. yes consume
Create Durable QueueThis permission allows the user to create a durable queue. The default value is false. yes create-durable-queue
Create Non Durable QueueThis permission allows the user to create a temporary queue. The default value is false. yes create-non-durable-queue
Delete Durable QueueThis permission allows the user to delete a durable queue. The default value is false. yes delete-durable-queue
Delete Non Durable QueueThis permission allows the user to delete a temporary queue. The default value is false. yes delete-non-durable-queue
ManageThis permission allows the user to invoke management operations by sending management messages to the management address. The default value is false. yes manage
SendThis permission allows the user to send a message to matching addresses. The default value is false. yes send

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.21.1.6. JBossAS7 - Address Setting (Managed Server) Service
Overview

Table 3.1472. Overview

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

Table 3.1473. 

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.1474. 

NameDescriptionRequiredInternal Name
Address Full PolicyDetermines what happens when an address where max-size-bytes is specified becomes full. (PAGE, DROP or BLOCK). The default value is PAGE. no address-full-policy
Dead Letter AddressThe dead letter address no dead-letter-address
Expiry AddressDefines where to send a message that has expired. no expiry-address
Last Value QueueDefines whether a queue only uses last values or not. The default value is false. no last-value-queue
Max Delivery AttemptsDefines how many time a cancelled message can be redelivered before sending to the dead-letter-address. The default value is 10. no max-delivery-attempts
Max Size BytesThe max bytes size. The default value is -1. no max-size-bytes
Message Counter History Day LimitDay limit for the message counter history. The default value is 0. no message-counter-history-day-limit
Page Max Cache SizeThe number of page files to keep in memory to optimize IO during paging navigation. The default value is 5. no page-max-cache-size
Page Size BytesThe paging size. The default value is 10485760. no page-size-bytes
Redelivery DelayDefines how long to wait before attempting redelivery of a cancelled message. The default value is 0. no redelivery-delay
Redistribution DelayDefines how long to wait when the last consumer is closed on a queue before redistributing any messages. The default value is -1. no redistribution-delay
Send To Dla On No RouteIf this parameter is set to true for that address, if the message is not routed to any queues it will instead be sent to the dead letter address (DLA) for that address, if it exists. The default value is false. no send-to-dla-on-no-route

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.21.1.7. JBossAS7 - Grouping Handler (Managed Server) Service
Overview

Table 3.1475. Overview

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

Table 3.1476. 

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.1477. 

NameDescriptionRequiredInternal Name
Grouping Handler AddressA reference to a cluster connection and the address it uses. yes grouping-handler-address
TimeoutHow long to wait for a handling decision to be made; an exception will be thrown during the send if this timeout is reached, ensuring that strict ordering is kept. The default value is 5000. no timeout
TypeWhether the handler is the single 'Local' handler for the cluster, which makes handling decisions, or a 'Remote' handler which converses with the local handler. no type

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.21.1.8. JBossAS7 - Acceptor (Managed Server) Service
Overview

Table 3.1478. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1479. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1480. Metrics

NameTypeDescriptionInternal Name
StartedtraitWhether this acceptor is started.started

Note

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

Table 3.1481. 

NameDescriptionRequiredInternal Name
Factory ClassThe factory class. yes factory-class
Socket BindingThe socket binding reference. no socket-binding

Note

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

Table 3.1482. Metrics

NameDescription
StartStarts the acceptor.
StopStops the acceptor.
Package Types
none
3.3.2.4.21.1.8.1. JBossAS7 - Param (Read Only) Service
Overview

Table 3.1483. Overview

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

Table 3.1484. 

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.1485. 

NameDescriptionRequiredInternal Name
ValueThe parameter value yes value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.21.1.9. JBossAS7 - Connector (HornetQ - Managed Server) Service
Overview

Table 3.1486. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1487. 

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.1488. 

NameDescriptionRequiredInternal Name
Factory ClassThe factory class. yes factory-class
Socket BindingThe socket binding reference. no socket-binding

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.21.1.9.1. JBossAS7 - Param (Read Only) Service
Overview

Table 3.1489. Overview

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

Table 3.1490. 

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.1491. 

NameDescriptionRequiredInternal Name
ValueThe parameter value yes value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.21.1.10. JBossAS7 - In VM Acceptor (Managed Server) Service
Overview

Table 3.1492. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1493. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1494. Metrics

NameTypeDescriptionInternal Name
StartedtraitWhether it's stopped or started.started

Note

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

Table 3.1495. 

NameDescriptionRequiredInternal Name
Server IdThe server id. yes server-id

Note

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

Table 3.1496. Metrics

NameDescription
StartStarts the acceptor.
StopStops the acceptor.
Package Types
none
3.3.2.4.21.1.10.1. JBossAS7 - Param (Read Only) Service
Overview

Table 3.1497. Overview

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

Table 3.1498. 

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.1499. 

NameDescriptionRequiredInternal Name
ValueThe parameter value yes value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.21.1.11. JBossAS7 - In VM Connector (Managed Server) Service
Overview

Table 3.1500. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1501. 

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.1502. 

NameDescriptionRequiredInternal Name
Server IdThe server id. yes server-id

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.21.1.11.1. JBossAS7 - Param (Read Only) Service
Overview

Table 3.1503. Overview

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

Table 3.1504. 

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.1505. 

NameDescriptionRequiredInternal Name
ValueThe parameter value yes value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.21.1.12. JBossAS7 - Remote Acceptor (Managed Server) Service
Overview

Table 3.1506. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1507. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1508. Metrics

NameTypeDescriptionInternal Name
StartedtraitWhether this acceptor is started.started

Note

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

Table 3.1509. 

NameDescriptionRequiredInternal Name
Socket BindingThe socket binding reference. no socket-binding

Note

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

Table 3.1510. Metrics

NameDescription
StartStarts the acceptor.
StopStops the acceptor.
Package Types
none
3.3.2.4.21.1.12.1. JBossAS7 - Param (Read Only) Service
Overview

Table 3.1511. Overview

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

Table 3.1512. 

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.1513. 

NameDescriptionRequiredInternal Name
ValueThe parameter value yes value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.21.1.13. JBossAS7 - Remote Connector (Managed Server) Service
Overview

Table 3.1514. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1515. 

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.1516. 

NameDescriptionRequiredInternal Name
Socket BindingThe socket binding reference. no socket-binding

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.21.1.13.1. JBossAS7 - Param (Read Only) Service
Overview

Table 3.1517. Overview

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

Table 3.1518. 

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.1519. 

NameDescriptionRequiredInternal Name
ValueThe parameter value yes value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.21.1.14. JBossAS7 - Divert (Managed Server) Service
Overview

Table 3.1520. Overview

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

Table 3.1521. 

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.1522. 

NameDescriptionRequiredInternal Name
Divert AddressAddress to divert from yes divert-address
ExclusiveWhether the divert is exclusive, meaning that the message is diverted to the new address, and does not go to the old address at all. The default value is false. no exclusive
FilterAn optional filter string. If specified then only messages which match the filter expression specified will be diverted. The filter string follows the HornetQ filter expression syntax described in the HornetQ documentation. no filter
Forwarding AddressAddress to divert to yes forwarding-address
Routing NameRouting name of the divert no routing-name
Transformer Class NameThe name of a class used to transform the message's body or properties before it is diverted. no transformer-class-name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.21.1.15. JBossAS7 - Queue (Managed Server) Service
Overview

Table 3.1523. Overview

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

Table 3.1524. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1525. Metrics

NameTypeDescriptionInternal Name
IdtraitThe id of the queue.id
PausedtraitWhether the queue is paused.paused
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.1526. 

NameDescriptionRequiredInternal Name
DurableDefines whether the queue is durable. The default value is true. no durable
FilterA queue message filter definition. An undefined or empty filter will match all messages. no filter
Queue AddressThe queue address defines what address is used for routing messages. yes queue-address

Note

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

Table 3.1527. 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.
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.
List Scheduled MessagesList the messages scheduled for delivery.
List Scheduled Messages as JSONList the messages scheduled for delivery 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.2.4.21.1.16. JBossAS7 - Core Address (Managed Server) Service
Overview

Table 3.1528. Overview

Description:A runtime-only resource representing a HornetQ address. Zero or more queues can be bound to a single address. When a message is routed, it is routed to the set of queues bound to the message's address.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1529. 

NameDescriptionRequiredInternal Name
Path  yes path
Include Runtime  yes includeRuntime

Note

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

Table 3.1530. 

NameDescriptionRequiredInternal Name
Binding NamesThe names of all bindings (both queues and diverts) bound to this address. yes binding-names
Number Of Bytes Per PageThe number of bytes used by each page for this address. yes number-of-bytes-per-page
Number Of PagesThe number of pages used by this address. yes number-of-pages
Queue NamesThe names of the queues associated with the address. yes queue-names
RolesA list of the security roles (name and permissions) associated with the address. yes roles

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.21.1.17. JBossAS7 - Cluster Connection (Managed Server) Service
Overview

Table 3.1531. Overview

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

Table 3.1532. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1533. Metrics

NameTypeDescriptionInternal Name
Node IdtraitThe node ID used by this cluster connection.node-id
StartedtraitWhether the cluster connection is started.started

Note

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

Table 3.1534. 

NameDescriptionRequiredInternal Name
Call TimeoutThe timeout (in ms) for remote calls made by the cluster connection. The default value is 30000. no call-timeout
Check PeriodThe period (in milliseconds) between client failure check. The default value is 30000. no check-period
Cluster Connection AddressEach cluster connection only applies to messages sent to an address that starts with this value. yes cluster-connection-address
Confirmation Window SizeThe confirmation-window-size to use for the connection used to forward messages to a target node. The default value is 1048576. no confirmation-window-size
Connection TtlThe maximum time (in milliseconds) for which the connections used by the cluster connections are considered alive (in the absence of heartbeat). The default value is 60000. no connection-ttl
Connector RefThe confirmation-window-size to use for the connection used to forward messages to a target node. yes connector-ref
Discovery Group NameThe discovery group used to obtain the list of other servers in the cluster to which this cluster connection will make connections. Must be undefined (null) if 'static-connectors' is defined. no discovery-group-name
Forward When No ConsumersWhether messages will be distributed round robin between other nodes of the cluster irrespective of whether there are matching or indeed any consumers on other nodes. If this is set to false (the default) then HornetQ will only forward messages to other nodes of the cluster if the address to which they are being forwarded has queues which have consumers, and if those consumers have message filters (selectors) at least one of those selectors must match the message. The default value is false. no forward-when-no-consumers
Max HopsThe maximum number of times a message can be forwarded. HornetQ can be configured to also load balance messages to nodes which might be connected to it only indirectly with other HornetQ servers as intermediates in a chain. The default value is 1. no max-hops
Max Retry IntervalThe maximum interval of time used to retry connections. The default value is 2000. no max-retry-interval
Min Large Message SizeThe minimum size (in bytes) for a message before it is considered as a large message. The default value is 102400. no min-large-message-size
Reconnect AttemptsThe total number of reconnect attempts the bridge will make before giving up and shutting down. A value of -1 signifies an unlimited number of attempts. The default value is -1. no reconnect-attempts
Retry IntervalThe period in milliseconds between subsequent reconnection attempts, if the connection to the target server has failed. The default value is 500. no retry-interval
Retry Interval MultiplierA multiplier to apply to the time since the last retry to compute the time to the next retry. This allows you to implement an exponential backoff between retry attempts. The default value is 1.0. no retry-interval-multiplier
Static ConnectorsThe statically defined list of connectors to which this cluster connection will make connections. Must be undefined (null) if 'discovery-group-name' is defined. no static-connectors:nullable
Use Duplicate DetectionWhether the bridge will automatically insert a duplicate id property into each message that it forwards. The default value is true. no use-duplicate-detection

Note

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

Table 3.1535. Metrics

NameDescription
Get NodesReturns a map of the nodes connected to this cluster connection, where keys are node IDs and values are the addresses used to connect to the nodes.
StartStarts the cluster connection.
StopStops the cluster connection.
Package Types
none
3.3.2.4.21.1.18. JBossAS7 - Broadcast Group (Managed Server) Service
Overview

Table 3.1536. Overview

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

Table 3.1537. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1538. Metrics

NameTypeDescriptionInternal Name
StartedtraitWhether the broadcast group is started.started

Note

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

Table 3.1539. 

NameDescriptionRequiredInternal Name
Broadcast PeriodThe period in milliseconds between consecutive broadcasts. The default value is 2000. no broadcast-period
ConnectorsSpecifies the names of connectors that will be broadcast. no connectors
Socket BindingThe broadcast group socket binding. yes socket-binding

Note

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

Table 3.1540. Metrics

NameDescription
Get Connector Pairs as JSONReturns the pairs of live-backup connectors that are broadcasted by this broadcast group using JSON serialization.
StartStarts the broadcast group.
StopStops the broadcast group.
Package Types
none
3.3.2.4.21.1.19. JBossAS7 - Path (Managed Server) Service
Overview

Table 3.1541. Overview

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

Table 3.1542. 

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.1543. 

NameDescriptionRequiredInternal Name
PathThe actual filesystem path. Treated as an absolute path, unless the 'relative-to' attribute is specified, in which case the value is treated as relative to that path.
If treated as an absolute path, the actual runtime pathname specified by the value of this attribute will be determined as follows:
If this value is already absolute, then the value is directly used. Otherwise the runtime pathname is resolved in a system-dependent way. On UNIX systems, a relative pathname is made absolute by resolving it against the current user directory. On Microsoft Windows systems, a relative pathname is made absolute by resolving it against the current directory of the drive named by the pathname, if any; if not, it is resolved against the current user directory.
yes path
Relative ToThe name of another previously named path, or of one of the standard paths provided by the system. If 'relative-to' is provided, the value of the 'path' attribute is treated as relative to the path specified by this attribute. The standard paths provided by the system include:
  • jboss.home - the root directory of the JBoss AS distribution
  • user.home - user's home directory
  • user.dir - user's current working directory
  • java.home - java installation directory
  • jboss.server.base.dir - root directory for an individual server instance
  • jboss.server.data.dir - directory the server will use for persistent data file storage
  • jboss.server.log.dir - directory the server will use for log file storage
  • jboss.server.tmp.dir - directory the server will use for temporary file storage
  • jboss.domain.servers.dir - directory under which a host controller will create the working area for individual server instances
no relative-to
Path TypePath Type yes __name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.21.1.20. JBossAS7 - Bridge (Managed Server) Service
Overview

Table 3.1544. Overview

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

Table 3.1545. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1546. Metrics

NameTypeDescriptionInternal Name
StartedtraitWhether the bridge is started.started

Note

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

Table 3.1547. 

NameDescriptionRequiredInternal Name
Check PeriodThe period (in milliseconds) between client failure check. The default value is 30000. no check-period
Confirmation Window SizeThe confirmation-window-size to use for the connection used to forward messages to the target node. The default value is 1048576. no confirmation-window-size
Connection TtlThe maximum time (in milliseconds) for which the connections used by the bridges are considered alive (in the absence of heartbeat). The default value is 60000. no connection-ttl
Discovery Group NameThe name of the discovery group used by this bridge. Must be undefined (null) if 'static-connectors' is defined. no discovery-group-name
Failover On Server ShutdownWhether the bridge will attempt to failover onto a backup server (if specified) when the target server is cleanly shutdown rather than crashed. no failover-on-server-shutdown
FilterAn optional filter string. If specified then only messages which match the filter expression specified will be forwarded. The filter string follows the HornetQ filter expression syntax described in the HornetQ documentation. no filter
Forwarding AddressThe address on the target server that the message will be forwarded to. If a forwarding address is not specified then the original destination of the message will be retained. no forwarding-address
HaWhether or not this bridge should support high availability. True means it will connect to any available server in a cluster and support failover. The default value is false. no ha
Max Retry IntervalThe maximum interval of time used to retry connections. The default value is 2000. no max-retry-interval
Min Large Message SizeThe minimum size (in bytes) for a message before it is considered as a large message. The default value is 102400. no min-large-message-size
PasswordThe password to use when creating the bridge connection to the remote server. If it is not specified the default cluster password specified by the cluster-password attribute in the root messaging subsystem resource will be used. The default value is CHANGE ME!!. no password
Queue NameThe unique name of the local queue that the bridge consumes from. yes queue-name
Reconnect AttemptsThe total number of reconnect attempts the bridge will make before giving up and shutting down. A value of -1 signifies an unlimited number of attempts. The default value is -1. no reconnect-attempts
Retry IntervalThe period in milliseconds between subsequent reconnection attempts, if the connection to the target server has failed. The default value is 2000. no retry-interval
Retry Interval MultiplierA multiplier to apply to the time since the last retry to compute the time to the next retry. This allows you to implement an exponential backoff between retry attempts. The default value is 1.0. no retry-interval-multiplier
Static ConnectorsA list of names of statically defined connectors used by this bridge. Must be undefined (null) if 'discovery-group-name' is defined. no static-connectors:nullable
Transformer Class NameThe name of a user-defined class which implements the org.hornetq.core.server.cluster.Transformer interface. no transformer-class-name
Use Duplicate DetectionWhether the bridge will automatically insert a duplicate id property into each message that it forwards. The default value is true. no use-duplicate-detection
UserThe user name to use when creating the bridge connection to the remote server. If it is not specified the default cluster user specified by the cluster-user attribute in the root messaging subsystem resource will be used. The default value is HORNETQ.CLUSTER.ADMIN.USER. no user

Note

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

Table 3.1548. Metrics

NameDescription
StartStarts the bridge.
StopStops the bridge.
Package Types
none
3.3.2.4.21.1.21. JBossAS7 - Discovery Group (Managed Server) Service
Overview

Table 3.1549. Overview

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

Table 3.1550. 

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.1551. 

NameDescriptionRequiredInternal Name
Initial Wait TimeoutPeriod, in ms, to wait for an initial broadcast to give us at least one node in the cluster. The default value is 10000. no initial-wait-timeout
Refresh TimeoutPeriod the discovery group waits after receiving the last broadcast from a particular server before removing that server's connector pair entry from its list. The default value is 10000. no refresh-timeout
Socket BindingThe discovery group socket binding. no socket-binding

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.21.1.22. JBossAS7 - Connector Service (Managed Server) Service
Overview

Table 3.1552. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1553. 

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.1554. 

NameDescriptionRequiredInternal Name
Factory ClassClass name of the factory class that can instantiate the connector service. yes factory-class

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.21.1.22.1. JBossAS7 - Param (Read Only) Service
Overview

Table 3.1555. Overview

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

Table 3.1556. 

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.1557. 

NameDescriptionRequiredInternal Name
ValueThe parameter value yes value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.21.1.23. JBossAS7 - Runtime Queue (Managed Server) Service
Overview

Table 3.1558. Overview

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

Table 3.1559. 

NameDescriptionRequiredInternal Name
Path  yes path
Include Runtime  yes includeRuntime

Note

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

Table 3.1560. Metrics

NameTypeDescriptionInternal Name
Consumer CountmeasurementThe number of consumers consuming messages from this queue.consumer-count
Dead Letter AddresstraitThe address to send the queue's dead messages to.dead-letter-address
Delivering CountmeasurementThe number of messages that this queue is currently delivering to its consumers.delivering-count
DurabletraitDefines whether the queue is durable.durable
Expiry AddresstraitThe address to send the queue's expired messages to.expiry-address
FiltertraitA queue message filter definition. An undefined or empty filter will match all messages.filter
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
TemporarytraitWhether the queue is temporary.temporary

Note

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

Table 3.1561. Metrics

NameDescription
List Scheduled Messages as JSONList the messages scheduled for delivery as a string in JSON format.
List Messages as JSONList all messages in the queue that match the filter and return them as a string in JSON format.
Count MessagesReturns the number of the messages in the queue matching the given filter.
List Consumers as JSONLists consumers.
Change Messages PriorityChange the priority of the messages corresponding to the given filter.
PausePause the queue.
List Message Counter History as JSONList the message counter history as a string in JSON format.
Expire MessagesExpire the messages matching the given filter.
List MessagesList all messages in the queue that match the filter
Send message To Dead Letter AddressSend the message corresponding to the given message-id to this queue's Dead Letter Address.
Reset Message CountersReset the message counters.
Move MessageMove the message corresponding to the given message-id to another queue
Expire MessageExpire the message corresponding to the given message-id.
List Message Counter as JSONList the message counter as a string in JSON format.
List Message Counter as HTMLList the message counter as a string in HTML format.
Remove MessagesRemove messages matching the given filter from the destination.
Move MessagesMove the messages corresponding to the given filter to another queue.
List Message Counter as HTMLList the message counter history.
List Scheduled MessagesList the messages scheduled for delivery.
ResumeResume the queue.
Send Messages to Dead Letter AddressSend the messages corresponding to the given filter to this queue's Dead Letter Address.
Remove MessageRemove the message corresponding to the given message-id.
Change Message PriorityChange the priority of the message corresponding to the given message-id.
Package Types
none
3.3.2.4.22. JBossAS7 - Logging (Managed Server) Service
Overview

Table 3.1562. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1563. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

Note

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

Table 3.1564. 

NameDescriptionRequiredInternal Name
LevelThe log level specifying which message levels will be logged by this. Message levels lower than this value will be discarded. no level
HandlersThe Handlers associated with this Logger. yes handlers

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.22.1. JBossAS7 - Async Handler (Managed Server) Service
Overview

Table 3.1565. Overview

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

Table 3.1566. 

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.1567. 

NameDescriptionRequiredInternal Name
FormatterDefines a formatter. The default value is %d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n. no formatter
LevelThe log level specifying which message levels will be logged by this. Message levels lower than this value will be discarded. no level
Overflow ActionSpecify what action to take when the overflowing. The valid options are 'block' and 'discard'. The default value is BLOCK. yes overflow-action
Queue LengthThe queue length to use before flushing writing yes queue-length
SubhandlersThe Handlers associated with this async handler. no subhandlers

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.22.2. JBossAS7 - Console Handler (Managed Server) Service
Overview

Table 3.1568. Overview

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

Table 3.1569. 

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.1570. 

NameDescriptionRequiredInternal Name
AutoflushAutomatically flush after each write. The default value is true. no autoflush
EncodingThe character encoding used by this Handler. no encoding
FormatterDefines a formatter. The default value is %d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n. no formatter
LevelThe log level specifying which message levels will be logged by this. Message levels lower than this value will be discarded. no level
TargetDefines the target of the console handler. The value can either be SYSTEM_OUT or SYSTEM_ERR. The default value is System.out. no target

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.22.3. JBossAS7 - Custom Handler (Managed Server) Service
Overview

Table 3.1571. Overview

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

Table 3.1572. 

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.1573. 

NameDescriptionRequiredInternal Name
ClassThe logging handler class to be used. yes class
EncodingThe character encoding used by this Handler. no encoding
FormatterDefines a formatter. The default value is %d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n. no formatter
LevelThe log level specifying which message levels will be logged by this. Message levels lower than this value will be discarded. no level
ModuleThe module that the logging handler depends on. yes module
Properties  yes properties

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.22.4. JBossAS7 - File Handler (Managed Server) Service
Overview

Table 3.1574. Overview

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

Table 3.1575. 

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.1576. 

NameDescriptionRequiredInternal Name
AppendSpecify whether to append to the target file. The default value is true. no append
AutoflushAutomatically flush after each write. The default value is true. no autoflush
EncodingThe character encoding used by this Handler. no encoding
FileThe file description consisting of the path and optional relative to path. no file
FormatterDefines a formatter. The default value is %d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n. no formatter
LevelThe log level specifying which message levels will be logged by this. Message levels lower than this value will be discarded. no level

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.22.5. JBossAS7 - Logger (Managed Server) Service
Overview

Table 3.1577. Overview

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

Table 3.1578. 

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.1579. 

NameDescriptionRequiredInternal Name
HandlersThe Handlers associated with this Logger. no handlers
LevelThe log level specifying which message levels will be logged by this. Message levels lower than this value will be discarded. no level
Use Parent HandlersSpecifies whether or not this logger should send its output to it's parent Logger. The default value is true. no use-parent-handlers

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.22.6. JBossAS7 - Periodic Rotating File Handler (Managed Server) Service
Overview

Table 3.1580. Overview

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

Table 3.1581. 

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.1582. 

NameDescriptionRequiredInternal Name
AppendSpecify whether to append to the target file. The default value is true. no append
AutoflushAutomatically flush after each write. The default value is true. no autoflush
EncodingThe character encoding used by this Handler. no encoding
FileThe file description consisting of the path and optional relative to path. no file
FormatterDefines a formatter. The default value is %d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n. no formatter
LevelThe log level specifying which message levels will be logged by this. Message levels lower than this value will be discarded. no level
SuffixSet the suffix string. The string is in a format which can be understood by java.text.SimpleDateFormat. The period of the rotation is automatically calculated based on the suffix. yes suffix

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.22.7. JBossAS7 - Size Rotating File Handler (Managed Server) Service
Overview

Table 3.1583. Overview

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

Table 3.1584. 

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.1585. 

NameDescriptionRequiredInternal Name
AppendSpecify whether to append to the target file. The default value is true. no append
AutoflushAutomatically flush after each write. The default value is true. no autoflush
EncodingThe character encoding used by this Handler. no encoding
FileThe file description consisting of the path and optional relative to path. no file
FormatterDefines a formatter. The default value is %d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n. no formatter
LevelThe log level specifying which message levels will be logged by this. Message levels lower than this value will be discarded. no level
Max Backup IndexThe maximum number of backups to keep. The default value is 1. yes max-backup-index
Rotate SizeThe size at which to rotate the log file. The default value is 2m. yes rotate-size

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.23. JBossAS7 - JVM Service
Overview

Table 3.1586. Overview

Description:Information about the underlying JVM
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1587. 

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.2.4.23.1. JBossAS7 - Operating System Service
Overview

Table 3.1588. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1589. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1590. Metrics

NameTypeDescriptionInternal Name
Available ProcessorsmeasurementThe number of processors available to the Java virtual machine.available-processors
System Load AveragemeasurementThe system load average for the last minute. The load average may not be available on some platforms; if the load average is not available, a negative value is returned.system-load-average

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.2.4.23.2. JBossAS7 - Memory Service
Overview

Table 3.1591. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1592. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1593. Metrics

NameTypeDescriptionInternal Name
Object Pending Finalization CountmeasurementThe approximate number of objects for which finalization is pending.object-pending-finalization-count
Initial heap usagemeasurementThe amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management.heap-memory-usage:init
Used heapmeasurementThe amount of used memory in bytes.heap-memory-usage:used
Committed heapmeasurementThe amount of memory in bytes that is committed for the Java virtual machine to use.heap-memory-usage:committed
Maximum heap usagemeasurementThe maximum amount of memory in bytes that can be used for memory management.heap-memory-usage:max
Initial non-heap usagemeasurementThe amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management.non-heap-memory-usage:init
Used non-heap memorymeasurementThe amount of used memory in bytes.non-heap-memory-usage:used
Committed non-heap memorymeasurementThe amount of memory in bytes that is committed for the Java virtual machine to use.non-heap-memory-usage:committed
Maximum non-heap usagemeasurementThe maximum amount of memory in bytes that can be used for memory management.non-heap-memory-usage:max

Note

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

Table 3.1594. Metrics

NameDescription
Trigger GCRuns the garbage collector.
Package Types
none
3.3.2.4.23.3. JBossAS7 - Runtime Service
Overview

Table 3.1595. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1596. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1597. Metrics

NameTypeDescriptionInternal Name
UptimemeasurementThe uptime of the Java virtual machine in milliseconds.uptime

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.2.4.23.4. JBossAS7 - Threading Service
Overview

Table 3.1598. Overview

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

Table 3.1599. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1600. Metrics

NameTypeDescriptionInternal Name
Thread CountmeasurementThe current number of live threads including both daemon and non-daemon threads.thread-count
Peak Thread CountmeasurementThe peak live thread count since the Java virtual machine started or peak was reset.peak-thread-count
Total Started Thread CountmeasurementThe total number of threads created and also started since the Java virtual machine started.total-started-thread-count
Daemon Thread CountmeasurementThe current number of live daemon threads.daemon-thread-count
Current Thread Cpu TimemeasurementThe total CPU time for the current thread in nanoseconds, or -1 if 'thread-cpu-time-enabled' is 'false'. A Java virtual machine implementation may not support CPU time measurement. If 'thread-cpu-time-supported', is 'false' undefined.current-thread-cpu-time
Current Thread User TimemeasurementThe CPU time that the current thread has executed in user mode in nanoseconds, or -1 if 'thread-cpu-time-enabled' is 'false'. A Java virtual machine implementation may not support CPU time measurement. If 'thread-cpu-time-supported', is 'false' the result will be undefined current-thread-user-time

Note

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

Table 3.1601. 

NameDescriptionRequiredInternal Name
Thread Contention Monitoring EnabledWhether thread contention monitoring is enabled. no thread-contention-monitoring-enabled
Thread Cpu Time EnabledWhether thread CPU time measurement is enabled. no thread-cpu-time-enabled
Thread Contention Monitoring SupportedWhether the Java virtual machine supports thread contention monitoring. no thread-contention-monitoring-supported
Thread Cpu Time SupportedWhether the Java virtual machine implementation supports CPU time measurement for any thread. no thread-cpu-time-supported
Current Thread Cpu Time SupportedWhether the Java virtual machine supports CPU time measurement for the current thread. no current-thread-cpu-time-supported
Object Monitor Usage SupportedWhether the Java virtual machine supports monitoring of object monitor usage. no object-monitor-usage-supported
Synchronizer Usage SupportedWhether the Java virtual machine supports monitoring of ownable synchronizer usage. no synchronizer-usage-supported

Note

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

Table 3.1602. Metrics

NameDescription
Dump All ThreadsReturns the thread info for all live threads with stack trace and synchronization information.
Find Deadlocked ThreadsFinds cycles of threads that are in deadlock waiting to acquire object monitors or ownable synchronizers.
Find Monitor Deadlocked ThreadsFinds cycles of threads that are in deadlock waiting to acquire object monitors.
Get Thread Cpu TimeReturns the total CPU time for a thread of the specified ID in nanoseconds.
Get Thread InfoReturns the thread info for a thread of the specified id. The stack trace, locked monitors, and locked synchronizers in the returned reply object will be empty.
Get Thread InfosReturns the thread info for each thread whose ID is in the input list.
Get Thread User TimeReturns the CPU time that a thread of the specified ID has executed in user mode in nanoseconds.
Reset Peak Thread CountResets the peak thread count to the current number of live threads.
Get All thread idsGet all live thread IDs. If a security manager is installed and the caller does not have ManagementPermission('monitor'), the result will be undefined.
Package Types
none
3.3.2.4.23.5. JBossAS7 - Garbage Collector Service
Overview

Table 3.1603. Overview

Description:Parent resource for the resources providing the management interface for the garbage collection of the Java virtual machine.
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1604. 

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.2.4.23.5.1. JBossAS7 - Garbage Collector Resource Service
Overview

Table 3.1605. Overview

Description:The management interface for one of the garbage collectors in the Java virtual machine.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1606. 

NameDescriptionRequiredInternal Name
Path  yes path
Include Runtime  yes includeRuntime

Note

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

Table 3.1607. Metrics

NameTypeDescriptionInternal Name
Collection CountmeasurementThe total number of collections that have occurred.collection-count
Collection Count per MinutemeasurementThe total number of collections that have occurred.collection-count
Collection TimemeasurementThe approximate accumulated collection elapsed time in milliseconds.collection-time
Collection Time per MinutemeasurementThe approximate accumulated collection elapsed time in milliseconds.collection-time
NametraitThe name representing this garbage collectorname
ValidtraitWhether this this memory manager is valid in the Java virtual machine.valid

Note

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

Table 3.1608. 

NameDescriptionRequiredInternal Name
Memory Pool NamesThe name of memory pools that this garbage collector manages. yes memory-pool-names

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.23.6. JBossAS7 - Memory Pool Service
Overview

Table 3.1609. Overview

Description:Parent resource for the resources providing the management interface for the Java virtual machine's memory pools.
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1610. 

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.2.4.23.6.1. JBossAS7 - Memory Pool Resource Service
Overview

Table 3.1611. Overview

Description:The management interface for a memory pool. A memory pool represents the memory resource managed by the Java virtual machine and is managed by one or more memory managers.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1612. 

NameDescriptionRequiredInternal Name
Path  yes path
Include Runtime  yes includeRuntime

Note

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

Table 3.1613. Metrics

NameTypeDescriptionInternal Name
Collection Usage - InitmeasurementThe amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management.collection-usage:init
Collection Usage - UsedmeasurementThe amount of used memory in bytes.collection-usage:used
Collection Usage - CommittedmeasurementThe amount of memory in bytes that is committed for the Java virtual machine to use.collection-usage:committed
Collection Usage - MaxmeasurementThe maximum amount of memory in bytes that can be used for memory management.collection-usage:max
Collection Usage Threshold CountmeasurementThe number of times that the Java virtual machine has detected that the memory usage has reached or exceeded the collection usage threshold. A memory pool may not support a collection usage threshold. If 'collection-usage-threshold-supported', is 'false' trying to read this attribute via the 'read-attribute' operation will result in failure, and the value of this attribute in the result of a 'read-resource' operation will be 'undefined'.collection-usage-threshold-count
Collection Usage Threshold ExceededtraitWhether the memory usage of this memory pool after the most recent collection on which the Java virtual machine has expended effort has reached or exceeded its collection usage threshold. A memory pool may not support a collection usage threshold. If 'collection-usage-threshold-supported', is 'false' trying to read this attribute via the 'read-attribute' operation will result in failure, and the value of this attribute in the result of a 'read-resource' operation will be 'undefined'.collection-usage-threshold-exceeded
Collection Usage Threshold SupportedtraitWhether this memory pool supports a collection usage threshold.collection-usage-threshold-supported
NametraitThe name representing this memory pool.name
Peak Usage - InitmeasurementThe amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management.peak-usage:init
Peak Usage - UsedmeasurementThe amount of used memory in bytes.peak-usage:used
Peak Usage - CommittedmeasurementThe amount of memory in bytes that is committed for the Java virtual machine to use.peak-usage:committed
Peak Usage - MaxmeasurementThe maximum amount of memory in bytes that can be used for memory management.peak-usage:max
TypetraitThe type of this memory pool.type
Usage - InitmeasurementThe amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management.usage:init
Usage - UsedmeasurementThe amount of used memory in bytes.usage:used
Usage - CommittedmeasurementThe amount of memory in bytes that is committed for the Java virtual machine to use.usage:committed
Usage - MaxmeasurementThe maximum amount of memory in bytes that can be used for memory management.usage:max
Usage Threshold CountmeasurementThe number of times that the memory usage has crossed the usage threshold. A memory pool may not support a usage threshold. If 'usage-threshold-supported', is 'false' trying to read this attribute via the 'read-attribute' operation will result in failure, and the value of this attribute in the result of a 'read-resource' operation will be 'undefined'.usage-threshold-count
Usage Threshold ExceededtraitWhether the memory usage of this memory pool reaches or exceeds its usage threshold value. A memory pool may not support a usage threshold. If 'usage-threshold-supported', is 'false' trying to read this attribute via the 'read-attribute' operation will result in failure, and the value of this attribute in the result of a 'read-resource' operation will be 'undefined'.usage-threshold-exceeded
Usage Threshold SupportedtraitWhether this memory pool supports usage threshold.usage-threshold-supported
ValidtraitWhether this memory pool is valid in the Java virtual machine. A memory pool becomes invalid once the Java virtual machine removes it from the memory system.valid

Note

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

Table 3.1614. 

NameDescriptionRequiredInternal Name
Collection Usage ThresholdThe collection usage threshold value of this memory pool in bytes. A memory pool may not support a collection usage threshold. If 'collection-usage-threshold-supported', is 'false' trying to read this attribute via the 'read-attribute' operation will result in failure, and the value of this attribute in the result of a 'read-resource' operation will be 'undefined'. no collection-usage-threshold
Memory Manager NamesThe names of the memory managers that manage this memory pool. yes memory-manager-names
Usage ThresholdThe usage threshold value of this memory pool in bytes. A memory pool may not support a usage threshold. If 'usage-threshold-supported', is 'false' trying to read this attribute via the 'read-attribute' operation will result in failure, and the value of this attribute in the result of a 'read-resource' operation will be 'undefined'. no usage-threshold

Note

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

Table 3.1615. Metrics

NameDescription
Reset Peak UsageResets the peak memory usage statistic of this memory pool to the current memory usage.
Package Types
none
3.3.2.4.24. JBossAS7 - Datasources (Managed) Service
Overview

Table 3.1616. Overview

Description:Datasources subsystem for Managed servers.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1617. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

Note

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

Table 3.1618. 

NameDescriptionRequiredInternal Name
Available drivers  yes *4

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.24.1. JBossAS7 - DataSource (Managed) Service
Overview

Table 3.1619. Overview

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

Table 3.1620. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1621. Metrics

NameTypeDescriptionInternal Name
Prepared Statement Cache Current SizemeasurementThe number of prepared and callable statements currently cached in the statement cachePreparedStatementCacheCurrentSize
Prepared Statement Cache Miss CountmeasurementThe number of times that a statement request could not be satisfied with a statement from the cachePreparedStatementCacheMissCount
Prepared Statement Cache Miss Count per MinutemeasurementThe number of times that a statement request could not be satisfied with a statement from the cachePreparedStatementCacheMissCount
Prepared Statement Cache Add CountmeasurementThe number of statements added to the statement cachePreparedStatementCacheAddCount
Prepared Statement Cache Access CountmeasurementThe number of times that the statement cache was accessedPreparedStatementCacheAccessCount
Prepared Statement Cache Access Count per MinutemeasurementThe number of times that the statement cache was accessedPreparedStatementCacheAccessCount
Prepared Statement Cache Delete CountmeasurementThe number of statements discarded from the cachePreparedStatementCacheDeleteCount
Prepared Statement Cache Delete Count per MinutemeasurementThe number of statements discarded from the cachePreparedStatementCacheDeleteCount
Prepared Statement Cache Hit CountmeasurementThe number of times that statements from the cache were usedPreparedStatementCacheHitCount
Prepared Statement Cache Hit Count per MinutemeasurementThe number of times that statements from the cache were usedPreparedStatementCacheHitCount
Active CountmeasurementThe active countActiveCount
Available CountmeasurementThe available countAvailableCount
Average Blocking TimemeasurementThe average time spent blocking for a connectionAverageBlockingTime
Average Creation TimemeasurementThe average time spent creating a physical connectionAverageCreationTime
Created CountmeasurementThe created countCreatedCount
Created Count per MinutemeasurementThe created countCreatedCount
Destroyed CountmeasurementThe destroyed countDestroyedCount
Destroyed Count per MinutemeasurementThe destroyed countDestroyedCount
Max Creation TimemeasurementThe maximum time for creating a physical connectionMaxCreationTime
Max Used CountmeasurementThe maximum number of connections usedMaxUsedCount
Max Wait TimemeasurementThe maximum wait time for a connectionMaxWaitTime
Timed OutmeasurementThe timed out countTimedOut
Timed Out per MinutemeasurementThe timed out countTimedOut
Total Creation TimemeasurementThe total time spent creating physical connectionsTotalCreationTime
Total Creation Time per MinutemeasurementThe total time spent creating physical connectionsTotalCreationTime
Total Blocking TimemeasurementThe total blocking timeTotalBlockingTime
Total Blocking Time per MinutemeasurementThe total blocking timeTotalBlockingTime
Connection Available?traitConnection Available?connectionAvailable
Min Pool Size settingmeasurementThe min pool size settingmin-pool-size
Max Pool Size settingmeasurementThe max pool size settingmax-pool-size

Note

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

Table 3.1622. 

NameDescriptionRequiredInternal Name
Connection Property  no *1
Connection UrlThe JDBC driver connection URL yes connection-url
Driver NameName of the (existing) JDBC driver to use yes driver-name
Driver ClassThe fully qualified name of the JDBC driver class no driver-class
Jndi NameSpecifies the JNDI name for the datasource yes jndi-name
DriverDefines the JDBC driver the datasource should use with this format: driver-name>#major-version.minor-version where driver-name is the fully qualified name of the JDBC driver class no driver
User NameSpecify the username used when creating a new connection. no user-name
PasswordSpecify the password used when creating a new connection. no password
New Connection SqlSpecifies an SQL statement to execute whenever a connection is added to the connection pool. no new-connection-sql
Url DelimiterSpecifies the delimiter 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 Java ContextSetting this to false will bind the DataSource into global JNDI; no use-java-context
EnabledSpecifies if the datasource should be enabled no enabled
Max Pool SizeThe max-pool-size element indicates the maximum number of connections for a pool. No more connections will be created in each sub-pool. no max-pool-size
Min Pool SizeThe min-pool-size element indicates the minimum number of connections a pool should hold. These are not created until a Subject is known from a request for a connection. no min-pool-size
Pool PrefillWhether to attempt to prefill the connection pool. Changing this value require a server restart. no pool-prefill
Pool Use Strict MinDefine if the min-pool-size should be considered a strictly. no pool-use-strict-min
Security DomainIndicates Subject (from security domain) are used to distinguish connections in the pool. The content of the security-domain is the name of the JAAS security manager that will handleauthentication. This name correlates to the JAAS login-config.xml descriptor application-policy/name attribute. no security-domain
Reauth Plugin Class Namere-authentication plugin implementation provided for specific purpose (i.e vendor) no reauth-plugin-class-name
Flush StrategySpecifies how the pool should be flush in case of an error. no flush-strategy
Prepared Statements Cache SizeThe number of prepared statements per connection in an LRU cache no prepared-statements-cache-size
Share Prepared StatementsWhether to share prepare statements, i.e. whether asking for same statement twice without closing uses the same underlying prepared statement no share-prepared-statements
Track StatementsWhether to check for unclosed statements when a connection is returned to the pool and result sets are closed when a statement is closed/return to the prepared statement cache. valid values are: false - do not track statements and results true - track statements and result sets and warn when they are not closed nowarn - track statements but do no warn about them being unclosed no track-statements
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 MillisIndicates the time in milliseconds to wait between retrying to allocate a connection. no allocation-retry-wait-millis
Blocking Timeout Wait MillisThe blocking-timeout-millis element indicates the maximum time in milliseconds to block while waiting for a connection before throwing an exception. Note that this blocks only while waiting for a permit for a connection, and will never throw an exception if creating a new connection takes an inordinately long time. no blocking-timeout-wait-millis
Idle Timeout MinutesThe idle-timeout-minutes elements indicates 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 1/2 the smallest idle-timeout-minutes of any pool. Changing this value require a server restart. no idle-timeout-minutes
Query TimeoutAny configured query timeout in seconds The default is no timeout no query-timeout
Use Try LockAny configured timeout for internal locks on the resource adapter objects in seconds no use-try-lock
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. no set-tx-query-timeout
Transaction IsolationSet java.sql.Connection transaction isolation level to use. The constants defined by transaction-isolation-values are the possible transaction isolation levels. no transaction-isolation
Check Valid Connection SqlSpecify an SQL statement to check validity of a pool connection. This may be called when managed connection is taken from pool for use. no check-valid-connection-sql
Exception Sorter Class NameAn org.jboss.jca.adapters.jdbc.ExceptionSorter that provides a boolean isExceptionFatal(SQLException e) method to validate is an exception should be broadcast to all javax.resource.spi.ConnectionEventListener as a connectionErrorOccurred no exception-sorter-class-name
Stale Connection Checker Class NameAn org.jboss.jca.adapters.jdbc.StaleConnectionChecker that provides a boolean isStaleConnection(SQLException e) method which if it it returns true will wrap the exception in an org.jboss.jca.adapters.jdbc.StaleConnectionException no stale-connection-checker-class-name
Valid Connection Checker Class NameAn org.jboss.jca.adapters.jdbc.ValidConnectionChecker that provides a SQLException isValidConnection(Connection e) method to validate is a connection is valid. An exception means the connection is destroyed. This overrides the check-valid-connection-sql when present. no valid-connection-checker-class-name
Background Validation MillisThe background-validation-millis element specifies the amount of time, in milliseconds, that background validation will run. Changing this value require a server restart. no background-validation-millis
Background ValidationAn element to specify that connections should be validated on a background thread versus being validated prior to use. Changing this value require a server restart. no background-validation
Use Fast FailWhether fail a connection allocation on the first connection if it is invalid (true) or keep trying until the pool is exhausted of all potential connections (false) no use-fast-fail
Validate On MatchThe validate-on-match element indicates whether or not connection level validation should be done when a connection factory attempts to match a managed connection for a given set. This is typically exclusive to the use of background validation no validate-on-match
Spywhatever spy or not the jdbc connection no spy
Use CcmEnable the use of a cached connection manager no use-ccm

Note

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

Table 3.1623. Metrics

NameDescription
Flush All Connection In PoolFlushes the pool for all connections
Flush Idle Connection In PoolFlushes the pool for idle connections
Test Connection In PoolTests if a connection can be obtained
Package Types
none
3.3.2.4.24.2. JBossAS7 - XADataSource (Managed) Service
Overview

Table 3.1624. Overview

Description:An XA data source
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1625. 

NameDescriptionRequiredInternal Name
Path  yes path

Note

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

Table 3.1626. Metrics

NameTypeDescriptionInternal Name
Prepared Statement Cache Current SizemeasurementThe number of prepared and callable statements currently cached in the statement cachePreparedStatementCacheCurrentSize
Prepared Statement Cache Miss CountmeasurementThe number of times that a statement request could not be satisfied with a statement from the cachePreparedStatementCacheMissCount
Prepared Statement Cache Miss Count per MinutemeasurementThe number of times that a statement request could not be satisfied with a statement from the cachePreparedStatementCacheMissCount
Prepared Statement Cache Add CountmeasurementThe number of statements added to the statement cachePreparedStatementCacheAddCount
Prepared Statement Cache Access CountmeasurementThe number of times that the statement cache was accessedPreparedStatementCacheAccessCount
Prepared Statement Cache Access Count per MinutemeasurementThe number of times that the statement cache was accessedPreparedStatementCacheAccessCount
Prepared Statement Cache Delete CountmeasurementThe number of statements discarded from the cachePreparedStatementCacheDeleteCount
Prepared Statement Cache Delete Count per MinutemeasurementThe number of statements discarded from the cachePreparedStatementCacheDeleteCount
Prepared Statement Cache Hit CountmeasurementThe number of times that statements from the cache were usedPreparedStatementCacheHitCount
Prepared Statement Cache Hit Count per MinutemeasurementThe number of times that statements from the cache were usedPreparedStatementCacheHitCount
Active CountmeasurementThe active countActiveCount
Available CountmeasurementThe available countAvailableCount
Average Blocking TimemeasurementThe average time spent blocking for a connectionAverageBlockingTime
Average Creation TimemeasurementThe average time spent creating a physical connectionAverageCreationTime
Created CountmeasurementThe created countCreatedCount
Created Count per MinutemeasurementThe created countCreatedCount
Destroyed CountmeasurementThe destroyed countDestroyedCount
Destroyed Count per MinutemeasurementThe destroyed countDestroyedCount
Max Creation TimemeasurementThe maximum time for creating a physical connectionMaxCreationTime
Max Used CountmeasurementThe maximum number of connections usedMaxUsedCount
Max Wait TimemeasurementThe maximum wait time for a connectionMaxWaitTime
Timed OutmeasurementThe timed out countTimedOut
Timed Out per MinutemeasurementThe timed out countTimedOut
Total Creation TimemeasurementThe total time spent creating physical connectionsTotalCreationTime
Total Creation Time per MinutemeasurementThe total time spent creating physical connectionsTotalCreationTime
Total Blocking TimemeasurementThe total blocking timeTotalBlockingTime
Total Blocking Time per MinutemeasurementThe total blocking timeTotalBlockingTime
Connection Available?traitConnection Available?connectionAvailable
Min Pool Size settingmeasurementThe min pool size settingmin-pool-size
Max Pool Size settingmeasurementThe max pool size settingmax-pool-size

Note

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

Table 3.1627. 

NameDescriptionRequiredInternal Name
Properties  no *2
Xa Datasource ClassThe fully qualified name of the javax.sql.XADataSource implementation yes xa-datasource-class
Jndi NameSpecifies the JNDI name for the datasource yes jndi-name
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 yes driver-name
User NameSpecify the username used when creating a new connection. no user-name
PasswordSpecify the password used when creating a new connection. no password
New Connection SqlSpecifies an SQL statement to execute whenever a connection is added to the connection pool. no new-connection-sql
Url DelimiterSpecifies the delimiter 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 Java ContextSetting this to false will bind the DataSource into global JNDI; no use-java-context
EnabledSpecifies if the datasource should be enabled no enabled
Max Pool SizeThe max-pool-size element indicates the maximum number of connections for a pool. No more connections will be created in each sub-pool. no max-pool-size
Min Pool SizeThe min-pool-size element indicates the minimum number of connections a pool should hold. These are not created until a Subject is known from a request for a connection. no min-pool-size
Pool PrefillWhether to attempt to prefill the connection pool. Changing this value require a server restart. no pool-prefill
Pool Use Strict MinDefine if the min-pool-size should be considered a strictly. no pool-use-strict-min
InterleavingAn element to enable interleaving for XA connection factories no interleaving
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 context no no-tx-separate-pool
Pad XidShould the Xid be padded no pad-xid
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
Wrap Xa DatasourceShould the XAResource instances be wrapped in a org.jboss.tm.XAResourceWrapper instance no wrap-xa-datasource
Security DomainIndicates Subject (from security domain) are used to distinguish connections in the pool. The content of the security-domain is the name of the JAAS security manager that will handleauthentication. This name correlates to the JAAS login-config.xml descriptor application-policy/name attribute. no security-domain
Recovery Plugin Class Namerecovery plugin implementation provided for specific purpose (i.e vendor) no recovery-plugin-class-name
Reauth Plugin Class Namere-authentication plugin implementation provided for specific purpose (i.e vendor) no reauth-plugin-class-name
Flush StrategySpecifies how the pool should be flush in case of an error. no flush-strategy
Prepared Statements Cache SizeThe number of prepared statements per connection in an LRU cache no prepared-statements-cache-size
Share Prepared StatementsWhether to share prepare statements, i.e. whether asking for same statement twice without closing uses the same underlying prepared statement no share-prepared-statements
Track StatementsWhether to check for unclosed statements when a connection is returned to the pool and result sets are closed when a statement is closed/return to the prepared statement cache. valid values are: false - do not track statements and results true - track statements and result sets and warn when they are not closed nowarn - track statements but do no warn about them being unclosed no track-statements
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 Millishe allocation retry wait millis element indicates the time in milliseconds to wait between retrying to allocate a connection. no allocation-retry-wait-millis
Blocking Timeout Wait MillisThe blocking-timeout-millis element indicates the maximum time in milliseconds to block while waiting for a connection before throwing an exception. Note that this blocks only while waiting for a permit for a connection, and will never throw an exception if creating a new connection takes an inordinately long time. no blocking-timeout-wait-millis
Idle Timeout MinutesThe idle-timeout-minutes elements indicates 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 1/2 the smallest idle-timeout-minutes of any pool. Changing this value require a server restart. no idle-timeout-minutes
Query TimeoutAny configured query timeout in seconds The default is no timeout no query-timeout
Use Try LockAny configured timeout for internal locks on the resource adapter objects in seconds no use-try-lock
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. no set-tx-query-timeout
Transaction IsolationSet java.sql.Connection transaction isolation level to use. The constants defined by transaction-isolation-values are the possible transaction isolation levels. no transaction-isolation
Check Valid Connection SqlSpecify an SQL statement to check validity of a pool connection. This may be called when managed connection is taken from pool for use. no check-valid-connection-sql
Exception Sorter Class NameAn org.jboss.jca.adapters.jdbc.ExceptionSorter that provides a boolean isExceptionFatal(SQLException e) method to validate is an exception should be broadcast to all javax.resource.spi.ConnectionEventListener as a connectionErrorOccurred no exception-sorter-class-name
Stale Connection Checker Class NameAn org.jboss.jca.adapters.jdbc.StaleConnectionChecker that provides a boolean isStaleConnection(SQLException e) method which if it it returns true will wrap the exception in an org.jboss.jca.adapters.jdbc.StaleConnectionException no stale-connection-checker-class-name
Valid Connection Checker Class NameAn org.jboss.jca.adapters.jdbc.ValidConnectionChecker that provides a SQLException isValidConnection(Connection e) method to validate is a connection is valid. An exception means the connection is destroyed. This overrides the check-valid-connection-sql when present. no valid-connection-checker-class-name
Background Validation MillisThe background-validation-millis element specifies the amount of time, in milliseconds, that background validation will run. Changing this value require a server restart. no background-validation-millis
Background ValidationAn element to specify that connections should be validated on a background thread versus being validated prior to use. Changing this value require a server restart. no background-validation
Use Fast FailWhether fail a connection allocation on the first connection if it is invalid (true) or keep trying until the pool is exhausted of all potential connections (false) no use-fast-fail
Validate On MatchThe validate-on-match element indicates whether or not connection level validation should be done when a connection factory attempts to match a managed connection for a given set. This is typically exclusive to the use of background validation no validate-on-match
Xa Resource TimeoutPassed to XAResource.setTransactionTimeout() Default is zero which does not invoke the setter. In seconds no xa-resource-timeout
Spywhatever spy or not the jdbc connection no spy
Use CcmEnable the use of a cached connection manager no use-ccm
Recovery Usernameusername used to try connection recovery no recovery-username
Recovery Passwordpassword used to try connection recovery no recovery-password
Recovery Security Domainsecurity-domain used to try connection recovery no recovery-security-domain
No Recoveryif true no recovery are tried for this connection pool no no-recovery

Note

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

Table 3.1628. Metrics

NameDescription
Flush All Connection In PoolFlushes the pool for all connections
Flush Idle Connection In PoolFlushes the pool for idle connections
Test Connection In PoolTests if a connection can be obtained
Package Types
none
3.3.2.4.25. JBossAS7 - JVM Definition Service
Overview

Table 3.1629. Overview

Description:A JVM definition that can override host and server group level definitions with the same name
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1630. 

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.1631. 

NameDescriptionRequiredInternal Name
Base DefinitionThe definition from host level to use/override yes baseDefinition
Agent LibThe JVM agent lib. no agent-lib
Agent PathThe JVM agent path. no agent-path
Env Classpath IgnoredIgnore the environment classpath. no env-classpath-ignored
Environment VariablesThe JVM environment variables. no environment-variables
Heap SizeThe initial heap size allocated by the JVM. no heap-size
Java AgentThe java agent. no java-agent
Java HomeThe java home no java-home
Jvm OptionsThe JVM options. Those can not be changed after initial creation of the definition. no jvm-options
Max Heap SizeThe maximum heap size that can be allocated by the JVM. no max-heap-size
Max Permgen SizeThe maximum size of the permanent generation. no max-permgen-size
Permgen SizeThe initial permanent generation size. no permgen-size
Stack SizeThe JVM stack size settings. no stack-size
TypeThe JVM type can be either SUN or IBM no type

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.26. JBossAS7 - Transactions Subsystem (Managed) Service
Overview

Table 3.1632. Overview

Description:The transactions subsystem.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1633. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

Note

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

Table 3.1634. Metrics

NameTypeDescriptionInternal Name
Number Of Nested TransactionsmeasurementThe total number of nested (sub) transactions created.number-of-nested-transactions
Number Of Nested Transactions per MinutemeasurementThe total number of nested (sub) transactions created.number-of-nested-transactions
Number Of Timed Out TransactionsmeasurementThe number of transactions that have rolled back due to timeout.number-of-timed-out-transactions
Number Of Timed Out Transactions per MinutemeasurementThe number of transactions that have rolled back due to timeout.number-of-timed-out-transactions
Number Of Committed TransactionsmeasurementThe number of committed transactions.number-of-committed-transactions
Number Of Committed Transactions per MinutemeasurementThe number of committed transactions.number-of-committed-transactions
Number Of TransactionsmeasurementThe total number of transactions (top-level and nested) creatednumber-of-transactions
Number Of Transactions per MinutemeasurementThe total number of transactions (top-level and nested) creatednumber-of-transactions
Number Of HeuristicsmeasurementThe number of transactions which have terminated with heuristic outcomes.number-of-heuristics
Number Of Heuristics per MinutemeasurementThe number of transactions which have terminated with heuristic outcomes.number-of-heuristics
Number Of Aborted TransactionsmeasurementThe number of aborted (i.e. rolledback) transactions.number-of-aborted-transactions
Number Of Aborted Transactions per MinutemeasurementThe number of aborted (i.e. rolledback) transactions.number-of-aborted-transactions
Number Of Inflight TransactionsmeasurementThe number of transactions that have begun but not yet terminated.number-of-inflight-transactions
Number Of Inflight Transactions per MinutemeasurementThe number of transactions that have begun but not yet terminated.number-of-inflight-transactions
Number Of Application RollbacksmeasurementThe number of transactions that have been rolled back by application request. This includes those that timeout, since the timeout behaviour is considered an attribute of the application configuration.number-of-application-rollbacks
Number Of Application Rollbacks per MinutemeasurementThe number of transactions that have been rolled back by application request. This includes those that timeout, since the timeout behaviour is considered an attribute of the application configuration.number-of-application-rollbacks
Number Of Resource RollbacksmeasurementThe number of transactions that rolled back due to resource (participant) failure.number-of-resource-rollbacks
Number Of Resource Rollbacks per MinutemeasurementThe number of transactions that rolled back due to resource (participant) failure.number-of-resource-rollbacks

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.2.4.26.1. JBossAS7 - Log Store (Managed) Service
Overview

Table 3.1635. Overview

Description:Representation of the transaction logging storage mechanism.
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1636. 

NameDescriptionRequiredInternal Name
Path  yes path
Include Runtime  yes includeRuntime

Note

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

Table 3.1637. 

NameDescriptionRequiredInternal Name
TypeSpecifies the implementation type of the logging store. no type

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.26.1.1. JBossAS7 - Transactions (Managed) Service
Overview

Table 3.1638. Overview

Description:The persistent information that the transaction manager stores for the purpose of recovering a transaction in the event of failure. The probe operation will add and remove transactions from the model as the corresponding real transactions start and finish the prepare and commit phases. A stuck transaction will remain in the model until either it is completed or explicitly removed by the delete operation.
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1639. 

NameDescriptionRequiredInternal Name
Path  yes path
Include Runtime  yes includeRuntime

Note

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

Table 3.1640. 

NameDescriptionRequiredInternal Name
Age In SecondsThe time since this transaction was prepared or when the recovery system last tried to recover it. no age-in-seconds
IdThe id of this transaction. no id
Jmx NameThe JMX name of this transaction. no jmx-name
TypeThe type name under which this record is stored. no type

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.26.1.1.1. JBossAS7 - Participants (Managed) Service
Overview

Table 3.1641. Overview

Description:The resources that did work in a transaction.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1642. 

NameDescriptionRequiredInternal Name
Path  yes path
Include Runtime  yes includeRuntime

Note

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

Table 3.1643. 

NameDescriptionRequiredInternal Name
Eis Product NameThe JCA enterprise information system's product name. no eis-product-name
Eis Product VersionThe JCA enterprise information system's product version no eis-product-version
Jmx NameThe JMX name of this participant. no jmx-name
Jndi NameJNDI name of this participant. no jndi-name
StatusReports the commitment status of this participant (can be one of Pending, Prepared, Failed, Heuristic or Readonly). no status
TypeThe type name under which this record is stored. no type

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.4.27. JBossAS7 - JDR Service
Overview

Table 3.1644. Overview

Description:JBoss Diagnostic Reporter (JDR) Subsystem.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1645. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

Note

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

Table 3.1646. Metrics

NameDescription
Generate JDR ReportRequest the generation of a JDR report.
Package Types
none

3.3.2.5. JBossAS7 - Profile Service

Overview

Table 3.1647. Overview

Description:A profile in a domain. Profiles are assigned to server groups.
Singleton: no
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1648. 

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.2.5.1. JBossAS7 - ModCluster Domain Service
Overview

Table 3.1649. Overview

Description:Mod_cluster support
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1650. 

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.2.5.1.1. JBossAS7 - Domain Service Configuration Service
Overview

Table 3.1651. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1652. 

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.1653. 

NameDescriptionRequiredInternal Name
Proxy ListList of proxies, Format (hostname:port) separated with commas. no proxy-list
Proxy UrlBase URL for MCMP requests. no proxy-url
Advertise SocketName of Socket binding to use for the Advertise socket. no advertise-socket
AdvertiseUse Advertise logic or not. no advertise
Advertise Security KeyString containing the security key for the Advertise logic. no advertise-security-key
BalancerThe balancer name. no balancer
ConnectorName of the web connector used to communicate with the load balancer. yes connector
Load Balancing GrouploadBalancingGroup name. no load-balancing-group
Excluded ContextsList of contexts mod_cluster should ignore, Format String separated with commas. no excluded-contexts
Auto Enable ContextsEnable contexts even if disabled in mod_cluster_manger (httpd). no auto-enable-contexts
Sticky SessionUse sticky sessions for requests. no sticky-session
Sticky Session RemoveRemove session information on failover. no sticky-session-remove
Sticky Session ForceDon't failover a request with session information. no sticky-session-force
Worker TimeoutTimeout to wait in httpd for an available worker to process the requests. no worker-timeout
Max AttemptsMax attempts to process an idempotent request. no max-attempts
Flush PacketsEnables/disables packet flushing in httpd. no flush-packets
Flush WaitTime to wait before flushing packets in httpd. no flush-wait
PingTime (in seconds) in which to wait for a pong answer to a ping. no ping
SmaxSoft maximum idle connection count in httpd no smax
TtlTime to live (in seconds) for idle connections above smax no ttl
Node TimeoutTimeout (in seconds) for proxy connections to a node. no node-timeout
Stop Context TimeoutMax time to wait for context to process pending requests. no stop-context-timeout
Socket TimeoutTimeout to wait for httpd to answer a MCMP message. no socket-timeout

Note

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

Table 3.1654. Metrics

NameDescription
Add Custom MetricAdd new custom metric to the load balancer provider.
Add MetricAdd new metric to the load balancer provider.
Remove Custom MetricRemove a custom metric from the load balancer provider.
Remove MetricAdd new metric to the load balancer provider.
Package Types
none
3.3.2.5.1.1.1. JBossAS7 - Domain Dynamic Load Provider Service
Overview

Table 3.1655. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1656. 

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.1657. 

NameDescriptionRequiredInternal Name
DecayDecay. The default value is 2. no decay
HistoryHistory. The default value is 9. no history

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.1.1.1.1. JBossAS7 - Domain Custom Load Metric Service
Overview

Table 3.1658. Overview

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

Table 3.1659. 

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.1660. 

NameDescriptionRequiredInternal Name
CapacityCapacity of the metric. The default value is 1 no capacity
ClassClass name of the custom metric. yes class
WeightWeight of the metric. The default value is 1. no weight

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.1.1.1.2. JBossAS7 - Domain Load Metric Service
Overview

Table 3.1661. Overview

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

Table 3.1662. 

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.1663. 

NameDescriptionRequiredInternal Name
CapacityCapacity of the metric. The default value is 1. no capacity
TypeType of the metric yes type
WeightWeight of the metric. The default value is 1. no weight

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.1.1.2. JBossAS7 - Domain Ssl Service
Overview

Table 3.1664. Overview

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

Table 3.1665. 

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.1666. 

NameDescriptionRequiredInternal Name
Ca Certificate FileCertificate authority. no ca-certificate-file
Ca Revocation UrCertificate authority revocation list. no ca-revocation-ur
Certificate Key FileKey file for the certificate. no certificate-key-file
Cipher SuiteThe allowed cipher suite. no cipher-suite
Key AliasThe key alias. no key-alias
PasswordPassword. no password
ProtocolThe SSL protocols that are enabled. no protocol

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.2. JBossAS7 - Naming (Profile) Service
Overview

Table 3.1667. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1668. 

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.2.5.2.1. JBossAS7 - Binding (Profile) Service
Overview

Table 3.1669. Overview

Description:JNDI bindings for primitive types
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1670. 

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.1671. 

NameDescriptionRequiredInternal Name
Binding TypeThe type of binding to create, may be simple, lookup or object-factory yes binding-type
ClassThe object factory class name for object factory bindings no class
LookupThe entry to lookup in JNDI for lookup bindings no lookup
ModuleThe module to load the object factory from for object factory bindings no module
TypeThe type of the value to bind for simple bindings, this must be a primitive type no type
ValueThe value to bind for simple bindings no value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.3. JBossAS7 - JBossWeb (Profile) Service
Overview

Table 3.1672. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1673. 

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.1674. 

NameDescriptionRequiredInternal Name
Disabled: 0Enable the default Servlet mapping. The default value is false. no disabled:0
File EncodingForce a file encoding. no file-encoding
ListingsEnable folder listings. The default value is false. no listings
Max DepthMaximum recursion for PROPFIND. The default value is 3. no max-depth
Read OnlyAllow write HTTP methods (PUT, DELETE). The default value is true. no read-only
SendfileEnable sendfile if possible, for files bigger than the specified byte size. The default value is 49152. no sendfile
SecretSecret for WebDAV locking operations. no secret
WebdavEnable WebDAV functionality. The default value is false. no webdav
Check IntervalCheck interval for JSP updates using a background thread. The default value is 0. no check-interval
DevelopmentEnable the development mode, which gives more information when an error occurs. The default value is false. no development
Disabled: 1Enable the JSP container. The default value is false. no disabled:1
Display Source FragmentWhen a runtime error occurs, attempts to display corresponding JSP source fragment. The default value is true. no display-source-fragment
Dump SmapWrite SMAP data to a file. The default value is false. no dump-smap
Error On Use Bean Invalid Class AttributeEnable errors when using a bad class in useBean. The default value is false. no error-on-use-bean-invalid-class-attribute
Generate Strings As Char ArraysGenerate String constants as char arrays. The default value is false. no generate-strings-as-char-arrays
Java EncodingSpecify the encoding used for Java sources. The default value is UTF8. no java-encoding
Keep GeneratedKeep the generated Servlets. The default value is true. no keep-generated
Mapped FileMap to the JSP source. The default value is true. no mapped-file
Modification Test IntervalMinimum amount of time between two tests for updates, in seconds. The default value is 4. no modification-test-interval
Recompile On FailRetry failed JSP compilations on each request. The default value is false. no recompile-on-fail
Scratch DirSpecify a different work directory. no scratch-dir
SmapEnable SMAP. The default value is true. no smap
Source VmSource VM level for compilation. The default value is 1.5. no source-vm
Tag PoolingEnable tag pooling. The default value is true. no tag-pooling
Target VmTarget VM level for compilation. The default value is 1.5. no target-vm
Trim SpacesTrim some spaces from the generated Servlet. The default value is false. no trim-spaces
X Powered ByEnable advertising the JSP engine in x-powered-by. The default value is true. no x-powered-by
Welcome FileA welcome file declaration. no welcome-file
Default Virtual ServerThe web container's default virtual server. The default value is default-host. yes default-virtual-server
Instance IdThe identifier for this server instance. no instance-id
NativeAdd the native initialization listener to the web container. The default value is true. no native

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.3.1. JBossAS7 - Connector (Profile) Service
Overview

Table 3.1675. Overview

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

Table 3.1676. 

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.1677. 

NameDescriptionRequiredInternal Name
Configuration  no *Configuration+
SchemeThe web connector scheme. yes scheme
Socket BindingThe web connector socket-binding reference, this connector should be bound to. yes socket-binding
EnabledDefines whether the connector should be started on startup. The default value is true. no enabled
Enable LookupsEnable DNS lookups for Servlet API. The default value is false. no enable-lookups
ExecutorThe name of the executor that should be used for the processing threads of this connector. If undefined defaults to using an internal pool. no executor
Max connectionsAmount of concurrent connections that can be processed by the connector with optimum performance. The default value depends on the connector used. no max-connections:expr
Max Post SizeMaximum size in bytes of a POST request that can be parsed by the container. The default value is 2097152. no max-post-size
Max Save Post SizeMaximum size in bytes of a POST request that will be saved during certain authentication schemes. The default value is 4096. no max-save-post-size
NameA unique name for the connector. no name
ProtocolThe web connector protocol. (e.g. 'HTTP/1.1' or 'AJP' or a name of a class implementing ProtocolHandler and MBeanRegistration ) yes protocol
Proxy NameThe host name that will be used when sending a redirect. The default value is null. no proxy-name
Proxy PortThe port that will be used when sending a redirect. no proxy-port
Redirect PortThe port for redirection to a secure connector. The default value is 8433. no redirect-port:expr
SecureIndicates if content sent or received by the connector is secured from the user perspective. The default value is false. no secure
Virtual ServerThe list of virtual servers that can be accessed through this connector. The default is to allow all virtual servers. no virtual-server

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.3.2. JBossAS7 - VHost (Profile) Service
Overview

Table 3.1678. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1679. 

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.1680. 

NameDescriptionRequiredInternal Name
Configuration  no *Configuration+
Virtual server aliasesThe virtual server aliases yes alias
Default Web ModuleThe web module deployment name that will be mapped as the root webapp. yes default-web-module
Enable Welcome RootWhether or not the bundled welcome directory is used as the root web context. The default value is false. yes enable-welcome-root
NameA unique virtual host name no name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.3.2.1. JBossAS7 - Rewrite Rules (Profile) Service
Overview

Table 3.1681. Overview

Description:A list of rewrite rules that will be processed in order on the URL or vhost specified in the request. Those follow the rules for mod_rewrite. Please consult the manual for help on settings
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1682. 

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.1683. 

NameDescriptionRequiredInternal Name
Conditions  no *1
FlagsOption flags for this rewrite rule. Consult the mod_rewrite docs. yes flags
PatternThe pattern that will be matched. Consult the mod_rewrite docs. yes pattern
SubstitutionThe string that will replace the original URL or vhost. Consult the mod_rewrite docs. yes substitution

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.3.2.2. JBossAS7 - Access Log (Profile) Service
Overview

Table 3.1684. Overview

Description:The access log configuration for this virtual server.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1685. 

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.1686. 

NameDescriptionRequiredInternal Name
PathThe relative folder path. no path
Relative ToThe folder the path is relative to. The default value is jboss.server.log.dir. no relative-to
ExtendedEnable extended pattern, with more options. The default value is false. no extended
PatternThe access log pattern. The default value is common. no pattern
PrefixPrefix for the log file name. The default value is false. no prefix
Resolve HostsHost resolution. The default value is false. no resolve-hosts
RotateRotate the access log every day. The default value is true. no rotate

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.4. JBossAS7 - JCA (Profile) Service
Overview

Table 3.1687. Overview

Description:The Java EE Connector Architecture (JCA) subsystem providing general configuration for resource adapters
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1688. 

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.1689. 

NameDescriptionRequiredInternal Name
EnabledSpecify whether bean validation is enabled. The default value is true. no enabled:1
EnabledSpecify whether archive validation is enabled. The default value is true. no enabled:2
Fail On ErrorShould an archive validation error report fail the deployment. The default value is true. no fail-on-error
Fail On WarnShould an archive validation warning report fail the deployment. The default value is false. no fail-on-warn
DebugEnable/disable debug information logging. The default value is false. no debug
ErrorEnable/disable error information logging. The default value is false. no error
InstallEnable/disable the cached connection manager valve and interceptor. The default value is false. no install

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.4.1. JBossAS7 - BootstrapContext (Profile) Service
Overview

Table 3.1690. Overview

Description:Bootstrap context for resource adapters.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1691. 

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.1692. 

NameDescriptionRequiredInternal Name
NameThe name of the BootstrapContext no name
WorkmanagerThe WorkManager instance for the BootstrapContext no workmanager

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.4.2. JBossAS7 - Workmanager (Profile) Service
Overview

Table 3.1693. Overview

Description:WorkManager for resource adapters.
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1694. 

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.1695. 

NameDescriptionRequiredInternal Name
NameThe name of the WorkManager no name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.4.2.1. JBossAS7 - Long Running Thread Pool (Profile) Service
Overview

Table 3.1696. Overview

Description:Long running thread pool executor with a bounded queue where threads submitting tasks may block.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1697. 

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.1698. 

NameDescriptionRequiredInternal Name
Allow Core TimeoutWhether core threads may time out. The default value is false. no allow-core-timeout
Core ThreadsThe core thread pool size which is smaller than the maximum pool size. If undefined, the core thread pool size is the same as the maximum thread pool size. no core-threads:expr
Handoff ExecutorAn executor to delegate tasks to in the event that a task cannot be accepted. If not specified, tasks that cannot be accepted will be silently discarded. no handoff-executor
Keepalive TimeUsed to specify the amount of time that pool threads should be kept running when idle; if not specified, threads will run until the executor is shut down. no keepalive-time
Max ThreadsThe maximum thread pool size. yes max-threads:expr
NameThe name of the thread pool. no name
Queue LengthThe queue length. yes queue-length:expr
Thread FactorySpecifies the name of a specific thread factory to use to create worker threads. If not defined an appropriate default thread factory will be used. no thread-factory

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.4.2.2. JBossAS7 - Short Running Thread Pool (Profile) Service
Overview

Table 3.1699. Overview

Description:Short running thread pool executor with a bounded queue where threads submitting tasks may block.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1700. 

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.1701. 

NameDescriptionRequiredInternal Name
Allow Core TimeoutWhether core threads may time out. The default value is false. no allow-core-timeout
Core ThreadsThe core thread pool size which is smaller than the maximum pool size. If undefined, the core thread pool size is the same as the maximum thread pool size. no core-threads:expr
Handoff ExecutorAn executor to delegate tasks to in the event that a task cannot be accepted. If not specified, tasks that cannot be accepted will be silently discarded. no handoff-executor
Keepalive TimeUsed to specify the amount of time that pool threads should be kept running when idle; if not specified, threads will run until the executor is shut down. no keepalive-time
Max ThreadsThe maximum thread pool size. yes max-threads:expr
NameThe name of the thread pool. no name
Queue LengthThe queue length. yes queue-length:expr
Thread FactorySpecifies the name of a specific thread factory to use to create worker threads. If not defined an appropriate default thread factory will be used. no thread-factory

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.5. JBossAS7 - Osgi (Profile) Service
Overview

Table 3.1702. Overview

Description:The OSGi subsystem configuration.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1703. 

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.1704. 

NameDescriptionRequiredInternal Name
ActivationActivation flag for the OSGi subsystem. Possible values: lazy, eager. The default value is LAZY. no activation
StartlevelThe current Start Level of the OSGi Framework. Changing this value will change the Start Level of the Framework accordingly. no startlevel

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.5.1. JBossAS7 - Capability (Profile) Service
Overview

Table 3.1705. Overview

Description:A framework capability. A capability maps to a JBoss Module in the modules directory or an OSGi bundle in the bundles directory. The identity maps to the resource identifier of the module or bundle.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1706. 

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.1707. 

NameDescriptionRequiredInternal Name
StartlevelThe startlevel for the capability. Can only be specified for OSGi bundles. no startlevel

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.5.2. JBossAS7 - Property Service
Overview

Table 3.1708. Overview

Description:A property
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1709. 

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.1710. 

NameDescriptionRequiredInternal Name
ValueThe property value. no value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.6. JBossAS7 - Resource Adapters (Profile) Service
Overview

Table 3.1711. Overview

Description:Configuration of the resource adapters subsystem.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1712. 

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.2.5.6.1. JBossAS7 - Resource Adapter (Profile) Service
Overview

Table 3.1713. Overview

Description:The configuration of a resource adapter.
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1714. 

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.1715. 

NameDescriptionRequiredInternal Name
ArchiveSpecifies the resource adapter archive yes archive
BeanvalidationgroupsSpecifies the bean validation groups that should be used no beanvalidationgroups
BootstrapcontextSpecifies the unique name of the bootstrap context that should be used no bootstrapcontext
Transaction SupportSpecifies the transaction support level of the resource adapter yes transaction-support

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.6.1.1. JBossAS7 - Admin Objects (Profile) Service
Overview

Table 3.1716. Overview

Description:Specifies the administration objects.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1717. 

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.1718. 

NameDescriptionRequiredInternal Name
Class NameSpecifies the fully qualified class name of a managed connection factory or admin object yes class-name
EnabledSpecifies if the resource adapter should be enabled. The default value is true. no enabled
Jndi NameSpecifies the JNDI name for the connection factory or admin object no jndi-name
Use Java ContextSetting this to false will bind the object into global JNDI. The default value is true. no use-java-context

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.6.1.2. JBossAS7 - Connection Definitions (Profile) Service
Overview

Table 3.1719. Overview

Description:Specifies the connection definitions.
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1720. 

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.1721. 

NameDescriptionRequiredInternal Name
Allocation RetryThe allocation retry element indicates the number of times that allocating a connection should be tried before throwing an exception no allocation-retry:expr
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:expr
Background ValidationAn element to specify that connections should be validated on a background thread versus being validated prior to use. Changing this value requires a server restart. 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 requires a server restart no background-validation-millis:expr
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:expr
Class NameSpecifies the fully qualified class name of a managed connection factory or admin object yes class-name
EnabledSpecifies if the resource adapter should be enabled. The default value is true. no enabled
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 requires a server restart. no idle-timeout-minutes:expr
InterleavingAn element to enable interleaving for XA connections. The default value is false. no interleaving
Jndi NameSpecifies the JNDI name for the connection factory or admin object no jndi-name
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:expr
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:expr
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
Pool PrefillShould the pool be prefilled. Changing this value requires a server restart. 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
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 ApplicationIndicates that app supplied parameters (such as from getConnection(user, pw)) are used to distinguish connections in the pool no security-application
Security DomainSpecifies the security domain which defines the javax.security.auth.Subject that are used to distinguish connections in the pool no security-domain
Security Domain and ApplicationIndicates that either app supplied parameters (such as from getConnection(user, pw)) or Subject (from security domain) are used to distinguish connections in the pool no security-domain-and-application
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 object 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:expr
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 Resource TimeoutThe value is passed to XAResource.setTransactionTimeout(), in seconds. Default is zero no xa-resource-timeout:expr

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.6.1.2.1. JBossAS7 - Config Properties Service
Overview

Table 3.1722. Overview

Description:Custom defined config properties.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1723. 

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.1724. 

NameDescriptionRequiredInternal Name
ValueCustom defined config property value no value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.6.1.3. JBossAS7 - Config Properties Service
Overview

Table 3.1725. Overview

Description:Custom defined config properties.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1726. 

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.1727. 

NameDescriptionRequiredInternal Name
ValueCustom defined config property value no value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.7. JBossAS7 - EJB3 (Profile) Service
Overview

Table 3.1728. Overview

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

Table 3.1729. 

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.1730. 

NameDescriptionRequiredInternal Name
Default Clustered Sfsb CacheName of the default stateful bean cache, which will be applicable to all clustered stateful EJBs, unless overridden at the deployment or bean level no default-clustered-sfsb-cache
Default Entity Bean Instance PoolName of the default entity bean instance pool, which will be applicable to all entity beans, unless overridden at the deployment or bean level no default-entity-bean-instance-pool
Default Entity Bean Optimistic LockingIf set to true entity beans will use optimistic locking by default no default-entity-bean-optimistic-locking
Default Mdb Instance PoolName of the default MDB instance pool, which will be applicable to all MDBs, unless overridden at the deployment or bean level no default-mdb-instance-pool
Default Resource Adapter NameName of the default resource adapter name that will be used by MDBs, unless overridden at the deployment or bean level. The default value is hornetq-ra. no default-resource-adapter-name
Default Sfsb CacheName of the default stateful bean cache, which will be applicable to all stateful EJBs, unless overridden at the deployment or bean level no default-sfsb-cache
Default Singleton Bean Access TimeoutThe default access timeout for singleton beans. The default value is 5000. no default-singleton-bean-access-timeout:expr
Default Slsb Instance PoolName of the default stateless bean instance pool, which will be applicable to all stateless EJBs, unless overridden at the deployment or bean level no default-slsb-instance-pool
Default Stateful Bean Access TimeoutThe default access timeout for stateful beans. The default value is 5000. no default-stateful-bean-access-timeout:expr
In Vm Remote Interface Invocation Pass By ValueIf set to false, the parameters to invocations on remote interface of an EJB, will be passed by reference. Else, the parameters will be passed by value. The default value is true. no in-vm-remote-interface-invocation-pass-by-value
Enable StatisticsIf set to true, enable the collection of invocation statistics. no enable-statistics

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.7.1. JBossAS7 - EJB3 Thread Pool (Profile) Service
Overview

Table 3.1731. Overview

Description:A thread pool executor with an unbounded queue. Such a thread pool has a core size and a queue with no upper bound. When a task is submitted, if the number of running threads is less than the core size, a new thread is created. Otherwise, the task is placed in queue. If too many tasks are allowed to be submitted to this type of executor, an out of memory condition may occur.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1732. 

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.1733. 

NameDescriptionRequiredInternal Name
Keepalive TimeUsed to specify the amount of time that pool threads should be kept running when idle; if not specified, threads will run until the executor is shut down. no keepalive-time
Max ThreadsThe maximum thread pool size. no max-threads:expr
NameThe name of the thread pool. no name
Thread FactorySpecifies the name of a specific thread factory to use to create worker threads. If not defined an appropriate default thread factory will be used. no thread-factory

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.7.2. JBossAS7 - File Passivation Store (Profile) Service
Overview

Table 3.1734. Overview

Description:A file system based passivation store.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1735. 

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.1736. 

NameDescriptionRequiredInternal Name
Groups Path  no groups-path
Idle TimeoutThe timeout in units specified by idle-timeout-unit, after which a bean will passivate. The default value is 300. no idle-timeout:expr
Idle Timeout UnitThe unit of idle-timeout. The default value is SECONDS. no idle-timeout-unit
Max SizeThe maximum number of beans this cache should store before forcing old beans to passivate. The default value is 10000. no max-size:expr
Relative To  no relative-to
Sessions Path  no sessions-path
Subdirectory Count  no subdirectory-count:expr

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.7.3. JBossAS7 - Strict Max Bean Instance Pool (Profile) Service
Overview

Table 3.1737. Overview

Description:A bean instance pool with a strict upper limit
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1738. 

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.1739. 

NameDescriptionRequiredInternal Name
Max Pool SizeThe maximum number of bean instances that the pool can hold at a given point in time. The default value is 20. no max-pool-size:expr
TimeoutThe maximum amount of time to wait for a bean instance to be available from the pool. The default value is 5. no timeout:expr
Timeout UnitThe instance acquisition timeout unit. The default value is MINUTES. no timeout-unit

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.7.4. JBossAS7 - SFSB Cache (Profile) Service
Overview

Table 3.1740. Overview

Description:A SFSB cache.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1741. 

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.1742. 

NameDescriptionRequiredInternal Name
AliasesThe aliases by which this cache may also be referenced yes aliases
Passivation StoreThe passivation store used by this cache no passivation-store

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.7.5. JBossAS7 - Cluster Passivation Store (Profile) Service
Overview

Table 3.1743. Overview

Description:A clustered passivation store.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1744. 

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.1745. 

NameDescriptionRequiredInternal Name
Bean CacheThe name of the cache used to store bean instances. no bean-cache
Cache ContainerThe name of the cache container used for the bean and client-mappings caches. The default value is ejb. no cache-container
Client Mappings CacheThe name of the cache used to store client-mappings of the EJB remoting connector's socket-bindings. The default value is remote-connector-client-mappings. no client-mappings-cache
Idle TimeoutThe timeout in units specified by idle-timeout-unit, after which a bean will passivate. The default value is 300. no idle-timeout:expr
Idle Timeout UnitThe unit of idle-timeout. The default value is SECONDS. no idle-timeout-unit
Max SizeThe maximum number of beans this cache should store before forcing old beans to passivate. The default value is 10000. no max-size:expr
Passivate Events On ReplicateIndicates whether replication should trigger passivation events on the bean. The default value is true. no passivate-events-on-replicate

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.7.6. JBossAS7 - Async Service (Profile) Service
Overview

Table 3.1746. Overview

Description:The EJB3 Asynchronous Invocation Service
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1747. 

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.1748. 

NameDescriptionRequiredInternal Name
Thread Pool NameThe name of the thread pool which handles asynchronous invocations no thread-pool-name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.7.7. JBossAS7 - IIOP Service (Profile) Service
Overview

Table 3.1749. Overview

Description:The IIOP service
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1750. 

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.1751. 

NameDescriptionRequiredInternal Name
Enable By DefaultIf this is true EJB's will be exposed over IIOP by default, otherwise it needs to be explicitly enabled in the deployment descriptor no enable-by-default
Use Qualified NameIf true EJB names will be bound into the naming service with the application and module name prepended to the name (e.g. myapp/mymodule/MyEjb) no use-qualified-name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.7.8. JBossAS7 - Remote Service (Profile) Service
Overview

Table 3.1752. Overview

Description:The EJB3 remote service
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1753. 

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.1754. 

NameDescriptionRequiredInternal Name
Connector RefThe name of the connector on which the EJB3 remoting channel is registered no connector-ref
Thread Pool NameThe name of the thread pool that handles remote invocations no thread-pool-name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.7.8.1. JBossAS7 - Channel Creation Options (Profile) Service
Overview

Table 3.1755. Overview

Description:The options that will be used during the EJB remote channel creation
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1756. 

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.1757. 

NameDescriptionRequiredInternal Name
TypeThe type of the channel creation option no type
ValueThe value for the EJB remote channel creation option no value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.7.9. JBossAS7 - Timer Service (Profile) Service
Overview

Table 3.1758. Overview

Description:The EJB timer service
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1759. 

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.1760. 

NameDescriptionRequiredInternal Name
PathThe directory to store persistent timer information in no path
Relative ToThe relative path that is used to resolve the timer data store location no relative-to
Thread Pool NameThe name of the thread pool used to run timer service invocations no thread-pool-name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.8. JBossAS7 - Threads (Profile) Service
Overview

Table 3.1761. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1762. 

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.2.5.8.1. JBossAS7 - ThreadFactory (Profile) Service
Overview

Table 3.1763. Overview

Description:A thread factory (implementing java.util.concurrent.ThreadFactory).
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1764. 

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.1765. 

NameDescriptionRequiredInternal Name
Group NameSpecifies the name of a thread group to create for this thread factory. no group-name
NameThe name of the created thread factory. no name
PriorityMay be used to specify the thread priority of created threads. The default value is -1. no priority:expr
Thread Name PatternThe template used to create names for threads. The following patterns may be used: %% - emit a percent sign %t - emit the per-factory thread sequence number %g - emit the global thread sequence number %f - emit the factory sequence number %i - emit the thread ID. no thread-name-pattern

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.8.2. JBossAS7 - ThreadPool (Profile) Service
Overview

Table 3.1766. Overview

Description:A thread pool executor
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1767. 

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.1768. 

NameDescriptionRequiredInternal Name
Keepalive TimeUsed to specify the amount of time that pool threads should be kept running when idle; if not specified, threads will run until the executor is shut down. no keepalive-time
Max ThreadsThe maximum thread pool size. yes max-threads:expr
NameThe name of the thread pool. no name
Queue LengthThe queue length. Required only for Bounded and Blocking Bounded Thread Pools. no queue-length:expr
Thread FactorySpecifies the name of a specific thread factory to use to create worker threads. If not defined an appropriate default thread factory will be used. no thread-factory
Allow Core TimeoutWhether core threads may time out. The default value is false. no allow-core-timeout
Core ThreadsThe core thread pool size which is smaller than the maximum pool size. If undefined, the core thread pool size is the same as the maximum thread pool size. no core-threads:expr
Handoff ExecutorAn executor to delegate tasks to in the event that a task cannot be accepted. If not specified, tasks that cannot be accepted will be silently discarded. no handoff-executor
Thread Pool TypeThread pool type yes __type

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.9. JBossAS7 - Security (Profile) Service
Overview

Table 3.1769. Overview

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

Table 3.1770. 

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.1771. 

NameDescriptionRequiredInternal Name
Deep Copy Subject ModeSets the copy mode of subjects done by the security managers to be deep copies that makes copies of the subject principals and credentials if they are cloneable. It should be set to true if subject include mutable content that can be corrupted when multiple threads have the same identity and cache flushes/logout clearing the subject in one thread results in subject references affecting other threads. The default value is false. no deep-copy-subject-mode

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.9.1. JBossAS7 - Security Domain (Profile) Service
Overview

Table 3.1772. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1773. 

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.1774. 

NameDescriptionRequiredInternal Name
Cache TypeAdds a cache to speed up authentication checks. Allowed values are 'default' to use simple map as the cache and 'infinispan' to use an Infinispan cache. no cache-type

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.9.1.1. JBossAS7 - ACL (Profile) Service
Overview

Table 3.1775. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1776. 

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.1777. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.9.1.1.1. JBossAS7 - Acl Modules (Profile) Service
Overview

Table 3.1778. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1779. 

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.1780. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.9.1.1.1.1. JBossAS7 - Module Options (Acl - Profile) Service
Overview

Table 3.1781. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1782. 

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.1783. 

NameDescriptionRequiredInternal Name
Module Options  no Module Options

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.9.1.2. JBossAS7 - Audit (Profile) Service
Overview

Table 3.1784. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1785. 

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.1786. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.9.1.2.1. JBossAS7 - Provider Modules (Profile) Service
Overview

Table 3.1787. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1788. 

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.1789. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.9.1.2.1.1. JBossAS7 - Module Options (Provider Modules - Profile) Service
Overview

Table 3.1790. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1791. 

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.1792. 

NameDescriptionRequiredInternal Name
Module Options  no Module Options

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.9.1.3. JBossAS7 - Authentication (Classic - Profile) Service
Overview

Table 3.1793. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1794. 

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.2.5.9.1.3.1. JBossAS7 - Login Modules (Classic - Profile) Service
Overview

Table 3.1795. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1796. 

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.1797. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.9.1.3.1.1. JBossAS7 - Module Options (Classic - Profile) Service
Overview

Table 3.1798. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1799. 

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.1800. 

NameDescriptionRequiredInternal Name
Module Options  no Module Options

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.9.1.4. JBossAS7 - Authentication (Jaspi - Profile) Service
Overview

Table 3.1801. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1802. 

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.1803. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.9.1.4.1. JBossAS7 - Login Module Stack (Profile) Service
Overview

Table 3.1804. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1805. 

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.1806. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.9.1.4.1.1. JBossAS7 - Module Options (Login Module Stack (Profile)) Service
Overview

Table 3.1807. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1808. 

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.1809. 

NameDescriptionRequiredInternal Name
Module Options  no Module Options

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.9.1.5. JBossAS7 - Authorization (Profile) Service
Overview

Table 3.1810. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1811. 

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.1812. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.9.1.5.1. JBossAS7 - Authorization Modules (Profile) Service
Overview

Table 3.1813. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1814. 

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.1815. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.9.1.5.1.1. JBossAS7 - Module Options (Authorization - Profile) Service
Overview

Table 3.1816. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1817. 

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.1818. 

NameDescriptionRequiredInternal Name
Module Options  no Module Options

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.9.1.6. JBossAS7 - Identity Trust (Profile) Service
Overview

Table 3.1819. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1820. 

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.1821. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.9.1.6.1. JBossAS7 - Identity Trust Modules (Profile) Service
Overview

Table 3.1822. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1823. 

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.1824. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
FlagThe flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional. yes flag

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.9.1.6.1.1. JBossAS7 - Module Options (Identity Trust - Profile) Service
Overview

Table 3.1825. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1826. 

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.1827. 

NameDescriptionRequiredInternal Name
Module Options  no Module Options

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.9.1.7. JBossAS7 - JSSE (Profile) Service
Overview

Table 3.1828. Overview

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

Table 3.1829. 

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.1830. 

NameDescriptionRequiredInternal Name
Cipher SuitesComma separated list of cipher suites to enable on SSLSockets. no cipher-suites
Client AliasPreferred alias to use when the KeyManager chooses the client alias. no client-alias
Client AuthBoolean attribute to indicate if client's certificates should also be authenticated on the server side. no client-auth
Key ManagerJSEE Key Manager factory no key-manager
KeystoreConfigures a JSSE key store no keystore
ProtocolsComma separated list of protocols to enable on SSLSockets. no protocols
Server AliasPreferred alias to use when the KeyManager chooses the server alias. no server-alias
Service Auth TokenToken to retrieve PrivateKeys from the KeyStore. no service-auth-token
Trust ManagerJSEE Trust Manager factory no trust-manager
TruststoreConfigures a JSSE trust store no truststore

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.9.1.8. JBossAS7 - Mapping (Profile) Service
Overview

Table 3.1831. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1832. 

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.1833. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
TypeType of mapping this module performs. Allowed values are principal, role, attribute or credential.. yes type

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.9.1.8.1. JBossAS7 - Mapping Modules (Profile) Service
Overview

Table 3.1834. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1835. 

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.1836. 

NameDescriptionRequiredInternal Name
CodeClass name of the module to be instantiated. yes code
TypeType of mapping this module performs. Allowed values are principal, role, attribute or credential.. yes type

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.9.1.8.1.1. JBossAS7 - Module Options (Mapping - Profile) Service
Overview

Table 3.1837. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1838. 

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.1839. 

NameDescriptionRequiredInternal Name
Module Options  no Module Options

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.9.2. JBossAS7 - Vault (Profile) Service
Overview

Table 3.1840. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1841. 

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.1842. 

NameDescriptionRequiredInternal Name
CodeFully Qualified Name of the Security Vault Implementation. no code

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10. JBossAS7 - Messaging (Profile) Service
Overview

Table 3.1843. Overview

Description:The messaging subsystems
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1844. 

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.2.5.10.1. JBossAS7 - HornetQ (Profile) Service
Overview

Table 3.1845. Overview

Description:The HornetQ based messaging subsystem
Singleton: no
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1846. 

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.1847. 

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
none
Package Types
none
3.3.2.5.10.1.1. JBossAS7 - JMS Queue (Profile) Service
Overview

Table 3.1848. Overview

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

Table 3.1849. 

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.1850. 

NameDescriptionRequiredInternal Name
DurableWhether the queue is durable or not. The default value is true. no durable
EntriesThe jndi names the queue will be bound to. yes entries
SelectorThe queue selector. no selector

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.2. JBossAS7 - JMS Topic (Profile) Service
Overview

Table 3.1851. Overview

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

Table 3.1852. 

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.1853. 

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

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.3. JBossAS7 - Connection Factory (Profile) Service
Overview

Table 3.1854. Overview

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

Table 3.1855. 

NameDescriptionRequiredInternal Name
Path  yes path
Include Runtime  yes includeRuntime

Note

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

Table 3.1856. 

NameDescriptionRequiredInternal Name
ConnectorDefines the connector to be used. This is mutually exclusive with discovery-group-name no connector:collapsed
JNDI NamesThe jndi names the connection factory should be bound to. yes entries
Auto GroupWhether or not message grouping is automatically used. The default value is false. no auto-group
Block On AcknowledgeTrue to set block on acknowledge. The default value is false. no block-on-acknowledge
Block On Durable SendTrue to set block on durable send. The default value is true. no block-on-durable-send
Block On Non Durable SendTrue to set block on non durable send. The default value is false. no block-on-non-durable-send
Cache Large Message ClientTrue to cache large messages. The default value is false. no cache-large-message-client
Call TimeoutThe call time out. The default value is 30000. no call-timeout
Client Failure Check PeriodThe client failure check period. The default value is 30000. no client-failure-check-period
Client IdThe client id. no client-id
Compress Large MessagesWhether large messages should be compressed. The default value is false. no compress-large-messages
Confirmation Window SizeThe confirmation window size. The default value is -1. no confirmation-window-size
Connection Load Balancing Policy Class NameName of a class implementing a client-side load balancing policy that a client can use to load balance sessions across different nodes in a cluster. The default value is org.hornetq.api.core.client.loadbalance.RoundRobinConnectionLoadBalancingPolicy. no connection-load-balancing-policy-class-name
Connection TtlThe connection ttl. The default value is 60000. no connection-ttl
Consumer Max RateThe consumer max rate. The default value is -1. no consumer-max-rate
Consumer Window SizeThe consumer window size. The default value is 1048576. no consumer-window-size
Discovery Group NameThe discovery group name. no discovery-group-name
Discovery Initial Wait TimeoutThe discovery initial wait time out. no discovery-initial-wait-timeout
Dups Ok Batch SizeThe dups ok batch size. The default value is 1048576. no dups-ok-batch-size
Factory TypeThe type of connection factory. no factory-type
Failover On Initial ConnectionTrue to fail over on initial connection. The default value is false. no failover-on-initial-connection
Failover On Server ShutdownTrue to fail over on server shutdown. no failover-on-server-shutdown
Group IdThe group id. no group-id
HaWhether the connection factory supports High Availability. The default value is false. yes ha
Max Retry IntervalThe max retry interval. The default value is 2000. no max-retry-interval
Min Large Message SizeThe min large message size. The default value is 102400. no min-large-message-size
Pre AcknowledgeTrue to pre-acknowledge. The default value is false. no pre-acknowledge
Producer Max RateThe producer max rate. The default value is -1. no producer-max-rate
Producer Window SizeThe producer window size. The default value is 65536. no producer-window-size
Reconnect AttemptsThe reconnect attempts. The default value is 0. no reconnect-attempts
Retry IntervalThe retry interval. The default value is 2000. no retry-interval
Retry Interval MultiplierThe retry interval multiplier. The default value is 1.0. no retry-interval-multiplier
Scheduled Thread Pool Max SizeThe scheduled thread pool max size. The default value is 5. no scheduled-thread-pool-max-size:expr
Thread Pool Max SizeThe thread pool max size. The default value is 30. no thread-pool-max-size:expr
Transaction Batch SizeThe transaction batch size. The default value is 1048576. no transaction-batch-size
Use Global PoolsTrue to use global pools. The default value is true. no use-global-pools

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.4. JBossAS7 - Pooled Connection Factory (Profile) Service
Overview

Table 3.1857. Overview

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

Table 3.1858. 

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.1859. 

NameDescriptionRequiredInternal Name
ConnectorDefines the connectors. These are stored in a map by connector name, with the backup connectors stored as the value, or an undefined value if there is no backup connector. no connector:collapsed
JNDI NamesThe jndi names the connection factory should be bound to. yes entries
Auto GroupThe autogroup. The default value is false. no auto-group
Block On AcknowledgeTrue to set block on acknowledge. The default value is false. no block-on-acknowledge
Block On Durable SendTrue to set block on durable send. The default value is true. no block-on-durable-send
Block On Non Durable SendTrue to set block on non durable send. The default value is false. no block-on-non-durable-send
Cache Large Message ClientTrue to cache large messages. The default value is false. no cache-large-message-client
Call TimeoutThe call time out. The default value is 30000. no call-timeout
Client Failure Check PeriodThe client failure check period. The default value is 30000. no client-failure-check-period
Client IdThe client id. no client-id
Confirmation Window SizeThe confirmation window size. The default value is -1. no confirmation-window-size
Connection Load Balancing Policy Class NameName of a class implementing a client-side load balancing policy that a client can use to load balance sessions across different nodes in a cluster. The default value is org.hornetq.api.core.client.loadbalance.RoundRobinConnectionLoadBalancingPolicy. no connection-load-balancing-policy-class-name
Connection TtlThe connection ttl. The default value is 60000. no connection-ttl
Consumer Max RateThe consumer max rate. The default value is -1. no consumer-max-rate
Consumer Window SizeThe consumer window size. The default value is 1048576. no consumer-window-size
Discovery Group NameThe discovery group name. no discovery-group-name
Discovery Initial Wait TimeoutThe discovery initial wait time out. no discovery-initial-wait-timeout
Dups Ok Batch SizeThe dups ok batch size. The default value is 1048576. no dups-ok-batch-size
Failover On Initial ConnectionTrue to fail over on initial connection. The default value is false. no failover-on-initial-connection
Failover On Server ShutdownTrue to fail over on server shutdown. no failover-on-server-shutdown
Group IdThe group id. no group-id
HaWhether the connection factory supports High Availability. The default value is false. no ha
Jndi ParamsThe JNDI params to use for locating the destination for incoming connections. no jndi-params
Max Pool SizeThe maximum size for the pool. The default value is -1. no max-pool-size:expr
Max Retry IntervalThe max retry interval. The default value is 2000. no max-retry-interval
Min Large Message SizeThe min large message size. The default value is 102400. no min-large-message-size
Min Pool SizeThe minimum size for the pool. The default value is -1. no min-pool-size:expr
PasswordThe default password to use with this connection factory. This is only needed when pointing the connection factory to a remote host. no password
Pre AcknowledgeTrue to pre-acknowledge. The default value is false. no pre-acknowledge
Producer Max RateThe producer max rate. The default value is -1. no producer-max-rate
Producer Window SizeThe producer window size. The default value is 65536. no producer-window-size
Reconnect AttemptsThe reconnect attempts. The default value is 0. no reconnect-attempts
Retry IntervalThe retry interval. The default value is 2000. no retry-interval
Retry Interval MultiplierThe retry interval multiplier. The default value is 1.0. no retry-interval-multiplier
Scheduled Thread Pool Max SizeThe scheduled thread pool max size. The default value is 5. no scheduled-thread-pool-max-size:expr
Setup AttemptsThe number of times to set up an MDB endpoint no setup-attempts
Setup IntervalThe interval between attempts at setting up an MDB endpoint. no setup-interval
Thread Pool Max SizeThe thread pool max size. The default value is 30. no thread-pool-max-size:expr
TransactionTODO. The default value is transaction. no transaction
Transaction Batch SizeThe transaction batch size. The default value is 1048576. no transaction-batch-size
Use Global PoolsTrue to use global pools. The default value is true. no use-global-pools
Use JndiUse JNDI to locate the destination for incoming connections no use-jndi
Use Local TxUse a local transaction for incoming sessions no use-local-tx
UserThe default username to use with this connection factory. This is only needed when pointing the connection factory to a remote host. no user

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.5. JBossAS7 - Security Setting (Profile) Service
Overview

Table 3.1860. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1861. 

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.2.5.10.1.5.1. JBossAS7 - Role (Profile) Service
Overview

Table 3.1862. Overview

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

Table 3.1863. 

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.1864. 

NameDescriptionRequiredInternal Name
Consumehis permission allows the user to consume a message from a queue bound to matching addresses. The default value is false. yes consume
Create Durable QueueThis permission allows the user to create a durable queue. The default value is false. yes create-durable-queue
Create Non Durable QueueThis permission allows the user to create a temporary queue. The default value is false. yes create-non-durable-queue
Delete Durable QueueThis permission allows the user to delete a durable queue. The default value is false. yes delete-durable-queue
Delete Non Durable QueueThis permission allows the user to delete a temporary queue. The default value is false. yes delete-non-durable-queue
ManageThis permission allows the user to invoke management operations by sending management messages to the management address. The default value is false. yes manage
SendThis permission allows the user to send a message to matching addresses. The default value is false. yes send

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.6. JBossAS7 - Address Setting (Profile) Service
Overview

Table 3.1865. Overview

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

Table 3.1866. 

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.1867. 

NameDescriptionRequiredInternal Name
Address Full PolicyDetermines what happens when an address where max-size-bytes is specified becomes full. (PAGE, DROP or BLOCK). The default value is PAGE. no address-full-policy
Dead Letter AddressThe dead letter address no dead-letter-address
Expiry AddressDefines where to send a message that has expired. no expiry-address
Last Value QueueDefines whether a queue only uses last values or not. The default value is false. no last-value-queue
Max Delivery AttemptsDefines how many time a cancelled message can be redelivered before sending to the dead-letter-address. The default value is 10. no max-delivery-attempts
Max Size BytesThe max bytes size. The default value is -1. no max-size-bytes
Message Counter History Day LimitDay limit for the message counter history. The default value is 0. no message-counter-history-day-limit
Page Max Cache SizeThe number of page files to keep in memory to optimize IO during paging navigation. The default value is 5. no page-max-cache-size
Page Size BytesThe paging size. The default value is 10485760. no page-size-bytes
Redelivery DelayDefines how long to wait before attempting redelivery of a cancelled message. The default value is 0. no redelivery-delay
Redistribution DelayDefines how long to wait when the last consumer is closed on a queue before redistributing any messages. The default value is -1. no redistribution-delay
Send To Dla On No RouteIf this parameter is set to true for that address, if the message is not routed to any queues it will instead be sent to the dead letter address (DLA) for that address, if it exists. The default value is false. no send-to-dla-on-no-route

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.7. JBossAS7 - Grouping Handler (Profile) Service
Overview

Table 3.1868. Overview

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

Table 3.1869. 

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.1870. 

NameDescriptionRequiredInternal Name
Grouping Handler AddressA reference to a cluster connection and the address it uses. yes grouping-handler-address
TimeoutHow long to wait for a handling decision to be made; an exception will be thrown during the send if this timeout is reached, ensuring that strict ordering is kept. The default value is 5000. no timeout
TypeWhether the handler is the single 'Local' handler for the cluster, which makes handling decisions, or a 'Remote' handler which converses with the local handler. no type

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.8. JBossAS7 - Acceptor (Profile) Service
Overview

Table 3.1871. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1872. 

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.1873. 

NameDescriptionRequiredInternal Name
Factory ClassThe factory class. yes factory-class
Socket BindingThe socket binding reference. no socket-binding

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.8.1. JBossAS7 - Param Service
Overview

Table 3.1874. Overview

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

Table 3.1875. 

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.1876. 

NameDescriptionRequiredInternal Name
ValueThe parameter value yes value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.9. JBossAS7 - Connector (HornetQ - Profile) Service
Overview

Table 3.1877. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1878. 

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.1879. 

NameDescriptionRequiredInternal Name
Factory ClassThe factory class. yes factory-class
Socket BindingThe socket binding reference. no socket-binding

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.9.1. JBossAS7 - Param Service
Overview

Table 3.1880. Overview

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

Table 3.1881. 

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.1882. 

NameDescriptionRequiredInternal Name
ValueThe parameter value yes value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.10. JBossAS7 - In VM Acceptor (Profile) Service
Overview

Table 3.1883. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1884. 

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.1885. 

NameDescriptionRequiredInternal Name
Server IdThe server id. yes server-id

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.10.1. JBossAS7 - Param Service
Overview

Table 3.1886. Overview

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

Table 3.1887. 

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.1888. 

NameDescriptionRequiredInternal Name
ValueThe parameter value yes value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.11. JBossAS7 - In VM Connector (Profile) Service
Overview

Table 3.1889. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1890. 

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.1891. 

NameDescriptionRequiredInternal Name
Server IdThe server id. yes server-id

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.11.1. JBossAS7 - Param Service
Overview

Table 3.1892. Overview

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

Table 3.1893. 

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.1894. 

NameDescriptionRequiredInternal Name
ValueThe parameter value yes value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.12. JBossAS7 - Remote Acceptor (Profile) Service
Overview

Table 3.1895. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1896. 

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.1897. 

NameDescriptionRequiredInternal Name
Socket BindingThe socket binding reference. no socket-binding

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.12.1. JBossAS7 - Param Service
Overview

Table 3.1898. Overview

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

Table 3.1899. 

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.1900. 

NameDescriptionRequiredInternal Name
ValueThe parameter value yes value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.13. JBossAS7 - Remote Connector (Profile) Service
Overview

Table 3.1901. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1902. 

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.1903. 

NameDescriptionRequiredInternal Name
Socket BindingThe socket binding reference. no socket-binding

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.13.1. JBossAS7 - Param Service
Overview

Table 3.1904. Overview

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

Table 3.1905. 

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.1906. 

NameDescriptionRequiredInternal Name
ValueThe parameter value yes value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.14. JBossAS7 - Divert (Profile) Service
Overview

Table 3.1907. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1908. 

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.1909. 

NameDescriptionRequiredInternal Name
Divert AddressAddress to divert from yes divert-address
ExclusiveWhether the divert is exclusive, meaning that the message is diverted to the new address, and does not go to the old address at all. The default value is false. no exclusive
FilterAn optional filter string. If specified then only messages which match the filter expression specified will be diverted. The filter string follows the HornetQ filter expression syntax described in the HornetQ documentation. no filter
Forwarding AddressAddress to divert to yes forwarding-address
Routing NameRouting name of the divert no routing-name
Transformer Class NameThe name of a class used to transform the message's body or properties before it is diverted. no transformer-class-name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.14.1. JBossAS7 - Module Option Service
Overview

Table 3.1910. Overview

Description:The module options to be used.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1911. 

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.1912. 

NameDescriptionRequiredInternal Name
Modules OptionsList of module options. no Modules Options

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.15. JBossAS7 - Queue (Profile) Service
Overview

Table 3.1913. Overview

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

Table 3.1914. 

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.1915. 

NameDescriptionRequiredInternal Name
DurableDefines whether the queue is durable. The default value is true. no durable
FilterA queue message filter definition. An undefined or empty filter will match all messages. no filter
Queue AddressThe queue address defines what address is used for routing messages. yes queue-address

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.16. JBossAS7 - Core Address (Profile) Service
Overview

Table 3.1916. Overview

Description:A runtime-only resource representing a HornetQ address. Zero or more queues can be bound to a single address. When a message is routed, it is routed to the set of queues bound to the message's address.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1917. 

NameDescriptionRequiredInternal Name
Path  yes path
Include Runtime  yes includeRuntime

Note

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

Table 3.1918. 

NameDescriptionRequiredInternal Name
Binding NamesThe names of all bindings (both queues and diverts) bound to this address. yes binding-names
Number Of Bytes Per PageThe number of bytes used by each page for this address. yes number-of-bytes-per-page
Number Of PagesThe number of pages used by this address. yes number-of-pages
Queue NamesThe names of the queues associated with the address. yes queue-names
RolesA list of the security roles (name and permissions) associated with the address. yes roles

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.17. JBossAS7 - Cluster Connection (Profile) Service
Overview

Table 3.1919. Overview

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

Table 3.1920. 

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.1921. 

NameDescriptionRequiredInternal Name
Call TimeoutThe timeout (in ms) for remote calls made by the cluster connection. The default value is 30000. no call-timeout
Check PeriodThe period (in milliseconds) between client failure check. The default value is 30000. no check-period
Cluster Connection AddressEach cluster connection only applies to messages sent to an address that starts with this value. yes cluster-connection-address
Confirmation Window SizeThe confirmation-window-size to use for the connection used to forward messages to a target node. The default value is 1048576. no confirmation-window-size
Connection TtlThe maximum time (in milliseconds) for which the connections used by the cluster connections are considered alive (in the absence of heartbeat). The default value is 60000. no connection-ttl
Connector RefThe confirmation-window-size to use for the connection used to forward messages to a target node. yes connector-ref
Discovery Group NameThe discovery group used to obtain the list of other servers in the cluster to which this cluster connection will make connections. Must be undefined (null) if 'static-connectors' is defined. no discovery-group-name
Forward When No ConsumersWhether messages will be distributed round robin between other nodes of the cluster irrespective of whether there are matching or indeed any consumers on other nodes. If this is set to false (the default) then HornetQ will only forward messages to other nodes of the cluster if the address to which they are being forwarded has queues which have consumers, and if those consumers have message filters (selectors) at least one of those selectors must match the message. The default value is false. no forward-when-no-consumers
Max HopsThe maximum number of times a message can be forwarded. HornetQ can be configured to also load balance messages to nodes which might be connected to it only indirectly with other HornetQ servers as intermediates in a chain. The default value is 1. no max-hops
Max Retry IntervalThe maximum interval of time used to retry connections. The default value is 2000. no max-retry-interval
Min Large Message SizeThe minimum size (in bytes) for a message before it is considered as a large message. The default value is 102400. no min-large-message-size
Reconnect AttemptsThe total number of reconnect attempts the bridge will make before giving up and shutting down. A value of -1 signifies an unlimited number of attempts. The default value is -1. no reconnect-attempts
Retry IntervalThe period in milliseconds between subsequent reconnection attempts, if the connection to the target server has failed. The default value is 500. no retry-interval
Retry Interval MultiplierA multiplier to apply to the time since the last retry to compute the time to the next retry. This allows you to implement an exponential backoff between retry attempts. The default value is 1.0. no retry-interval-multiplier
Static ConnectorsThe statically defined list of connectors to which this cluster connection will make connections. Must be undefined (null) if 'discovery-group-name' is defined. no static-connectors:nullable
Use Duplicate DetectionWhether the bridge will automatically insert a duplicate id property into each message that it forwards. The default value is true. no use-duplicate-detection

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.18. JBossAS7 - Broadcast Group (Profile) Service
Overview

Table 3.1922. Overview

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

Table 3.1923. 

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.1924. 

NameDescriptionRequiredInternal Name
Broadcast PeriodThe period in milliseconds between consecutive broadcasts. The default value is 2000. no broadcast-period
ConnectorsSpecifies the names of connectors that will be broadcast. no connectors
Socket BindingThe broadcast group socket binding. yes socket-binding

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.19. JBossAS7 - Path (Profile) Service
Overview

Table 3.1925. Overview

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

Table 3.1926. 

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.1927. 

NameDescriptionRequiredInternal Name
PathThe actual filesystem path. Treated as an absolute path, unless the 'relative-to' attribute is specified, in which case the value is treated as relative to that path.
If treated as an absolute path, the actual runtime pathname specified by the value of this attribute will be determined as follows:
If this value is already absolute, then the value is directly used. Otherwise the runtime pathname is resolved in a system-dependent way. On UNIX systems, a relative pathname is made absolute by resolving it against the current user directory. On Microsoft Windows systems, a relative pathname is made absolute by resolving it against the current directory of the drive named by the pathname, if any; if not, it is resolved against the current user directory.
yes path
Relative ToThe name of another previously named path, or of one of the standard paths provided by the system. If 'relative-to' is provided, the value of the 'path' attribute is treated as relative to the path specified by this attribute. The standard paths provided by the system include:
  • jboss.home - the root directory of the JBoss AS distribution
  • user.home - user's home directory
  • user.dir - user's current working directory
  • java.home - java installation directory
  • jboss.server.base.dir - root directory for an individual server instance
  • jboss.server.data.dir - directory the server will use for persistent data file storage
  • jboss.server.log.dir - directory the server will use for log file storage
  • jboss.server.tmp.dir - directory the server will use for temporary file storage
  • jboss.domain.servers.dir - directory under which a host controller will create the working area for individual server instances
no relative-to
Path TypePath Type yes __name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.20. JBossAS7 - Bridge (Profile) Service
Overview

Table 3.1928. Overview

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

Table 3.1929. 

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.1930. 

NameDescriptionRequiredInternal Name
Check PeriodThe period (in milliseconds) between client failure check. The default value is 30000. no check-period
Confirmation Window SizeThe confirmation-window-size to use for the connection used to forward messages to the target node. The default value is 1048576. no confirmation-window-size
Connection TtlThe maximum time (in milliseconds) for which the connections used by the bridges are considered alive (in the absence of heartbeat). The default value is 60000. no connection-ttl
Discovery Group NameThe name of the discovery group used by this bridge. Must be undefined (null) if 'static-connectors' is defined. no discovery-group-name
Failover On Server ShutdownWhether the bridge will attempt to failover onto a backup server (if specified) when the target server is cleanly shutdown rather than crashed. no failover-on-server-shutdown
FilterAn optional filter string. If specified then only messages which match the filter expression specified will be forwarded. The filter string follows the HornetQ filter expression syntax described in the HornetQ documentation. no filter
Forwarding AddressThe address on the target server that the message will be forwarded to. If a forwarding address is not specified then the original destination of the message will be retained. no forwarding-address
HaWhether or not this bridge should support high availability. True means it will connect to any available server in a cluster and support failover. The default value is false. no ha
Max Retry IntervalThe maximum interval of time used to retry connections. The default value is 2000. no max-retry-interval
Min Large Message SizeThe minimum size (in bytes) for a message before it is considered as a large message. The default value is 102400. no min-large-message-size
PasswordThe password to use when creating the bridge connection to the remote server. If it is not specified the default cluster password specified by the cluster-password attribute in the root messaging subsystem resource will be used. The default value is CHANGE ME!!. no password
Queue NameThe unique name of the local queue that the bridge consumes from. yes queue-name
Reconnect AttemptsThe total number of reconnect attempts the bridge will make before giving up and shutting down. A value of -1 signifies an unlimited number of attempts. The default value is -1. no reconnect-attempts
Retry IntervalThe period in milliseconds between subsequent reconnection attempts, if the connection to the target server has failed. The default value is 2000. no retry-interval
Retry Interval MultiplierA multiplier to apply to the time since the last retry to compute the time to the next retry. This allows you to implement an exponential backoff between retry attempts. The default value is 1.0. no retry-interval-multiplier
Static ConnectorsA list of names of statically defined connectors used by this bridge. Must be undefined (null) if 'discovery-group-name' is defined. no static-connectors:nullable
Transformer Class NameThe name of a user-defined class which implements the org.hornetq.core.server.cluster.Transformer interface. no transformer-class-name
Use Duplicate DetectionWhether the bridge will automatically insert a duplicate id property into each message that it forwards. The default value is true. no use-duplicate-detection
UserThe user name to use when creating the bridge connection to the remote server. If it is not specified the default cluster user specified by the cluster-user attribute in the root messaging subsystem resource will be used. The default value is HORNETQ.CLUSTER.ADMIN.USER. no user

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.21. JBossAS7 - Discovery Group (Profile) Service
Overview

Table 3.1931. Overview

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

Table 3.1932. 

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.1933. 

NameDescriptionRequiredInternal Name
Initial Wait TimeoutPeriod, in ms, to wait for an initial broadcast to give us at least one node in the cluster. The default value is 10000. no initial-wait-timeout
Refresh TimeoutPeriod the discovery group waits after receiving the last broadcast from a particular server before removing that server's connector pair entry from its list. The default value is 10000. no refresh-timeout
Socket BindingThe discovery group socket binding. yes socket-binding

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.22. JBossAS7 - Connector Service (Profile) Service
Overview

Table 3.1934. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1935. 

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.1936. 

NameDescriptionRequiredInternal Name
Factory ClassClass name of the factory class that can instantiate the connector service. yes factory-class

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.10.1.22.1. JBossAS7 - Param Service
Overview

Table 3.1937. Overview

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

Table 3.1938. 

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.1939. 

NameDescriptionRequiredInternal Name
ValueThe parameter value yes value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.11. JBossAS7 - Datasources (Profile) Service
Overview

Table 3.1940. Overview

Description:Datasources subsystem for profile.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1941. 

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.2.5.11.1. JBossAS7 - DataSource (Profile) Service
Overview

Table 3.1942. Overview

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

Table 3.1943. 

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.1944. 

NameDescriptionRequiredInternal Name
Connection Property  no *1
Connection UrlThe JDBC driver connection URL yes connection-url
Driver NameName of the (existing) JDBC driver to use yes driver-name
Driver ClassThe fully qualified name of the JDBC driver class no driver-class
Jndi NameSpecifies the JNDI name for the datasource yes jndi-name
DriverDefines the JDBC driver the datasource should use with this format: driver-name>#major-version.minor-version where driver-name is the fully qualified name of the JDBC driver class no driver
User NameSpecify the username used when creating a new connection. no user-name
PasswordSpecify the password used when creating a new connection. no password
New Connection SqlSpecifies an SQL statement to execute whenever a connection is added to the connection pool. no new-connection-sql
Url DelimiterSpecifies the delimiter 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 Java ContextSetting this to false will bind the DataSource into global JNDI; no use-java-context
EnabledSpecifies if the datasource should be enabled no enabled
JtaEnable JTA integration no jta
Max Pool SizeThe max-pool-size element indicates the maximum number of connections for a pool. No more connections will be created in each sub-pool. Existing value cannot be unset. no max-pool-size
Min Pool SizeThe min-pool-size element indicates the minimum number of connections a pool should hold. These are not created until a Subject is known from a request for a connection. Existing value cannot be unset. no min-pool-size
Pool PrefillWhether to attempt to prefill the connection pool. Changing this value require a server restart. Existing value cannot be unset. no pool-prefill
Pool Use Strict MinDefine if the min-pool-size should be considered a strictly. Existing value cannot be unset. no pool-use-strict-min
Security DomainIndicates Subject (from security domain) are used to distinguish connections in the pool. The content of the security-domain is the name of the JAAS security manager that will handleauthentication. This name correlates to the JAAS login-config.xml descriptor application-policy/name attribute. no security-domain
Reauth Plugin Class Namere-authentication plugin implementation provided for specific purpose (i.e vendor) no reauth-plugin-class-name
Flush StrategySpecifies how the pool should be flush in case of an error. no flush-strategy
Allow Multiple UsersSpecifies if multiple users will access the datasource through the getConnection(user, password) method and hence if the internal pool type should account for that no allow-multiple-users
Prepared Statements Cache SizeThe number of prepared statements per connection in an LRU cache no prepared-statements-cache-size
Share Prepared StatementsWhether to share prepare statements, i.e. whether asking for same statement twice without closing uses the same underlying prepared statement no share-prepared-statements
Track StatementsWhether to check for unclosed statements when a connection is returned to the pool and result sets are closed when a statement is closed/return to the prepared statement cache. valid values are: false - do not track statements and results true - track statements and result sets and warn when they are not closed nowarn - track statements but do no warn about them being unclosed no track-statements
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 MillisIndicates the time in milliseconds to wait between retrying to allocate a connection. no allocation-retry-wait-millis
Blocking Timeout Wait MillisThe blocking-timeout-millis element indicates the maximum time in milliseconds to block while waiting for a connection before throwing an exception. Note that this blocks only while waiting for a permit for a connection, and will never throw an exception if creating a new connection takes an inordinately long time. Existing value cannot be unset. no blocking-timeout-wait-millis
Idle Timeout MinutesThe idle-timeout-minutes elements indicates 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 1/2 the smallest idle-timeout-minutes of any pool. Changing this value require a server restart. Existing value cannot be unset. no idle-timeout-minutes
Query TimeoutAny configured query timeout in seconds The default is no timeout no query-timeout
Use Try LockAny configured timeout for internal locks on the resource adapter objects in seconds no use-try-lock
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. no set-tx-query-timeout
Transaction IsolationSet java.sql.Connection transaction isolation level to use. The constants defined by transaction-isolation-values are the possible transaction isolation levels. no transaction-isolation
Check Valid Connection SqlSpecify an SQL statement to check validity of a pool connection. This may be called when managed connection is taken from pool for use. no check-valid-connection-sql
Exception Sorter Class NameAn org.jboss.jca.adapters.jdbc.ExceptionSorter that provides a boolean isExceptionFatal(SQLException e) method to validate is an exception should be broadcast to all javax.resource.spi.ConnectionEventListener as a connectionErrorOccurred no exception-sorter-class-name
Stale Connection Checker Class NameAn org.jboss.jca.adapters.jdbc.StaleConnectionChecker that provides a boolean isStaleConnection(SQLException e) method which if it it returns true will wrap the exception in an org.jboss.jca.adapters.jdbc.StaleConnectionException no stale-connection-checker-class-name
Valid Connection Checker Class NameAn org.jboss.jca.adapters.jdbc.ValidConnectionChecker that provides a SQLException isValidConnection(Connection e) method to validate is a connection is valid. An exception means the connection is destroyed. This overrides the check-valid-connection-sql when present. no valid-connection-checker-class-name
Background Validation MillisThe background-validation-millis element specifies the amount of time, in milliseconds, that background validation will run. Changing this value require a server restart. Existing value cannot be unset. no background-validation-millis
Background ValidationAn element to specify that connections should be validated on a background thread versus being validated prior to use. Changing this value require a server restart. Existing value cannot be unset. no background-validation
Use Fast FailWhether fail a connection allocation on the first connection if it is invalid (true) or keep trying until the pool is exhausted of all potential connections (false) no use-fast-fail
Validate On MatchThe validate-on-match element indicates whether or not connection level validation should be done when a connection factory attempts to match a managed connection for a given set. This is typically exclusive to the use of background validation no validate-on-match
Spywhatever spy or not the jdbc connection no spy
Use CcmEnable the use of a cached connection manager no use-ccm

Note

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

Table 3.1945. Metrics

NameDescription
EnableEnables the data-source
DisableDisables the data-source
Package Types
none
3.3.2.5.11.2. JBossAS7 - XADataSource (Profile) Service
Overview

Table 3.1946. Overview

Description:An XA data source
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1947. 

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.1948. 

NameDescriptionRequiredInternal Name
Properties  yes *2
Xa Datasource ClassThe fully qualified name of the javax.sql.XADataSource implementation yes xa-datasource-class
Jndi NameSpecifies the JNDI name for the datasource yes jndi-name
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 yes driver-name
User NameSpecify the username used when creating a new connection. no user-name
PasswordSpecify the password used when creating a new connection. no password
New Connection SqlSpecifies an SQL statement to execute whenever a connection is added to the connection pool. no new-connection-sql
Url DelimiterSpecifies the delimiter 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 Java ContextSetting this to false will bind the DataSource into global JNDI; no use-java-context
EnabledSpecifies if the datasource should be enabled no enabled
Max Pool SizeThe max-pool-size element indicates the maximum number of connections for a pool. No more connections will be created in each sub-pool. Existing value cannot be unset. no max-pool-size
Min Pool SizeThe min-pool-size element indicates the minimum number of connections a pool should hold. These are not created until a Subject is known from a request for a connection. Existing value cannot be unset. no min-pool-size
Pool PrefillWhether to attempt to prefill the connection pool. Changing this value require a server restart. Existing value cannot be unset. no pool-prefill
Pool Use Strict MinDefine if the min-pool-size should be considered a strictly. Existing value cannot be unset. no pool-use-strict-min
InterleavingAn element to enable interleaving for XA connection factories no interleaving
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 context no no-tx-separate-pool
Pad XidShould the Xid be padded no pad-xid
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
Wrap Xa DatasourceShould the XAResource instances be wrapped in a org.jboss.tm.XAResourceWrapper instance no wrap-xa-datasource
Security DomainIndicates Subject (from security domain) are used to distinguish connections in the pool. The content of the security-domain is the name of the JAAS security manager that will handleauthentication. This name correlates to the JAAS login-config.xml descriptor application-policy/name attribute. no security-domain
Recovery Plugin Class Namerecovery plugin implementation provided for specific purpose (i.e vendor) no recovery-plugin-class-name
Reauth Plugin Class Namere-authentication plugin implementation provided for specific purpose (i.e vendor) no reauth-plugin-class-name
Flush StrategySpecifies how the pool should be flush in case of an error. no flush-strategy
Prepared Statements Cache SizeThe number of prepared statements per connection in an LRU cache no prepared-statements-cache-size
Share Prepared StatementsWhether to share prepare statements, i.e. whether asking for same statement twice without closing uses the same underlying prepared statement no share-prepared-statements
Track StatementsWhether to check for unclosed statements when a connection is returned to the pool and result sets are closed when a statement is closed/return to the prepared statement cache. valid values are: false - do not track statements and results true - track statements and result sets and warn when they are not closed nowarn - track statements but do no warn about them being unclosed no track-statements
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 Millishe allocation retry wait millis element indicates the time in milliseconds to wait between retrying to allocate a connection. no allocation-retry-wait-millis
Blocking Timeout Wait MillisThe blocking-timeout-millis element indicates the maximum time in milliseconds to block while waiting for a connection before throwing an exception. Note that this blocks only while waiting for a permit for a connection, and will never throw an exception if creating a new connection takes an inordinately long time. Existing value cannot be unset. no blocking-timeout-wait-millis
Idle Timeout MinutesThe idle-timeout-minutes elements indicates 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 1/2 the smallest idle-timeout-minutes of any pool. Changing this value require a server restart. Existing value cannot be unset. no idle-timeout-minutes
Query TimeoutAny configured query timeout in seconds The default is no timeout no query-timeout
Use Try LockAny configured timeout for internal locks on the resource adapter objects in seconds no use-try-lock
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. no set-tx-query-timeout
Transaction IsolationSet java.sql.Connection transaction isolation level to use. The constants defined by transaction-isolation-values are the possible transaction isolation levels. no transaction-isolation
Check Valid Connection SqlSpecify an SQL statement to check validity of a pool connection. This may be called when managed connection is taken from pool for use. no check-valid-connection-sql
Exception Sorter Class NameAn org.jboss.jca.adapters.jdbc.ExceptionSorter that provides a boolean isExceptionFatal(SQLException e) method to validate is an exception should be broadcast to all javax.resource.spi.ConnectionEventListener as a connectionErrorOccurred no exception-sorter-class-name
Stale Connection Checker Class NameAn org.jboss.jca.adapters.jdbc.StaleConnectionChecker that provides a boolean isStaleConnection(SQLException e) method which if it it returns true will wrap the exception in an org.jboss.jca.adapters.jdbc.StaleConnectionException no stale-connection-checker-class-name
Valid Connection Checker Class NameAn org.jboss.jca.adapters.jdbc.ValidConnectionChecker that provides a SQLException isValidConnection(Connection e) method to validate is a connection is valid. An exception means the connection is destroyed. This overrides the check-valid-connection-sql when present. no valid-connection-checker-class-name
Background Validation MillisThe background-validation-millis element specifies the amount of time, in milliseconds, that background validation will run. Changing this value require a server restart. Existing value cannot be unset. no background-validation-millis
Background ValidationAn element to specify that connections should be validated on a background thread versus being validated prior to use. Changing this value require a server restart. Existing value cannot be unset. no background-validation
Use Fast FailWhether fail a connection allocation on the first connection if it is invalid (true) or keep trying until the pool is exhausted of all potential connections (false) no use-fast-fail
Validate On MatchThe validate-on-match element indicates whether or not connection level validation should be done when a connection factory attempts to match a managed connection for a given set. This is typically exclusive to the use of background validation no validate-on-match
Xa Resource TimeoutPassed to XAResource.setTransactionTimeout() Default is zero which does not invoke the setter. In seconds no xa-resource-timeout
Spywhatever spy or not the jdbc connection no spy
Use CcmEnable the use of a cached connection manager no use-ccm
Recovery Usernameusername used to try connection recovery no recovery-username
Recovery Passwordpassword used to try connection recovery no recovery-password
Recovery Security Domainsecurity-domain used to try connection recovery no recovery-security-domain
No Recoveryif true no recovery are tried for this connection pool no no-recovery

Note

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

Table 3.1949. Metrics

NameDescription
EnableEnables the data-source
DisableDisables the data-source
Package Types
none
3.3.2.5.12. JBossAS7 - Logging Service
Overview

Table 3.1950. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1951. 

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.1952. 

NameDescriptionRequiredInternal Name
LevelThe log level specifying which message levels will be logged by this. Message levels lower than this value will be discarded. no level
HandlersThe Handlers associated with this Logger. yes handlers

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.12.1. JBossAS7 - Async Handler Service
Overview

Table 3.1953. Overview

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

Table 3.1954. 

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.1955. 

NameDescriptionRequiredInternal Name
FormatterDefines a formatter. The default value is %d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n. no formatter
LevelThe log level specifying which message levels will be logged by this. Message levels lower than this value will be discarded. no level
Overflow ActionSpecify what action to take when the overflowing. The valid options are 'block' and 'discard'. The default value is BLOCK. yes overflow-action
Queue LengthThe queue length to use before flushing writing yes queue-length
SubhandlersThe Handlers associated with this async handler. no subhandlers

Note

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

Table 3.1956. Metrics

NameDescription
Assign SubhandlerAssign a subhandler to the ASYNC handler.
DisableDisable a logging handler.
EnableEnable a logging handler.
Unassign SubhandlerUnassign a subhandler from the ASYNC handler.
Package Types
none
3.3.2.5.12.2. JBossAS7 - Console Handler Service
Overview

Table 3.1957. Overview

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

Table 3.1958. 

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.1959. 

NameDescriptionRequiredInternal Name
AutoflushAutomatically flush after each write. The default value is true. no autoflush
EncodingThe character encoding used by this Handler. no encoding
FormatterDefines a formatter. The default value is %d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n. no formatter
LevelThe log level specifying which message levels will be logged by this. Message levels lower than this value will be discarded. no level
TargetDefines the target of the console handler. The value can either be SYSTEM_OUT or SYSTEM_ERR. The default value is System.out. no target

Note

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

Table 3.1960. Metrics

NameDescription
DisableDisable a logging handler.
EnableEnable a logging handler.
Package Types
none
3.3.2.5.12.3. JBossAS7 - Custom Handler Service
Overview

Table 3.1961. Overview

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

Table 3.1962. 

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.1963. 

NameDescriptionRequiredInternal Name
ClassThe logging handler class to be used. yes class
EncodingThe character encoding used by this Handler. no encoding
FormatterDefines a formatter. The default value is %d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n. no formatter
LevelThe log level specifying which message levels will be logged by this. Message levels lower than this value will be discarded. no level
ModuleThe module that the logging handler depends on. yes module
Properties  yes properties

Note

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

Table 3.1964. Metrics

NameDescription
DisableDisable a logging handler.
EnableEnable a logging handler.
Package Types
none
3.3.2.5.12.4. JBossAS7 - File Handler Service
Overview

Table 3.1965. Overview

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

Table 3.1966. 

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.1967. 

NameDescriptionRequiredInternal Name
AppendSpecify whether to append to the target file. The default value is true. no append
AutoflushAutomatically flush after each write. The default value is true. no autoflush
EncodingThe character encoding used by this Handler. no encoding
FileThe file description consisting of the path and optional relative to path. no file
FormatterDefines a formatter. The default value is %d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n. no formatter
LevelThe log level specifying which message levels will be logged by this. Message levels lower than this value will be discarded. no level

Note

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

Table 3.1968. Metrics

NameDescription
DisableDisable a logging handler.
EnableEnable a logging handler.
Package Types
none
3.3.2.5.12.5. JBossAS7 - Logger Service
Overview

Table 3.1969. Overview

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

Table 3.1970. 

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.1971. 

NameDescriptionRequiredInternal Name
HandlersThe Handlers associated with this Logger. no handlers
LevelThe log level specifying which message levels will be logged by this. Message levels lower than this value will be discarded. no level
Use Parent HandlersSpecifies whether or not this logger should send its output to it's parent Logger. The default value is true. no use-parent-handlers

Note

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

Table 3.1972. Metrics

NameDescription
Change Log LevelChange the logging level for a logger category.
Package Types
none
3.3.2.5.12.6. JBossAS7 - Periodic Rotating File Handler Service
Overview

Table 3.1973. Overview

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

Table 3.1974. 

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.1975. 

NameDescriptionRequiredInternal Name
AppendSpecify whether to append to the target file. The default value is true. no append
AutoflushAutomatically flush after each write. The default value is true. no autoflush
EncodingThe character encoding used by this Handler. no encoding
FileThe file description consisting of the path and optional relative to path. no file
FormatterDefines a formatter. The default value is %d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n. no formatter
LevelThe log level specifying which message levels will be logged by this. Message levels lower than this value will be discarded. no level
SuffixSet the suffix string. The string is in a format which can be understood by java.text.SimpleDateFormat. The period of the rotation is automatically calculated based on the suffix. yes suffix

Note

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

Table 3.1976. Metrics

NameDescription
DisableDisable a logging handler.
EnableEnable a logging handler.
Package Types
none
3.3.2.5.12.7. JBossAS7 - Size Rotating File Handler Service
Overview

Table 3.1977. Overview

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

Table 3.1978. 

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.1979. 

NameDescriptionRequiredInternal Name
AppendSpecify whether to append to the target file. The default value is true. no append
AutoflushAutomatically flush after each write. The default value is true. no autoflush
EncodingThe character encoding used by this Handler. no encoding
FileThe file description consisting of the path and optional relative to path. no file
FormatterDefines a formatter. The default value is %d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n. no formatter
LevelThe log level specifying which message levels will be logged by this. Message levels lower than this value will be discarded. no level
Max Backup IndexThe maximum number of backups to keep. The default value is 1. yes max-backup-index
Rotate SizeThe size at which to rotate the log file. The default value is 2m. yes rotate-size

Note

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

Table 3.1980. Metrics

NameDescription
DisableDisable a logging handler.
EnableEnable a logging handler.
Package Types
none
3.3.2.5.13. JBossAS7 - Webservices Service
Overview

Table 3.1981. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.1982. 

NameDescriptionRequiredInternal Name
Path  yes path
Managed Runtime  yes managedRuntime

Note

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

Table 3.1983. 

NameDescriptionRequiredInternal Name
Modify Wsdl AddressWhether the soap address can be modified. no modify-wsdl-address
Wsdl HostThe WSDL, that is a required deployment artifact for an endpoint, has a <soap:address> element which points to the location of the endpoint. JBoss supports rewriting of that SOAP address. If the content of <soap:address> is a valid URL, JBossWS will not rewrite it unless 'modify-wsdl-address' is true. If the content of <soap:address> is not a valid URL, JBossWS will rewrite it using the attribute values given below. If 'wsdl-host' is set to 'jbossws.undefined.host', JBossWS uses requesters host when rewriting the <soap:address> no wsdl-host
Wsdl PortThe non-secure port that will be used for rewriting the SOAP address. If absent the port will be identified by querying the list of installed connectors. no wsdl-port
Wsdl Secure PortThe secure port that will be used for rewriting the SOAP address. If absent the port will be identified by querying the list of installed connectors. no wsdl-secure-port

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.13.1. JBossAS7 - Endpoint Service
Overview

Table 3.1984. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1985. 

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.2.5.13.1.1. JBossAS7 - Post Handler Chain Service
Overview

Table 3.1986. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1987. 

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.1988. 

NameDescriptionRequiredInternal Name
Protocol BindingsProtocol binding no protocol-bindings

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.13.1.1.1. JBossAS7 - Post Handler Service
Overview

Table 3.1989. Overview

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

Table 3.1990. 

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.1991. 

NameDescriptionRequiredInternal Name
ClassHandler class yes class

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.13.1.2. JBossAS7 - Pre Handler Chain Service
Overview

Table 3.1992. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.1993. 

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.1994. 

NameDescriptionRequiredInternal Name
Protocol BindingsProtocol binding no protocol-bindings

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.13.1.2.1. JBossAS7 - Pre Handler Service
Overview

Table 3.1995. Overview

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

Table 3.1996. 

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.1997. 

NameDescriptionRequiredInternal Name
ClassHandler class yes class

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.13.1.3. JBossAS7 - Property Service
Overview

Table 3.1998. Overview

Description:A property
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.1999. 

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.2000. 

NameDescriptionRequiredInternal Name
ValueThe property value. no value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.14. JBossAS7 - Transactions Subsystem (Profile) Service
Overview

Table 3.2001. Overview

Description:The transactions subsystem.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.2002. 

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.2003. 

NameDescriptionRequiredInternal Name
Relative ToReferences a global path configuration in the domain model, defaulting to the JBoss Application Server data directory (jboss.server.data.dir). The value of the 'path' attribute will treated as relative to this path. Use an empty string to disable the default behavior and force the value of the 'path' attribute to be treated as an absolute path. The default value is jboss.server.data.dir. no relative-to
Process Id UuidIndicates whether the transaction manager should use a UUID based process id. no process-id-uuid
Socket BindingUsed to reference the correct socket binding to use for the recovery environment. no socket-binding
JtsIf true this enables the Java Transaction Service. The default value is false. no jts
Object Store PathDenotes a relative or absolute filesystem path denoting where the transaction manager object store should store data. By default the value is treated as relative to the path denoted by the 'relative-to' attribute. The default value is tx-object-store. no object-store-path
PathDenotes a relative or absolute filesystem path denoting where the transaction manager core should store data. By default the value is treated as relative to the path denoted by the 'relative-to' attribute. The default value is var. no path
Process Id Socket BindingThe name of the socket binding configuration to use if the transaction manager should use a socket-based process id. Will be 'undefined' if 'process-id-uuid' is 'true'; otherwise must be set. no process-id-socket-binding
Default TimeoutThe default timeout. The default value is 300. no default-timeout
Process Id Socket Max PortsThe maximum number of ports to search for an open port if the transaction manager should use a socket-based process id. If the port specified by the socket binding referenced in 'process-id-socket-binding' is occupied, the next higher port will be tried until an open port is found or the number of ports specified by this attribute have been tried. Will be 'undefined' if 'process-id-uuid' is 'true'. The default value is 10. no process-id-socket-max-ports
Recovery ListenerUsed to specify if the recovery system should listen on a network socket or not. The default value is false. no recovery-listener
Status Socket BindingUsed to reference the correct socket binding to use for the transaction status manager. no status-socket-binding
Node IdentifierUsed to set the node identifier on the core environment. The default value is 1. no node-identifier
Enable Tsm StatusWhether the transaction status manager (TSM) service, needed for out of process recovery, should be provided or not. The default value is false. no enable-tsm-status
Object Store Relative ToReferences a global path configuration in the domain model, defaulting to the JBoss Application Server data directory (jboss.server.data.dir). The value of the 'path' attribute will treated as relative to this path. Use an empty string to disable the default behavior and force the value of the 'path' attribute to be treated as an absolute path. The default value is jboss.server.data.dir. no object-store-relative-to
Enable StatisticsWhether statistics should be enabled. The default value is false. no enable-statistics

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.14.1. JBossAS7 - Log Store (Profile) Service
Overview

Table 3.2004. Overview

Description:Representation of the transaction logging storage mechanism.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.2005. 

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.2006. 

NameDescriptionRequiredInternal Name
TypeSpecifies the implementation type of the logging store. no type

Note

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

Table 3.2007. Metrics

NameDescription
ProbeScan for new transaction logs. This operation will creates a child for each pending transaction.
Package Types
none
3.3.2.5.15. JBossAS7 - JacORB Service
Overview

Table 3.2008. Overview

Description:JacORB subsystem configuration
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.2009. 

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.2010. 

NameDescriptionRequiredInternal Name
Add Component Via InterceptorIndicates whether SSL components should be added by an IOR interceptor (on) or not (off). The default value is on. no add-component-via-interceptor
Cache Poa NamesIndicates whether POA names should be cached (on) or not (off). The default value is off. no cache-poa-names
Cache TypecodesIndicates whether typecodes should be cached (on) or not (off). The default value is off. no cache-typecodes
Chunk Custom Rmi ValuetypesIndicates whether custom RMI valuetypes should be encoded as chunks (on) or not (off). The default value is on. no chunk-custom-rmi-valuetypes
Client RequiresValue that indicates the client SSL required parameters (None, ServerAuth, ClientAuth, MutualAuth). The default value is None. no client-requires
Client SupportsValue that indicates the client SSL supported parameters (None, ServerAuth, ClientAuth, MutualAuth). The default value is MutualAuth. no client-supports
Client TimeoutThe client-side connection timeout value in milliseconds. A value of zero indicates that the connection never times out. The default value is 0. no client-timeout
CometIndicates whether interoperability with Comet's ORB is enabled (on) or not (off). The default value is off. no comet
Export CorbalocIndicates whether the root context should be exported as corbaloc::address:port/NameService (on) or not (off). The default value is on. no export-corbaloc
Giop Minor VersionThe GIOP minor version to be used. The default value is 2. no giop-minor-version
Indirection Encoding DisableIndicates whether indirection encoding for repeated typecodes should be disabled (on) or not (off). The default value is off. no indirection-encoding-disable
IonaIndicates whether interoperability with IONA's ASP is enabled (on) or not (off). The default value is off. no iona
Lax Boolean EncodingIndicates whether any non-zero CDR encoded boolean value should be interpreted as true (on) or not (off). The default value is off. no lax-boolean-encoding
Max Managed Buf SizeThe log2 of maximum size managed by the internal buffer manager. The default value is 24. no max-managed-buf-size
Max Server ConnectionsThe maximum number of connections accepted by the server. The default value is 2147483647. no max-server-connections
Max ThreadsThe maximum number of active request processor threads. Threads are first obtained from the pool and once the pool is exhausted new threads are created until the number of threads reaches this limit. New requests will wait until an active thread finishes its job. The default value is 32. no max-threads
MonitoringIndicates whether the monitoring GUI should be displayed (on) or not (off). The default value is off. no monitoring
NameThe name of the running ORB. The default value is JBoss. no name
Outbuf Cache TimeoutThe buffer cache timeout in milliseconds. The default value is -1. no outbuf-cache-timeout
Outbuf SizeThe size of the network buffers for outgoing messages. The default value is 2048. no outbuf-size
Pool SizeThe size of the request processors thread-pool. Threads that finish processing a request are placed back in the pool if the pool is not full and discarded otherwise. The default value is 5. no pool-size
Print VersionIndicates whether the version number should be printed during ORB startup (on) or not (off). The default value is off. no print-version
PropertiesA list of generic key/value properties. no properties
Queue MaxThe maximum number of requests that can be queued. The default value is 100. no queue-max
Queue MinThe size of the queue for notifying waiting requests. In other words, blocked requests are only notified when the queue has no more than queue-min requests. The default value is 10. no queue-min
Queue WaitIndicates whether requests that exceed the maximum queue size should wait (on) or not (off). When disabled, a TRANSIENT exception is thrown if the queue is full. The default value is off. no queue-wait
RetriesThe number of retries if connections cannot be promptly established. The default value is 5. no retries
Retry IntervalThe interval in milliseconds between retries. The default value is 500. no retry-interval
Root ContextThe naming service root context. The default value is JBoss/Naming/root. no root-context
SecurityIndicates whether the security interceptors are to be installed (on) or not (off). The default value is off. no security
Security DomainThe name of the security domain that holds the key and trust stores that will be used to establish SSL connections. no security-domain
Server RequiresValue that indicates the server SSL required parameters (None, ServerAuth, ClientAuth, MutualAuth). The default value is None. no server-requires
Server SupportsValue that indicates the server SSL supported parameters (None, ServerAuth, ClientAuth, MutualAuth). The default value is MutualAuth. no server-supports
Server TimeoutThe server-side connection timeout value in milliseconds. A value of zero indicates that the connection never times out. The default value is 0. no server-timeout
Strict Check On Tc CreationIndicates whether the method create_abstract_interface_tc should perform a validation check on the name parameter (on) or not (off). The default value is off. no strict-check-on-tc-creation
SunIndicates whether interoperability with Sun's ORB is enabled (on) or not (off). The default value is on. no sun
Support SslIndicates whether SSL is to be supported (on) or not (off). The default value is off. no support-ssl
TransactionsIndicates whether the transactions interceptors are to be installed (on or spec) or not (off). The value 'on' enabled JTS while 'spec' enables a spec compliant mode (non JTS) that rejects incoming transaction contexts. The default value is off. no transactions
Use BomIndicates whether GIOP 1.2 byte order markers should be used (on) or not (off). The default value is off. no use-bom
Use ImrIndicates whether the implementation repository should be used (on) or not (off). The default value is off. no use-imr

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.16. JBossAS7 - JAXR Service
Overview

Table 3.2011. Overview

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

Table 3.2012. 

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.2013. 

NameDescriptionRequiredInternal Name
ClassThe JAXR ConnectionFactory implementation class no class
Jndi NameThe JNDI name under which the JAXR ConnectionFactory is bound no jndi-name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.16.1. JBossAS7 - Property (JAXR) Service
Overview

Table 3.2014. Overview

Description:A JAXR property. The identity of the resource defines the property name.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.2015. 

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.2016. 

NameDescriptionRequiredInternal Name
ValueThe JAXR property value. yes value

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.17. JBossAS7 - JPA Service
Overview

Table 3.2017. Overview

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

Table 3.2018. 

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.2019. 

NameDescriptionRequiredInternal Name
Default DatasourceThe name of the default global datasource. no default-datasource

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.18. JBossAS7 - CMP Service
Overview

Table 3.2020. Overview

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

Table 3.2021. 

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.2.5.18.1. JBossAS7 - HiloKeygenerator Service
Overview

Table 3.2022. Overview

Description:HiLo based key generators.
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.2023. 

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.2024. 

NameDescriptionRequiredInternal Name
Block SizeThe block size no block-size
Create TableBoolean to determine whether to create create the tables no create-table
Create Table DdlThe DDL used to create the table no create-table-ddl
Data SourceThe datasource used for sequence generation yes data-source
Drop TableBoolean to determine whether to create drop the tables no drop-table
Id ColumnThe ID column name yes id-column
Select Hi DdlThe DDL used to select the hi value no select-hi-ddl
Sequence ColumnThe sequence column name yes sequence-column
Sequence NameThe name of the sequence yes sequence-name
Table NameThe table name yes table-name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.19. JBossAS7 - EE Service
Overview

Table 3.2025. Overview

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

Table 3.2026. 

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.2027. 

NameDescriptionRequiredInternal Name
Ear Subdeployments IsolatedFlag indicating whether each of the subdeployments within a .ear can access classes belonging to another subdeployment within the same .ear. A value of false means the subdeployments can see classes belonging to other subdeployments within the .ear. The default value is false. no ear-subdeployments-isolated
Global ModulesA list of modules that should be made available to all deployments. no global-modules

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.20. JBossAS7 - JMX Service
Overview

Table 3.2028. Overview

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

Table 3.2029. 

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.2030. 

NameDescriptionRequiredInternal Name
Show ModelSet to 'true' to include MBeans for the model controller resources no show-model

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.20.1. JBossAS7 - Remoting Connector Service
Overview

Table 3.2031. Overview

Description:The configuration of a resource adapter.
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.2032. 

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.2033. 

NameDescriptionRequiredInternal Name
Use Management EndpointIf true the connector will use the management endpoint, otherwise it will use the remoting subsystem one. The default value is true. no use-management-endpoint

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.21. JBossAS7 - Infinispan Service
Overview

Table 3.2034. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.2035. 

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.2.5.21.1. JBossAS7 - Cache Container Service
Overview

Table 3.2036. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.2037. 

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.2038. 

NameDescriptionRequiredInternal Name
Default CacheThe default infinispan cache no default-cache
AliasesThe list of aliases for this cache container no aliases
Jndi NameThe jndi name to which to bind this cache container no jndi-name
StartThe cache container start mode, which can be EAGER (immediate start) or LAZY (on-demand start). no start
Listener ExecutorThe executor used for the replication queue no listener-executor
Eviction ExecutorThe scheduled executor used for eviction no eviction-executor
ModuleThe module whose class loader should be used when building this cache container's configuration. The default value is org.jboss.as.clustering.infinispan. no module
Replication Queue ExecutorThe executor used for asynchronous cache operations no replication-queue-executor

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.21.1.1. JBossAS7 - Cache Service
Overview

Table 3.2039. Overview

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

Table 3.2040. 

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.2041. 

NameDescriptionRequiredInternal Name
StartThe cache start mode, which can be EAGER (immediate start) or LAZY (on-demand start). no start
BatchingIf enabled, the invocation batching API will be made available for this cache. no batching
IndexingIf enabled, entries will be indexed when they are added to the cache. Indexes will be updated as entries change or are removed. no indexing
Jndi NameThe jndi-name to which to bind this cache instance. no jndi-name
ModeSets the clustered cache mode, ASYNC for asynchronous operation, or SYNC for synchronous operation. yes mode
Queue SizeIn ASYNC mode, this attribute can be used to trigger flushing of the queue when it reaches a specific threshold. no queue-size
Queue Flush IntervalIn ASYNC mode, this attribute controls how often the asynchronous thread used to flush the replication queue runs. This should be a positive integer which represents thread wakeup time in milliseconds. no queue-flush-interval
Remote TimeoutIn SYNC mode, the timeout (in ms) used to wait for an acknowledgment when making a remote call, after which the call is aborted and an exception is thrown. no remote-timeout
Async MarshallingIf enabled, this will cause marshalling of entries to be performed asynchronously. The default value is false. no async-marshalling
ModuleThe module whose class loader should be used when building this cache's configuration. no module
Type of cacheType of cache yes __type

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.21.1.2. JBossAS7 - Distributed Cache Service
Overview

Table 3.2042. Overview

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

Table 3.2043. 

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.2044. 

NameDescriptionRequiredInternal Name
StartThe cache start mode, which can be EAGER (immediate start) or LAZY (on-demand start). no start
BatchingIf enabled, the invocation batching API will be made available for this cache. no batching
IndexingIf enabled, entries will be indexed when they are added to the cache. Indexes will be updated as entries change or are removed. no indexing
Jndi NameThe jndi-name to which to bind this cache instance. no jndi-name
ModeSets the clustered cache mode, ASYNC for asynchronous operation, or SYNC for synchronous operation. yes mode
Queue SizeIn ASYNC mode, this attribute can be used to trigger flushing of the queue when it reaches a specific threshold. no queue-size
Queue Flush IntervalIn ASYNC mode, this attribute controls how often the asynchronous thread used to flush the replication queue runs. This should be a positive integer which represents thread wakeup time in milliseconds. no queue-flush-interval
Remote TimeoutIn SYNC mode, the timeout (in ms) used to wait for an acknowledgment when making a remote call, after which the call is aborted and an exception is thrown. no remote-timeout
Async MarshallingIf enabled, this will cause marshalling of entries to be performed asynchronously. The default value is false. no async-marshalling
L 1 LifespanMaximum lifespan of an entry placed in the L1 cache. This element configures the L1 cache behavior in 'distributed' caches instances. In any other cache modes, this element is ignored. The default value is 600000. no l1-lifespan
ModuleThe module whose class loader should be used when building this cache's configuration. no module
OwnersNumber of cluster-wide replicas for each cache entry. The default value is 2. no owners
Virtual NodesControls the number of virtual nodes per 'real' node. If numVirtualNodes is 1, then virtual nodes are disabled. The topology aware consistent hash must be used if you wish to take advantage of virtual nodes. A default of 1 is used. The default value is 1. no virtual-nodes

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.21.1.3. JBossAS7 - Local Cache Service
Overview

Table 3.2045. Overview

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

Table 3.2046. 

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.2047. 

NameDescriptionRequiredInternal Name
StartThe cache start mode, which can be EAGER (immediate start) or LAZY (on-demand start). no start
BatchingIf enabled, the invocation batching API will be made available for this cache. no batching
IndexingIf enabled, entries will be indexed when they are added to the cache. Indexes will be updated as entries change or are removed. no indexing
Jndi NameThe jndi-name to which to bind this cache instance. no jndi-name
ModuleThe module whose class loader should be used when building this cache's configuration. no module

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.21.1.4. JBossAS7 - Transport Service
Overview

Table 3.2048. Overview

Description:The description of the transport used by this cache container
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.2049. 

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.2050. 

NameDescriptionRequiredInternal Name
ClusterThe name of the group communication cluster no cluster
ExecutorThe executor to use for the transport no executor
Lock TimeoutThe timeout for locks for the transport. The default value is 240000. no lock-timeout
StackThe jgroups stack to use for the transport no stack

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.22. JBossAS7 - JGroups Service
Overview

Table 3.2051. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.2052. 

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.2053. 

NameDescriptionRequiredInternal Name
Default StackDefault stack to use yes default-stack

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.23. JBossAS7 - Remoting Service
Overview

Table 3.2054. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.2055. 

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.2056. 

NameDescriptionRequiredInternal Name
Worker Read ThreadsThe number of read threads to create for the remoting worker. The default value is 1. no worker-read-threads
Worker Task Core ThreadsThe number of core threads for the remoting worker task thread pool. The default value is 4. no worker-task-core-threads
Worker Task KeepaliveThe number of milliseconds to keep non-core remoting worker task threads alive. The default value is 60. no worker-task-keepalive
Worker Task LimitThe maximum number of remoting worker tasks to allow before rejecting. The default value is 16384. no worker-task-limit
Worker Task Max ThreadsThe maximum number of threads for the remoting worker task thread pool. The default value is 16. no worker-task-max-threads
Worker Write ThreadsThe number of write threads to create for the remoting worker. The default value is 1. no worker-write-threads

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.24. JBossAS7 - Mail Service
Overview

Table 3.2057. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
Connection Properties

Table 3.2058. 

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.2.5.24.1. JBossAS7 - Mail Session Service
Overview

Table 3.2059. Overview

Description: 
Singleton: no
Plugin:JBossAS7
Child Resource TypesConnection Properties

Table 3.2060. 

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.2061. 

NameDescriptionRequiredInternal Name
DebugEnables javamail debugging. The default value is false. no debug
FromFrom address that is used as default from, if not set when sending no from
Jndi NameJNDI name to where mail session should be bound no jndi-name

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.24.1.1. JBossAS7 - SMTP Mail Server Service
Overview

Table 3.2062. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.2063. 

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.2064. 

NameDescriptionRequiredInternal Name
Outbound Socket Binding RefOutbound Socket binding to SMTP server yes outbound-socket-binding-ref
PasswordPassword to authenticate on server no password
SslDoes server requires SSL?. The default value is false. no ssl
UsernameUsername to authenticate on server no username

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.24.1.2. JBossAS7 - IMAP Mail Server Service
Overview

Table 3.2065. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.2066. 

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.2067. 

NameDescriptionRequiredInternal Name
Outbound Socket Binding RefOutbound Socket binding to IMAP server yes outbound-socket-binding-ref
PasswordPassword to authenticate on server no password
SslDoes server requires SSL?. The default value is false. no ssl
UsernameUsername to authenticate on server no username

Note

You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Operations
none
Package Types
none
3.3.2.5.24.1.3. JBossAS7 - POP3 Mail Server Service
Overview

Table 3.2068. Overview

Description: 
Singleton: yes
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.2069. 

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.2070. 

NameDescriptionRequiredInternal Name
Outbound Socket Binding RefOutbound Socket binding to POP3 server yes outbound-socket-binding-ref
PasswordPassword to authenticate on server no password
SslDoes server requires SSL?. The default value is false. no ssl
UsernameUsername to authenticate on server no username

Note

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

3.3.2.6. JBossAS7 - Network Interface Service

Overview

Table 3.2071. Overview

Description:A named network interface, along with required criteria for determining the IP address to associate with that interface
Singleton: no
Plugin:JBossAS7
Child Resource Types
none
Connection Properties

Table 3.2072. 

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.2073. 

NameDescriptionRequiredInternal Name
Any AddressAttribute indicating that sockets using this interface should be bound to a wildcard address. The IPv6 wildcard address (::) will be used unless the java.net.preferIpV4Stack system property is set to true, in which case the IPv4 wildcard address (0.0.0.0) will be used. If a socket is bound to an IPv6 anylocal address on a dual-stack machine, it can accept both IPv6 and IPv4 traffic; if it is bound to an IPv4 (IPv4-mapped) anylocal address, it can only accept IPv4 traffic. no any-address
Any Ipv 4 AddressAttribute indicating that sockets using this interface should be bound to the IPv4 wildcard address (0.0.0.0). no any-ipv4-address
Any Ipv 6 AddressAttribute indicating that sockets using this interface should be bound to the IPv6 wildcard address (::). no any-ipv6-address
Link Local AddressAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether or not the address is link-local. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection. no link-local-address
LoopbackAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether or not it is a loopback address. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection. no loopback
Loopback AddressAttribute indicating that the IP address for this interface should be the given value, if a loopback interface exists on the machine. A 'loopback address' may not actually be configured on the machine's loopback interface. Differs from inet-address in that the given value will be used even if no NIC can be found that has the IP specified address associated with it. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection. no loopback-address
MulticastAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether or not its network interface supports multicast. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection. no multicast
NicAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether its network interface has the given name. The name of a network interface (e.g. eth0, eth1, lo). An 'undefined' value means this attribute is not relevant to the IP address selection. no nic
Nic MatchAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether its network interface has a name that matches the given regular expression. Value is a regular expression against which the names of the network interfaces available on the machine can be matched to find an acceptable interface. An 'undefined' value means this attribute is not relevant to the IP address selection. no nic-match
Point To PointAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether or not its network interface is a point-to-point interface. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection no point-to-point
Public AddressAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether or not it is a publicly routable address. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection no public-address
Site Local AddressAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether or it is a site-local address. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection no site-local-address
Subnet MatchAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether or it the address fits in the given subnet definition. Value is a network IP address and the number of bits in the address' network prefix, written in 'slash notation'; e.g. '192.168.0.0/16'. An 'undefined' value means this attribute is not relevant to the IP address selection. no subnet-match
UpAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether its network interface is currently up. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection no up
VirtualAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether its network interface is a virtual interface. An 'undefined' or 'false' value means this attribute is not relevant to the IP address selection no virtual
Inet AddressAttribute indicating that part of the selection criteria for choosing an IP address for this interface should be whether or not the address matches the given value. Value is either a IP address in IPv6 or IPv4 dotted decimal notation, or a hostname that can be resolved to an IP address. An 'undefined' value means this attribute is not relevant to the IP address selection. no inet-address

Note

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

3.3.2.7. JBossAS7 - SocketBindingGroup Service

Overview

Table 3.2074. Overview

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

Table 3.2075. 

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.2076. 

NameDescriptionRequiredInternal Name
Bindings  yes *
Bindings  yes *1
Bindings  yes *2
Default InterfaceDefault Interface for these bindings. See Network Interfaces for its definition yes default-interface
Port OffsetOffset from standard ports for this group. This is only available in standalone mode no port-offset

Note

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

3.3.3. JBossAS7 - Wildfly/JBoss EAP Patch Handler Service

Overview

Table 3.2077. Overview

Description:Handles installation of patches of Wildfly or JBoss EAP application servers and their variants
Singleton: yes
Plugin:JBossAS7

Child Resource Types

none

Connection Properties

none

Metrics

none

Configuration Properties

none

Operations

none

Package Types

none