What is the default blocking-timeout-millis in JBoss

Solution Verified - Updated -

Environment

  • Red Hat JBoss Enterprise Application Platform (EAP)
    • 5
    • 4.3.0.GA_CP10
  • jboss-ds_1_5.dtd
  • jboss-ds_5_*.dtd

Issue

  • What is the default blocking-timeout-millis in JBoss?

Resolution

Please refer to jboss-ds_1_5.dtd

<!-- The 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. The default is 30000 (30 seconds).
-->
<!ELEMENT blocking-timeout-millis (#PCDATA)>

See also the JBoss EAP 5 Administration and Configuration Guide

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments