From 470ffbb1c63a14e5cc3f8c26066c7000a8b19688 Mon Sep 17 00:00:00 2001 From: Vasil Remeniuk Date: Wed, 1 Dec 2010 03:18:26 -0800 Subject: [PATCH] --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index f1d317e..e5f493f 100644 --- a/README +++ b/README @@ -1,8 +1,11 @@ TESTED AGAINST GLASSFISH 2.1.1, JDK 1.6.0_17 +Allows using container-managed thread pools (through JCA WorkManager) for Akka Dispathers. The following containers support this: +- GlassFish (use thread-pool/work manager obtained by name or default thread-pool) +- JBoss (use WorkManager MBean obtainer by bean name or default work manager) +- WebSphere 6.0+, WebLogic 9.0+(use work manager obtained by JNDI name, or default work manager) -Allows using container-managed thread pools (through JCA WorkManager) for Akka Dispathers. GlassFish example: