20.4.2. Detecting Client Side Failure
client-failure-check-period
parameter then the client considers that the connection has failed. The client then initiates a failover or calls FailureListener
instances.
ClientFailureCheckPeriod
attribute on HornetQConnectionFactory
instance. If you are deploying JMS connection factory instances directly into JNDI on the server side, you can specify client-failure-check-period
parameter in standalone.xml
and domain.xml
server configuration files.
By default, packets received on the server side are executed on the remoting thread. It is possible to free up the remoting thread by processing operations asynchronously on any thread from the thread pool. You can configure asynchronous connection execution using async-connection-execution-enabled
parameter in standalone.xml
and domain.xml
server configuration files. The default value of this parameter is "true".
Note