Hi About configuration for Asynchronous methods such as
AsynchronousPool.Size=80 AsynchronousPool.CorePoolSize=80 AsynchronousPool.MaximumPoolSize=80 AsynchronousPool.QueueSize=80 AsynchronousPool.KeepAliveTime=1 seconds #AsynchronousPool.QueueType=SYNCHRONOUS AsynchronousPool.QueueType=LINKED AsynchronousPool.ShutdownWaitDuration=180 seconds AsynchronousPool.AllowCoreThreadTimeOut=false Does TomeEE use a single global queue for all @Asynchronous methods, or it instantiates one queue for each method, sharing the same configuration for each one? TIA Leo