In JBoss 4.2.3, the RTMP-Worker thread uses
theedu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutorby
default. I want to use a custom ThreadPoolExecutor that extendsit
instead but I don't know how to inform JBoss, or is it Flex, touse my
custom ThreadPoolExecutor instead. I've posted this samenote in the
JBoss forums but have not had any response as of yet.As such, I'm
reaching out to the Flex community.Thanks, TomPS. Here's a small stack
trace that depicts theThreadPoolExecutor cla...