Configure Asynchronous Connection Execution

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 612

This topic has not yet been written. The content below is from the topic description.
17.3. Configuring Asynchronous Connection Execution By default, packets received on the server side are executed on the remoting thread. It is possible instead to use a thread from a thread pool to handle some packets so that the remoting thread is not tied up for too long. However, please note that processing operations asynchronously on another thread adds a little more latency. Please note that most short running operations are always handled on the remoting thread for performance reasons. To enable asynchronous connection execution, set the parameter async-connection-execution-enabled in hornetq-configuration.xml to true (default value is true).